feat: add QA node documentation

This commit is contained in:
Abhishek Kumar 2026-03-31 21:44:36 +05:30
parent 87e72d5f6f
commit 0b3a8bca46
2 changed files with 15 additions and 0 deletions

View file

@ -81,6 +81,7 @@
"voice-agent/end-call",
"voice-agent/agent",
"voice-agent/global",
"voice-agent/qa",
"voice-agent/api-trigger",
"voice-agent/webhook"
]

14
docs/voice-agent/qa.mdx Normal file
View file

@ -0,0 +1,14 @@
---
title: "QA"
description: "QA node allows you to run post-call quality analysis on your Voice Agent runs"
---
The QA node lets you define quality analysis criteria that are automatically evaluated after each call ends. Use it to score agent performance, check compliance, or extract structured insights from conversations.
### Creating a QA Node
You can add a QA node to your workflow from the Voice Agent Builder. Once added, configure the analysis criteria that you want to evaluate for each call.
### Viewing QA Results
After a call completes, the QA analysis runs automatically. You can view the results on the **Run Detail** page for each individual run.