# AI Agents

### Overview

AI Agents in MangoApps are autonomous tools designed to enhance productivity by performing specific tasks using Large Language Models (LLMs). These agents integrate seamlessly within your domain, enabling efficient data processing, content generation, and task prioritization.

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

### Use Case Examples

Examples of tasks that agents can handle include:

* **Resume Shortlisting:** Extracting key information from resumes and matching it with job descriptions.
* **Meeting Action Items:** Generating actionable items from meeting minutes.
* **Image Generation:** Creating images based on descriptions.
* **PDF Generation:** Generating downloadable PDFs from tracker data.
* **Multi-Language Translation:** Translate content into various languages simultaneously.
* **Custom Image Generation:** Create unique visuals for specific use cases.


---

# 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/ai-guide/user-portal/ai-agents.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.
