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

# AI Quality Assurance

> Run cohort QA over call transcripts — packs, credits, dashboard.

# AI Quality Assurance

Analyze completed calls with structured insights across language and performance. Pick a **pack**, choose a **date range**, and review average score, resolution rate, trends, and top user questions.

Audio-level metrics (WER, overlapping speech) are not included in v1 — analysis is transcript-based.

## Packs

| Pack                      | Focus                                                               |
| ------------------------- | ------------------------------------------------------------------- |
| Full QA                   | Score, resolution, hallucinations, sentiment, trends, top questions |
| Language & Hallucinations | Hallucinations, language quality, score                             |
| Resolution & Sentiment    | Resolution, sentiment, top questions                                |
| Performance Trends        | Score and resolution trends                                         |

## Credits

QA runs consume workspace credits based on LLM usage for each analysed call. The Usage page shows charges as **QA usage**. Cost breakdowns and markup are not exposed in the product UI.

## Plan gate

Requires `plans.ai_quality_assurance` (enabled by default on Pro / Enterprise / Business / Scale). Distinct from per-assistant **AI QA scorecards**.

## UI

Open **AI QA** in the sidebar (`/qa`). Create a run, wait for the analysis progress, then open the Call QA Overview dashboard.

## API

* `GET/POST /api/v1/qa/runs`
* `GET /api/v1/qa/runs/{id}?include_results=true`

Scopes: `calls:read` / `calls:write`.

## MCP

* `list_qa_packs`
* `list_qa_runs`
* `get_qa_run`
* `create_qa_run`
