# Appraisal Report

The appraisal report is feature that make it easy for supervisors to see the agents appraisal from Quality Assurance (QA) in .XLS, .PDF, .CSV or .TXT file that can be sorted by channel, agent, QA and date range, such as images below.

In order to display the appraisal report data, make sure that the ‘QA’ team has provided an appraisal of the agent’s performance on the quality assurance > performance rating page. To see step by step add a appraisal, see ‘[Performance Appraisal](/5.1.x/quality-assurance/performance-rating.md)‘ section.

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

After the appraisal is submitted, To view the report, go to ***analytic*** menu and click the ***live agent*** menus, then click ***appraisal report*** that you can find on the left sidebar.

You can see chart appraisal report of each channels that available on omnichannel and tables with agent name, group and other metrics that can be sorted by date range, agents, channel, or QA. Appraisal report can be downloaded to a .XLS, .PDF, .CSV or .TXT file, such as images below.

![](/files/-MTEiFcBC2xIjA_djNc7)

![Appraisal Report](/files/-MTEiLqMOewcqpSBXXfr)

**Component explanation :**

| Component           | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Agent               | Agent name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Group               | Group name where the user is assigned to the group.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Number of sample    | The number of tickets handled by the user and has been given an appraised by QA.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| Total score average | <p>The total average score obtained by the users. for calculating the Total Score Average (TSA), i.e <code>TSA = total score from all ticket : number of sample</code>.<br>from the picture above there are 6 samples, and from these samples, agent Rachel Lee has 1 sample with a total score of 90, Agent Olivia Wilder has 1 sample with a total score of 55 and Agent Ridho has 2 samples with a total score of each ticket is (90, 3). then the calculation is:<br>Agent Rachel Lee<br>TSA = total score / number of sample.<br>TSA = 90 / 1<br>TSA = 90<br><br>Agent Olivia Wilder<br>TSA = total score / number of sample.<br>TSA = 55 / 1<br>TSA = 55<br><br>Agent Ridho<br>TSA = total score / number of sample.<br>TSA = (90+3) / 4<br>TSA = 46.5</p> |

If the appraisal report filter fails, you will see a pop-up of warning notification. There are several possibilities in the event of a failed filter appraisal report, i.e :

1. On that date, no Quality Assurance Team (QA) has ever added an assessment of the agent’s performance
2. There is no Quality Assurance (QA) team that provides an assessment of the performance of selected agents.
3. There is no Quality Assurance (QA) team that provides an assessment of selected channels.

Or, you can view the detailed appraisal report of each agent by clicking on the ‘***view details***‘ icon in the action area.

In this page, you can see chart appraisal report of each channels that available on omnichannel and see detailed table with ticket number, channel, appraised by, appraised date and score, as shown below.

![Detail Appraisal Report](/files/-MT5GyuHjrMLa-TNKvYM)

To see the details of the appraised that has been given by QA on each ticket handled by the user, you can click ‘***view details***‘ icon in the action area.

![Detail Agent's Appraisal Report](/files/-MT5I8rH542d5nlIUo7u)


---

# Agent Instructions: 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:

```
GET https://docs.3dolphins.ai/5.1.x/analytic/live-agent/appraisal-report.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
