Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 21 additions & 20 deletions fern/guides.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,60 +9,61 @@ slug: guides
</Frame>

<CardGroup cols={2}>
<Card title="Docs Agent" icon="book-open" href="/assistants/examples/docs-agent">
<Card title="Appointment Scheduling" icon="calendar-check" href="/workflows/examples/appointment-scheduling">
<div className='absolute top-4 right-4'>
<Icon icon="arrow-up-right-from-square" />
</div>
<div class="vapi-badge vapi-badge-assistant">Built with Assistants</div>
<div class="vapi-badge vapi-badge-workflow">Built with Workflows</div>
<br />
Build a docs agent that can answer questions about your documentation
Build an appointment scheduling assistant that can schedule appointments for a barbershop
</Card>
<Card title="Inbound Support" icon="headset" href="/assistants/examples/inbound-support">
<Card title="Medical Triage & Scheduling" icon="stethoscope" href="/workflows/examples/clinic-triage-scheduling">
<div className='absolute top-4 right-4'>
<Icon icon="arrow-up-right-from-square" />
</div>
<div class="vapi-badge vapi-badge-assistant">Built with Assistants</div>
<div class="vapi-badge vapi-badge-workflow">Built with Workflows</div>
<br />
Build a technical support assistant that remembers where you left off between calls
Build a medical triage and scheduling assistant that can triage patients and schedule appointments for a clinic
</Card>
<Card title="Voice Widget" icon="microphone" href="/assistants/examples/voice-widget">
<Card title="Ecommerce Order Management" icon="shopping-cart" href="/workflows/examples/ecommerce-order-management">
<div className='absolute top-4 right-4'>
<Icon icon="arrow-up-right-from-square" />
</div>
<div class="vapi-badge vapi-badge-assistant">Built with Assistants</div>
<div class="vapi-badge vapi-badge-workflow">Built with Workflows</div>
<br />
Easily integrate the Vapi Voice Widget into your website for enhanced user interaction
Build an ecommerce order management assistant that can track orders and process returns
</Card>
<Card title="Appointment Scheduling" icon="calendar-check" href="/workflows/examples/appointment-scheduling">
<Card title="Lead Qualification" icon="phone" href="/workflows/examples/lead-qualification">
<div className='absolute top-4 right-4'>
<Icon icon="arrow-up-right-from-square" />
</div>
<div class="vapi-badge vapi-badge-workflow">Built with Workflows</div>
<br />
Build an appointment scheduling assistant that can schedule appointments for a barbershop
Create an outbound sales agent that can schedule appointments automatically
</Card>
<Card title="Medical Triage & Scheduling" icon="stethoscope" href="/workflows/examples/clinic-triage-scheduling">
<Card title="Docs Agent" icon="book-open" href="/assistants/examples/docs-agent">
<div className='absolute top-4 right-4'>
<Icon icon="arrow-up-right-from-square" />
</div>
<div class="vapi-badge vapi-badge-workflow">Built with Workflows</div>
<div class="vapi-badge vapi-badge-assistant">Built with Assistants</div>
<br />
Build a medical triage and scheduling assistant that can triage patients and schedule appointments for a clinic
Build a docs agent that can answer questions about your documentation
</Card>
<Card title="Ecommerce Order Management" icon="shopping-cart" href="/workflows/examples/ecommerce-order-management">
<Card title="Inbound Support" icon="headset" href="/assistants/examples/inbound-support">
<div className='absolute top-4 right-4'>
<Icon icon="arrow-up-right-from-square" />
</div>
<div class="vapi-badge vapi-badge-workflow">Built with Workflows</div>
<div class="vapi-badge vapi-badge-assistant">Built with Assistants</div>
<br />
Build an ecommerce order management assistant that can track orders and process returns
Build a technical support assistant that remembers where you left off between calls
</Card>
<Card title="Lead Qualification" icon="phone" href="/workflows/examples/lead-qualification">
<Card title="Voice Widget" icon="microphone" href="/assistants/examples/voice-widget">
<div className='absolute top-4 right-4'>
<Icon icon="arrow-up-right-from-square" />
</div>
<div class="vapi-badge vapi-badge-workflow">Built with Workflows</div>
<div class="vapi-badge vapi-badge-assistant">Built with Assistants</div>
<br />
Create an outbound sales agent that can schedule appointments automatically
Easily integrate the Vapi Voice Widget into your website for enhanced user interaction
</Card>

</CardGroup>
Loading