You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add videos to guide for debugging voice agents (#476)
* feat(debugging): add videos, update provider status links and wording
* fix(introduction): simplify structure, address layout issues, add link icons
* fix(debugging): formatting issues
* chore(debugging): add extra bullet point on top card group
* fix(debugging): cta for assistants and workflows
* chore(debugging): add link icons
Copy file name to clipboardExpand all lines: fern/debugging.mdx
+73-18Lines changed: 73 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,20 @@ slug: debugging
8
8
9
9
Voice agents involve multiple AI systems working together—speech recognition, language models, and voice synthesis. When something goes wrong, systematic debugging helps you quickly identify and fix the root cause.
10
10
11
-
**Common debugging scenarios:**
12
-
- Agent doesn't understand user input correctly
13
-
- Responses are inappropriate or inconsistent
14
-
- Call quality issues or audio problems
15
-
- Tool integrations failing or returning errors
16
-
- Workflow logic not executing as expected
11
+
**Most common issues fall into these categories:**
<divclass="vapi-badge vapi-badge-workflow">Built with Workflows</div>
170
185
171
186
Order tracking, returns, and customer support workflows.
172
187
</Card>
173
188
</CardGroup>
174
-
175
-
## Ready to get started?
176
-
177
-
Most users start with **phone calls** since it's the easiest way to see Vapi in action. You can create and test a working voice agent in under 5 minutes without writing any code.
178
-
179
-
<Card
180
-
title="Start with Phone Calls →"
181
-
icon="phone"
182
-
iconType="solid"
183
-
href="/quickstart/phone"
184
-
>
185
-
Create your first voice agent and make your first call
0 commit comments