> For the complete documentation index, see [llms.txt](https://docs.thereportinghub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thereportinghub.com/tutorials-and-references/in-app-help.md).

# In-App Help

Our full library of step-by-step tutorials, troubleshooting guides, and reference materials is now accessible through the **Help** section in your **admin profile menu**.

* **Where to find it**: In the application, go to your profile (top-right corner) and select **Help**
* **Requirements**: You’ll need to be on **Version 7.0.0.2** or later to access this feature

This change ensures that admins have fast, secure access to the most up-to-date support content, right inside Reporting Hub.

<figure><img src="/files/vMRmRlDnIdOvSa4r8QTg" alt="" width="121"><figcaption><p>Click to enlarge</p></figcaption></figure>

You should see the help section that looks like this.

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

### I do not see the tutorials when accessing via my app.

If you are unable to see the in-app help center, it is likely due to your browser settings blocking third party cookies. See below how to enable for Chrome and Edge

#### Google Chrome

1. In the URL bar, paste in `chrome://settings/cookies`
2. Either allow third party cookies or add your Reporting Hub application URL to the allowed sites list

<figure><img src="/files/7KMxw98OtJYeDOfaWnKj" alt=""><figcaption></figcaption></figure>

#### Microsoft Edge

1. In the URL bar, paste in `edge://settings/privacy/cookies`
2. Either disable block third-party cookies or add your Reporting Hub application URL to the allowed sites list making sure to check **Include third-party cookies on this site**.

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


---

# 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://docs.thereportinghub.com/tutorials-and-references/in-app-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.
