From 0b3a8bca4669b2f1ce5455db73ad8dd06a9616f0 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Tue, 31 Mar 2026 21:44:36 +0530 Subject: [PATCH] feat: add QA node documentation --- docs/docs.json | 1 + docs/voice-agent/qa.mdx | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 docs/voice-agent/qa.mdx 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.