# AI Template

Add AI Template&#x20;

The step-by-step process to add AI Template in Avo Assure are:&#x20;

1. Click Admin tab to navigate to admin window &#x20;
2. Expand Feature Management option and select AI Template to bring up AI Template window, Click Add new template Button
3. Fill all these columns by entering the details in text box &#x20;

   a. Name: Enter Name of LLM Model  \
   b. Description: Enter description of the template \
   c. Industry Domain: Enter industry domain  \
   d. LLM Model: Select LLM Model from the system \
   e. Test Type: Select any Test Type from dropdown \
   f. Accuracy: Adjust accuracy as per requirement&#x20;

Note: It is suggested to put accuracy as low, as high accuracy provides more classified document.&#x20;

And Click Save button, created template will appear in the list.&#x20;

### Manage AI Template

{% tabs %}
{% tab title="Edit AI Template Details  " %}
Navigate to AI Template window and select the Edit icon from the Action column to get popup with prefilled details of already existing AI template.&#x20;

Edit the required text box, that needs to be updated. Click Save button

{% endtab %}

{% tab title="Delete AI Template  " %}
Navigate to AI Template window, click Delete icon from the Actions column, to delete the selected AI Template from the system.
{% endtab %}
{% endtabs %}

&#x20;


---

# 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://docs.avoautomation.com/avo-assure/administration/feature-management/ai-template.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.
