> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/quality-assurance/rating-criteria/add-new-template-criteria.md).

# Add New Template Criteria

To be able to appraise agents in the appraisal form, you need to apply template rating criteria, the template will appear if matches between the channels in the template and the selected channel ticket, as shown images below.

![Template Rating Criteria](/files/KcL9IkP04qR6Rcge6We4)

By default, you can add template criteria based on channel. In the upper right corner, click the **'+New Template Criteria'** button. Then, you will see a template criteria pop-up. type the template name and select the channel template, after finishing, you can click the **'save'** button.

![Add Template Criteria](/files/hFRb263eZXRtRKKrpIPv)

For example, we add new template criteria for the live chat channel. If the addition of new template criteria is successful, you will see a pop-up window of success adding criteria and the template will appear in the list of template rating criteria as shown below.

![Success Add Template Criteria](/files/UNj90W6dpyUGXFKNBABB)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.3dolphins.ai/quality-assurance/rating-criteria/add-new-template-criteria.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
