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

# Transfer Appraisal Report

This feature allows Quality Assurance to transfer appraisal reports to QA Manager. Sometimes, quality assurance needs help from the QA Manager to carry out an appraisal, perhaps because quality assurance is confused to give an appraisal of agent performance.

For example, if the Quality Assurance (QA) will be transferred appraisal report to QA Manager. In the available ticket tab of Quality Assurance (QA), you can click the **‘Transfer Appraisal’** button (![](/files/-MS2GeiKPioiWcWFw8Ea)). Then, you will be prompted to confirm the transfer appraisal request, click ‘Request Transfer’ to proceed with transfer appraisal or you can click “Cancel” to return to the performance rating page.

![Transfer Request](/files/-MS2GeiL3hhAHpLuVhPO)

Once the transfer appraisal request is successful, it will make the ticket cannot be rated by Quality Assurance and need the QA Manager to approve the request.

On the QA Manager performance rating page, click the **Take Over** tab, and in the right corner of the tab, you can see the transfer appraisal request section. You can allow or deny the transfer appraisal request, click on the ‘Allow’ button if you will accept the transfer appraisal request or you can click ‘Deny’ to decline the transfer appraisal request. When the appraisal is approved, it will enter the QA Manager's Take Over tab, meanwhile, if the appraisal is rejected, the ticket will return to be assessed by Quality Assurance.

![Take Over Tab](/files/-MS2GeiM4bnnUVA0lzmF)


---

# 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/transfer-appraisal-report.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.
