> 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/change-appraisal.md).

# Change Appraisal

Sometimes, you might need to change the appraisal report that has been added. Maybe it’s because you need to update the score, additional score reduction, add a remark, or other problems. To edit appraisal, go to **quality assurance** > **performance rating** menu and click the ratings tab. In this tab, tickets that are appraised by the evaluator (quality assurance) cannot be updated by the quality assurance who is not evaluator of those tickets.

Select a ticket from the ratings tab list and click the ‘edit’ button (![](/files/-MS2GeiNVOWB8PexYhFO)). Then, you will see a pop-up form appraisal and conversation chat history. In the appraisal form, you can change the appraisal as needed. For example, update all scores in the criteria, as shown images below.

![Edit Appraisal Report](/files/-MS2GeiOgjPBzapbSV5D)

In the lower section of appraisal, you can find the comments feature. This feature allows you to discuss the appraise that have been added. Sometimes, you might need discuss with other quality assurance or manager before you can edit an appraisal. Maybe it’s because the score is typed incorrectly or other problem.

Currently, this feature is only one-way, which means that when the first quality assurance comments on the appraisal, there are no notifications to other quality assurance members or to the quality assurance manager. However, other quality assurance members and quality assurance managers can still comment when they open the appraisal.

![Comment Feature](/files/-MS2GeiPnhvVyAJKW_1V)

If you are finished click the **‘save’** button, 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](/files/-MS2GeiQ6Mui_-k77vOq)

If update the appraisal is successful, you will see a notification of success and the total score will be updated automatically according to the score on the criteria.

![Success Notification](/files/-MS2GeiRfEXE9Cby7E0N)


---

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