# AI Settings

### Overview

The **AI Studio Settings** in the MangoApps Admin Portal allow domain administrators to configure how AI features like assistants and agents function across the domain.&#x20;

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

***

### &#x20;**Module Label**

Customize the name of the AI Studio module visible to users. Enter a label up to 30 characters max.

***

### **Default AI Assistant**

Admins can set one assistant as the domain’s default. This default assistant will automatically open when a user visits the AI Assistants module. If "auto launch on startup" is enabled, the default assistant will also appear as an icon in the bottom right corner of the web portal when a user visits or refreshes the page—unless another assistant is already open or minimized.

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

{% hint style="warning" %}
A default assistant **cannot** be disabled
{% endhint %}

**Enable Domain-wide Default Assistant**

* **Toggle On:** The assistant selected from the dropdown will become the default assistant which will automatically open when a user visits the AI Assistants module.
* **Toggle Off:** A default AI Assistant will not prompt a conversation with users.

{% hint style="warning" %}
Only assistants that have **Enable Access to Everyone** will be listed in the dropdown for selection.
{% endhint %}

**Launch Default Assistant on Startup**

When this option is enabled:

* **Collapsed on Startup**: The assistant appears in a closed state in the bottom right of the page.
* **Expanded on Startup**: The assistant appears in an open state in the bottom right of the page, displaying either starter prompts or conversation history.

***

### **Agent Settings**

#### **Who can access AI agents when creating Workflows?**

* **Anyone who can create workflows:** All workflow creators can access AI agents.
* **Only specific users and user segments:** Restricts access to predefined users or groups (those who already have workflow access).

{% hint style="info" %}
For information on AI Agents, click [here](https://guides.mangoapps.com/ai-guide/admin-portal/ai-studio-module/ai-agents).
{% endhint %}

***

### **Insights Retention**

Define how long AI Assistant conversations are stored for analytics or reference.

The dropdown menu provides time frames from 30 days to account deletion.

***

### **Saving Changes**

After making adjustments, click the **Save Changes** button in the top-right corner to apply the settings.


---

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