> For the complete documentation index, see [llms.txt](https://help.aristotlemetadata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aristotlemetadata.com/administrator-tasks/task-runner/populating-help-pages-using-load-help.md).

# Populating help pages using load help

{% hint style="info" %}
The load help task can only be run by an Administrator.
{% endhint %}

The load help function can be used to automatically populate the Aristotle Metadata Registry's help pages.

### How to populate help pages using load help

1. Select 'Aristotle Cloud Dashboard' from the left side panel.

<figure><img src="/files/aXXvGavOglalKibYesXW" alt=""><figcaption></figcaption></figure>

2. Select 'Run tasks'.

<figure><img src="/files/5qZ5Yg0AslIRz89RffvP" alt=""><figcaption></figcaption></figure>

3. Select 'Load Help'.

<figure><img src="/files/CFLkcUAjxtf10bDgbQmi" alt=""><figcaption></figcaption></figure>

4. Wait for the recent task history to show that the load help task has succeeded.

<figure><img src="/files/luOeNtPQ1popkdnbexgp" alt=""><figcaption></figcaption></figure>

5. Access the help pages by selecting 'Help' from the header. This page will now be populated with the Aristotle Metadata Registry's help pages.

<figure><img src="/files/w87FQqDC6dyeSyv85muV" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/vN3F7hqvvtvPZk7SmoCy" alt=""><figcaption></figcaption></figure>

**Note:** You will now be able to search for these help pages via the search function.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.aristotlemetadata.com/administrator-tasks/task-runner/populating-help-pages-using-load-help.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
