# AI Assistants

Admins can view all of the AI Assistants created in the domain from the Assistants tab.

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

From here, admins can take the following actions:

* [Create a new AI Assistant](https://guides.mangoapps.com/mangoapps-ai-guide/admin-portal/ai-studio-module/create-an-assistant)
* Enable/disable an AI Assistant
* Delete an AI Assistant from the domain
* Refresh the knowledge of AI Assistants associated with a MangoApps [Knowledge Base](https://guides.mangoapps.com/mangoapps-ai-guide/admin-portal/understanding-your-knowledge-base)
* View the tooltip description of each AI Assistant
* View the last knowledge base update time of AI Assistants associated with a MangoApps Knowledge Base
* Reorder the list of AI Assistants

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


---

# 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/admin-portal/ai-studio-module/ai-assistants.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.
