From 7484d2bf2142fb573dc7d7e4e0851fb898ff86de Mon Sep 17 00:00:00 2001 From: Nitish Mahipal Surana Date: Wed, 26 Nov 2025 11:46:25 -0800 Subject: [PATCH] VAP10-39: Fix UI bugs --- fern/calls/call-dynamic-transfers.mdx | 6 --- fern/debugging.mdx | 57 ++++++++++++--------------- fern/guides.mdx | 36 ----------------- fern/quickstart/introduction.mdx | 33 ---------------- 4 files changed, 25 insertions(+), 107 deletions(-) diff --git a/fern/calls/call-dynamic-transfers.mdx b/fern/calls/call-dynamic-transfers.mdx index b86e27e6e..15e62661c 100644 --- a/fern/calls/call-dynamic-transfers.mdx +++ b/fern/calls/call-dynamic-transfers.mdx @@ -521,17 +521,11 @@ sequenceDiagram -
- -
**Assistant-based routing** Route customers to appropriate support tiers based on conversation analysis and customer data
-
- -
**Squad-based routing** Direct tenant calls to the right department with automated verification diff --git a/fern/debugging.mdx b/fern/debugging.mdx index 2c9f95b53..08315338b 100644 --- a/fern/debugging.mdx +++ b/fern/debugging.mdx @@ -209,38 +209,31 @@ For any tool in your `Tools` section: When you're stuck: - -
- -
- Join the Vapi Discord for real-time help from the community and team -
- - -
- -
- Check the API reference for detailed configuration options -
- - -
- -
- Check real-time status of Vapi services and AI providers -
+ + + Join the Vapi Discord for real-time help from the community and team + + + + Check the API reference for detailed configuration options + + + + Check real-time status of Vapi services and AI providers + + **Before asking for help:** - Include call ID and timestamp from `Call Logs` in your [dashboard](https://dashboard.vapi.ai/) diff --git a/fern/guides.mdx b/fern/guides.mdx index c8bd960cf..e9615f6a2 100644 --- a/fern/guides.mdx +++ b/fern/guides.mdx @@ -10,97 +10,61 @@ slug: guides -
- -
Built with Assistants

Build an appointment scheduling assistant that can schedule appointments for a barbershop
-
- -
Built with Squads

Build a medical triage and scheduling assistant that can triage patients and schedule appointments for a clinic
-
- -
Built with Squads

Build an ecommerce order management assistant that can track orders and process returns
-
- -
Built with Squads

Build a call routing workflow that dynamically routes tenant calls based on verification and inquiry type
-
- -
Built with Assistants

Create an outbound sales agent that can schedule appointments automatically
-
- -
Built with Squads

Build a structured multilingual support workflow with language selection and dedicated conversation paths
-
- -
Built with Assistants

Build a dynamic agent with automatic language detection and real-time language switching
-
- -
Built with Assistants

Build an intelligent support escalation system with dynamic routing based on customer tier and issue complexity
-
- -
Built with Assistants

Build a docs agent that can answer questions about your documentation
-
- -
Built with Assistants

Build a technical support assistant that remembers where you left off between calls
-
- -
Built with Assistants

Easily integrate the Vapi Voice Widget into your website for enhanced user interaction
-
- -
Developer Tool

Build voice AI agents faster with the Vapi CLI - project integration, local testing, and IDE enhancement diff --git a/fern/quickstart/introduction.mdx b/fern/quickstart/introduction.mdx index d8a57219c..159e309ae 100644 --- a/fern/quickstart/introduction.mdx +++ b/fern/quickstart/introduction.mdx @@ -43,9 +43,6 @@ Vapi offers two main primitives, designed for different use cases: iconType="solid" href="/assistants/quickstart" > -
- -
**Best for:** Most use cases and fast iteration
Assistants use a single system prompt plus tools and structured outputs. Perfect for: @@ -59,9 +56,6 @@ Vapi offers two main primitives, designed for different use cases: iconType="solid" href="/squads" > -
- -
**Best for:** Multi-assistant setups with specialization
Squads orchestrate multiple assistants with context-preserving transfers. Ideal for: @@ -88,9 +82,6 @@ Vapi offers two main primitives, designed for different use cases: iconType="solid" href="/quickstart/phone" > -
- -
- Create a voice agent for inbound/outbound calls - Build customer support or sales automation - Get started with no coding required @@ -103,9 +94,6 @@ Vapi offers two main primitives, designed for different use cases: iconType="solid" href="/quickstart/web" > -
- -
- Add voice capabilities to your web application - Integrate voice chat into your existing product - Build with code and SDKs @@ -127,9 +115,6 @@ The Vapi CLI brings the full power of the platform to your terminal: iconType="solid" href="/cli" > -
- -
Install in seconds with: ```bash curl -sSL https://vapi.ai/install.sh | bash @@ -147,9 +132,6 @@ The Vapi CLI brings the full power of the platform to your terminal: iconType="solid" href="/assistants/examples/inbound-support" > -
- -
Built with Assistants
Automate inbound support calls with agents that can access your knowledge base and escalate to humans when needed. @@ -160,9 +142,6 @@ The Vapi CLI brings the full power of the platform to your terminal: iconType="solid" href="/assistants/examples/lead-qualification" > -
- -
Built with Assistants
Make outbound sales calls, qualify leads, and schedule appointments with sophisticated branching logic. @@ -173,9 +152,6 @@ The Vapi CLI brings the full power of the platform to your terminal: iconType="solid" href="/assistants/examples/appointment-scheduling" > -
- -
Built with Assistants
Handle booking requests, check availability, and confirm appointments with conditional routing. @@ -186,9 +162,6 @@ The Vapi CLI brings the full power of the platform to your terminal: iconType="solid" href="/squads/examples/clinic-triage-scheduling" > -
- -
Built with Squads
Emergency routing and appointment scheduling for healthcare. @@ -199,9 +172,6 @@ The Vapi CLI brings the full power of the platform to your terminal: iconType="solid" href="/squads/examples/ecommerce-order-management" > -
- -
Built with Squads
Order tracking, returns, and customer support workflows. @@ -212,9 +182,6 @@ The Vapi CLI brings the full power of the platform to your terminal: iconType="solid" href="/examples" > -
- -
See our collection of examples covering a wide range of use cases.