> 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/performance-rating/add-appraisal.md).

# Add Appraisal

Add performance rating is a process to give appraisal against agents' performance during interactions with customers. In the **available ticket** tab, select the ticket and click the ‘plus’ button (![](/files/-MS2GeiFf5vQNZeg3vUu)). Then, you will see a pop-up form appraisal and conversation chat history. In the form appraisal, you can select template criteria and click ‘apply template’ button. If there is no criteria template, you can create template criteria as described in the rating criteria menu.

The criteria template will appear if matches between the channels in the criteria template and the selected channel ticket. For example, if the criteria template is created for the live chat channel, the template criteria will only appear on live chat tickets and not appear on telegram tickets, e-mail, etc.

![Add Appraisal](/files/-MS2GeiGtLmtD6hBJQsz)

**Component Explanation:**

| **Name**                   | **Description**                                                                                                                        |
| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| Ticket Number              | A unique number that’s assigned to each ticket                                                                                         |
| Total Score                | Total percentage of score minus additional score reduction                                                                             |
| Criteria                   | Criteria will be used to evaluating the Agent’s performance (Required)                                                                 |
| %                          | Point of criteria (Automatic Required)                                                                                                 |
| Score                      | Score for each criteria. You can input a score criteria that is less than equal to the number of points {score} = {<=point} (Required) |
| Remark Criteria            | To add a remark or description of each criteria                                                                                        |
| Additional Score Reduction | If additional score reduction is entered, the total score will automatically decrease (Optional).                                      |
| Remark Appraisal           | To add a remark or description for overall appraisal (Optional).                                                                       |

After selecting the template criteria, you can input the manual score of each criteria. By default, you can input a score criteria that is less than equal to the number of points {score} = {<=point} and you are able to add the remark on each criteria. For example, If the point on criteria is 60, then you can enter a score less than equal to 60 points.

![Add Appraisal Report](/files/-MS2GeiHiKaBZoX9UIZt)

If you're done, you can click **‘Save’** button. And then, you will be prompted to confirm submit appraisal request, click ‘Yes’ to proceed or you can click **‘No’** to return to the performance rating page.

![Submit Appraisal Report](/files/-MS2GeiILW8bFMcyft8e)

For example, click **‘Yes’** button. Then, tickets that have been appraise by Quality Assurance (QA) will be moved to the **Ratings** tab, as shown in the image below.

![Success Notification](/files/-MS2GeiJ-5itBARxGNUV)


---

# 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/performance-rating/add-appraisal.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.
