# 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.

![](/files/uQvNz5e6GAnwI0l0F56c)

***

#### 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: 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:

```
GET https://guides.mangoapps.com/user-guide/help-center.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
