# Templates

### **Overview**

AI assistant, agent, and use case templates can be deployed without requiring domain-wide updates. To request a specific template for your domain, contact your Account Management team.&#x20;

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

***

### **Using a Template**

Navigate to the list of available templates and choose the one you want to use.

**Review the Template**

Click on the template to view detailed information about its configuration and features.

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

**Apply the Template**

Click the **Use Template** button. You will be redirected to the **Create Assistant/Agent** configuration menu.

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

**Customize the Configuration**

The configuration fields will be pre-populated with the template's default settings. Edit these fields as needed to match your requirements.

**Connect to a Knowledge Base**

To activate your assistant or agent, **you must connect it** to the appropriate files and resources for the Assistant’s Knowledge Base. This step ensures it integrates seamlessly with your domain information.

{% hint style="success" %}
Templates are created and published by the MangoApps team, with more templates planned to be shared with the community over time!
{% endhint %}


---

# 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/templates.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.
