> 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/increase-findability.md).

# Increase Findability

### Overview

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.

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

{% hint style="info" %}
All domain admins can view and take action on these recommendations from the admin portal.
{% endhint %}

Each recommendation includes the following details:

* **Date**: When the image was uploaded
* **File**: Name of the image
* **Uploaded By**: User who uploaded it
* **Team**: The team where the image was posted
* **Hashtags**: All recommended hashtags

***

#### Available Actions:

* **Apply**: Applies the recommended hashtags to the image
* **Delete**: Deletes the tag recommendations&#x20;
* **Apply All**: Applies hashtags to all listed image recommendations
* **Delete All**: Deletes all recommendations. These cannot be recovered.

{% hint style="info" %}
Notifications are sent **only to the uploader** of the image when a new hashtag is applied.
{% 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/admin-guide/admin-portal-navigation-bar/recommendations/increase-findability.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.
