> ## Documentation Index
> Fetch the complete documentation index at: https://docs.retellai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# View QA Results

> Analyze call quality metrics, review individual calls, and access detailed QA diagnostics for your cohort

## Overview

The QA Results dashboard provides comprehensive insights into your call quality through two main views: **Call QA Overview** for high-level trends and metrics, and **Detailed Calls** for individual call analysis. You can drill down into specific calls to review detailed QA diagnostics, errors, and transcripts.

## Accessing QA Results

After creating a QA cohort and running analysis, navigate to your cohort to view the results. The dashboard displays:

* **Summary metrics** across all analyzed calls
* **Trend charts** showing performance over time
* **Individual call records** with detailed evaluation scores
* **Call-level QA sheets** with transcript analysis and error details

## Call QA Overview Tab

The **Call QA Overview** tab provides a high-level view of your cohort's performance with interactive charts and summary metrics.

### Summary Metrics

The top section displays key performance indicators (KPIs) in a grid layout:

* **Calls Analyzed**: Total number of calls analyzed in the cohort
* **Average Score**: Overall quality score based on your resolution criteria
* **Call Resolution Rate**: Percentage of calls successfully resolved
* **Transfer Success Rate**: Percentage of calls that were successfully transferred to another agent or system
* **Transfer Wait Time**: Average time users wait before a transfer is completed
* **Average Latency**: Mean response time across all calls
* **LLM Hallucination Rate**: Percentage of calls with AI-generated inaccuracies
* **KB Recall**: Knowledge base retrieval effectiveness
* **Negative Sentiment Rate**: Percentage of interactions with negative sentiment
* **WER (Word Error Rate)**: Transcription accuracy
* **Avg. Interruptions**: Average number of user interruptions per call
* **Tool Call Accuracy**: Rate of correct tool/function invocations
* **Transition Accuracy**: Accuracy of conversation flow transitions
* **Agent Natural Tonality Rate**: Percentage of natural-sounding agent speech
* **Agent Positive Sentiment Rate**: Percentage of agent responses with positive sentiment
* **Avg Custom Tool Latency**: Average time taken for custom tools to execute and return results
* **Custom Tool Success Rate**: Percentage of custom tool calls that completed successfully

<Frame caption="Detailed charts showing metric trends over time">
  <img src="https://mintcdn.com/retellai/6wkwFDKypdjHQ-22/ai-qa/images/charts.png?fit=max&auto=format&n=6wkwFDKypdjHQ-22&q=85&s=150ace9eac22601499bc40d0b73668c2" alt="Trend charts for various performance metrics" width="2872" height="1558" data-path="ai-qa/images/charts.png" />
</Frame>

### Top Questions from Users

The dashboard includes a table showing the most frequently asked questions by users, along with resolution rates:

<Frame>
  <img src="https://mintcdn.com/retellai/6wkwFDKypdjHQ-22/ai-qa/images/top-questions.png?fit=max&auto=format&n=6wkwFDKypdjHQ-22&q=85&s=56635bf4509e8001e8f94db9fdd64bc0" alt="Top questions from users with resolution rates" width="2878" height="600" data-path="ai-qa/images/top-questions.png" />
</Frame>

AI QA intelligently groups similar questions to provide a consolidated view.
For example, the questions “What are your office hours?” and “What time do you open?” are grouped together.

## Detailed Calls Tab

The **Detailed Calls** tab provides a comprehensive table of all analyzed calls with sortable columns and detailed metrics for each call.

<Frame>
  <img src="https://mintcdn.com/retellai/6wkwFDKypdjHQ-22/ai-qa/images/details-tab.png?fit=max&auto=format&n=6wkwFDKypdjHQ-22&q=85&s=46e60b2f866bd3b6aeabd31ed5d3b1cd" alt="Detailed calls table with sortable columns" width="2870" height="1832" data-path="ai-qa/images/details-tab.png" />
</Frame>

### Calls Table

The table displays the following information for each call:

* Call ID
* Eval
* Call Start Time
* Call Length
* LLM Hallucination Rate
* KB Recall
* Transition Accuracy
* User Positive Sentiment Rate
* Latency P50
* Interruption Count
* WER
* Tool Call Accuracy
* Natural Tonality Rate

### Sorting and Filtering

* **Sort columns**: Click any column header to sort by that metric
* **Filter calls**: Use the Filter button to apply date ranges, score thresholds, etc

<Info>
  Use the ellipsis menu (⋯) in the Action column to:

  * Rerun QA for a call
  * Delete a call from QA
</Info>

## Call-Level QA Sheet

Clicking on any row in the Detailed Calls table opens a **Call QA Sheet** that provides comprehensive diagnostics for that specific call.

### QA Result Overview

The QA sheet displays:

* **Overall Score**: Pass/Fail status with numerical score
* **Passed Metrics**: Metrics that met the defined thresholds (shown with green checkmarks)
* **Failed Metrics**: Metrics that didn't meet thresholds (shown with orange warning triangles)

<Frame caption="Call QA Overview sheet showing passed and failed metrics with recommendations and notes">
  <img src="https://mintcdn.com/retellai/6wkwFDKypdjHQ-22/ai-qa/images/call-qa.png?fit=max&auto=format&n=6wkwFDKypdjHQ-22&q=85&s=8c59e7720114e405de1e67a5d17b9e9d" alt="Call QA sheet with metrics and recommendations" width="1014" height="1750" data-path="ai-qa/images/call-qa.png" />
</Frame>

### Calibrate Call QA

You can calibrate individual call QA results by manually adjusting metric evaluations:

* **Mark passed metrics as failed**: Override automatic evaluation if a metric should have failed
* **Mark failed metrics as passed**: Override automatic evaluation if a metric should have passed

You can also add custom notes to any call QA.

### Transcript and Errors

The QA sheet provides access to:

* **Full call transcript**: Complete conversation between user and agent
* **Transcript errors**: Specific transcription mistakes with corrections
* **Error highlights**: Visual indicators showing where errors occurred

<Frame caption="Transcript error details showing specific transcription mistakes">
  <img src="https://mintcdn.com/retellai/6wkwFDKypdjHQ-22/ai-qa/images/transcript-error.png?fit=max&auto=format&n=6wkwFDKypdjHQ-22&q=85&s=759e2ec0953fb0a45b098f0e541b32d1" alt="Transcript errors with corrections" width="2030" height="656" data-path="ai-qa/images/transcript-error.png" />
</Frame>

<Warning>
  Low scores or high failure rates may indicate systemic issues with your agent configuration, prompts, or knowledge base. Review multiple failed calls to identify patterns before making changes.
</Warning>
