> For the complete documentation index, see [llms.txt](https://guides.mangoapps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.mangoapps.com/user-guide/help-center.md).

# Help Center

### Overview

The **Help Center** in MangoApps provides quick access to helpful resources and tools—all in one convenient place. Whether you need technical support, want to share feedback, or view the latest updates, the Help Center makes it simple.

<img src="/files/uQvNz5e6GAnwI0l0F56c" alt="" width="563">

***

#### Accessing the Help Center

Click your **profile photo** in the top right corner of the portal then select **Help** from the dropdown menu.

***

#### Help Center Menu Options

* **Report a Problem:** If you encounter a system issue or bug, use this option to report it directly to our technical support team.
* **Report Translation Issues:** Use this to flag any errors or inaccuracies in language translations within the portal.
* **Send Feedback:** Share your thoughts or suggestions to help us improve MangoApps.
* **Setup Wizard:** Revisit the guided setup process that was shown when you first logged into MangoApps. This is helpful if you want a refresher on system basics.
* **Latest Release Notes:** Stay informed about new features, improvements, and bug fixes in the latest MangoApps release.
* **About MangoApps:** View the version of MangoApps currently running on your domain.

{% hint style="info" %}
The exact options you see may vary slightly depending on how [your domain admin has configured the Help Center menu.](https://guides.mangoapps.com/admin-guide/help-center-setup)
{% endhint %}


---

# 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://guides.mangoapps.com/user-guide/help-center.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.
