> 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/admin-guide/admin-portal-navigation-bar/recommendations.md).

# Recommendations

### Overview

Recommendations are best practices suggested by MangoApps to help domain admins boost engagement and drive adoption within their domain. You can access these suggestions by clicking the **Recommendations** link in the top navigation menu.

<figure><img src="/files/MarJysUqg99FZHPY5WLW" alt="" width="563"><figcaption></figcaption></figure>

Each recommendation is carefully curated based on MangoApps’ extensive experience implementing solutions for over 200 enterprise customers. Once a recommendation is implemented, it will **no longer** appear in the active list. If a recommendation is declined, it will be moved to the **Declined** tab for reference.

<figure><img src="/files/mC6SVr6fkHi8lCGpvHeC" alt="" width="563"><figcaption></figcaption></figure>

***

### Increase Adoption

These recommendations focus on encouraging more users to regularly access and explore MangoApps:

* **Launch campaigns** like monthly newsletters via email and SMS to keep users informed and engaged.
* **Add an SSO widget** to streamline access to enterprise apps without requiring repeated logins.
* **Promote the native mobile apps** to ensure more users stay connected on the go.
* **Encourage installation of the Recorder app** for easy video and screenshot sharing.

***

### Increase Engagement

These actions are aimed at boosting user interaction and participation within the platform:

* **Enable levels and badges** to gamify the experience and reward active users.
* **Run regular surveys** to gather feedback and foster two-way communication.
* **Set the posts widget to Hero view** to highlight key updates on the landing page.

***

### Increase Findability

Improve content discoverability by **adding popular tags** to relevant items, making it easier for users to find what they need.&#x20;

When the [**Auto-detect & recommend tags**](https://guides.mangoapps.com/admin-guide/module-settings/files/settings#image-analysis) setting is enabled in your domain, MangoApps uses AI/ML to analyze uploaded images and suggest relevant hashtags. These recommendations appear in the **Increase Findability** section of the admin portal to help improve content discoverability.&#x20;

For more information on how this works, click [here](https://guides.mangoapps.com/admin-guide/admin-portal-navigation-bar/recommendations/increase-findability).

***

### Decline Recommendations

The **Declined Recommendations** tab displays all recommendations that have been marked as *Declined* by any domain admin. This list is shared across all admins, meaning every admin sees the same declined items, regardless of who made the decision.&#x20;

Recommendations are sorted with the most recently declined at the top. Admins also have the option to **Delete** a recommendation, which will permanently remove it from the list.


---

# 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/admin-guide/admin-portal-navigation-bar/recommendations.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.
