diff --git a/docs/docs.json b/docs/docs.json index 641491f..75c3330 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -81,6 +81,7 @@ "voice-agent/end-call", "voice-agent/agent", "voice-agent/global", + "voice-agent/qa", "voice-agent/api-trigger", "voice-agent/webhook" ] diff --git a/docs/voice-agent/qa.mdx b/docs/voice-agent/qa.mdx new file mode 100644 index 0000000..b43b17b --- /dev/null +++ b/docs/voice-agent/qa.mdx @@ -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.