> 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/5.1.x/quality-assurance/rating-criteria/add-criteria.md).

# Add Criteria

To be able to appraise agents in the *appraisal form*, you need a template criteria to determine the points or criteria that will be appraised by quality assurance, such as images below.

![Apply Template Criteria](/files/-MSCFK7GcHZbxwzW2aIJ)

In the template rating criteria list, you can design the template by adding point and criteria name on each channel by selecting the template and clicking the ***edit*** button.

In the upper right corner, click the ***+New Criteria*** button. Then, you will see a blank form to add criteria. Enter the information required like criteria name and point, then click the ***save*** button.

![Add New Criteria](/files/-MSCFvGJq6e9K7d5XEb8)

**Component explanation :**

| Name          | Description                                                                                            |
| ------------- | ------------------------------------------------------------------------------------------------------ |
| Criteria Name | Defined as the plural form of criterion, the standard by which something is assessed *(**Required**).* |
| Point         | Maximum points in criteria *(**Required**)*.                                                           |
| Boom Point    | Points deducted for each criteria (***Optional***).                                                    |
| Description   | A representation for criteria (***Optional***).                                                        |

If the addition of criteria is successful, you will see a pop-up of success notification and criteria will appear on the table criteria, you can also add sub criteria by clicking action button in the parent criteria.

![Modify Criteria](/files/-MSCGNUjyZmzaov6tFBJ)

You will see menus for ‘*Add sub criteria*‘, ‘*Edit Criteria*‘ and ‘*Remove Criteria*‘. By default, you can add sub criteria max. 3 branches. Sub criteria that successfully added will show as image below.

![Sub Criteria](/files/-MSCHmgUZhJyXHCqhxGF)


---

# 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/5.1.x/quality-assurance/rating-criteria/add-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.
