@@ -9,60 +9,61 @@ slug: guides
9
9
</Frame >
10
10
11
11
<CardGroup cols = { 2 } >
12
- <Card title = " Docs Agent " icon = " book-open " href = " /assistants /examples/docs-agent " >
12
+ <Card title = " Appointment Scheduling " icon = " calendar-check " href = " /workflows /examples/appointment-scheduling " >
13
13
<div className = ' absolute top-4 right-4' >
14
14
<Icon icon = " arrow-up-right-from-square" />
15
15
</div >
16
- <div class = " vapi-badge vapi-badge-assistant " >Built with Assistants </div >
16
+ <div class = " vapi-badge vapi-badge-workflow " >Built with Workflows </div >
17
17
<br />
18
- Build a docs agent that can answer questions about your documentation
18
+ Build an appointment scheduling assistant that can schedule appointments for a barbershop
19
19
</Card >
20
- <Card title = " Inbound Support " icon = " headset " href = " /assistants /examples/inbound-support " >
20
+ <Card title = " Medical Triage & Scheduling " icon = " stethoscope " href = " /workflows /examples/clinic-triage-scheduling " >
21
21
<div className = ' absolute top-4 right-4' >
22
22
<Icon icon = " arrow-up-right-from-square" />
23
23
</div >
24
- <div class = " vapi-badge vapi-badge-assistant " >Built with Assistants </div >
24
+ <div class = " vapi-badge vapi-badge-workflow " >Built with Workflows </div >
25
25
<br />
26
- Build a technical support assistant that remembers where you left off between calls
26
+ Build a medical triage and scheduling assistant that can triage patients and schedule appointments for a clinic
27
27
</Card >
28
- <Card title = " Voice Widget " icon = " microphone " href = " /assistants /examples/voice-widget " >
28
+ <Card title = " Ecommerce Order Management " icon = " shopping-cart " href = " /workflows /examples/ecommerce-order-management " >
29
29
<div className = ' absolute top-4 right-4' >
30
30
<Icon icon = " arrow-up-right-from-square" />
31
31
</div >
32
- <div class = " vapi-badge vapi-badge-assistant " >Built with Assistants </div >
32
+ <div class = " vapi-badge vapi-badge-workflow " >Built with Workflows </div >
33
33
<br />
34
- Easily integrate the Vapi Voice Widget into your website for enhanced user interaction
34
+ Build an ecommerce order management assistant that can track orders and process returns
35
35
</Card >
36
- <Card title = " Appointment Scheduling " icon = " calendar-check " href = " /workflows/examples/appointment-scheduling " >
36
+ <Card title = " Lead Qualification " icon = " phone " href = " /workflows/examples/lead-qualification " >
37
37
<div className = ' absolute top-4 right-4' >
38
38
<Icon icon = " arrow-up-right-from-square" />
39
39
</div >
40
40
<div class = " vapi-badge vapi-badge-workflow" >Built with Workflows</div >
41
41
<br />
42
- Build an appointment scheduling assistant that can schedule appointments for a barbershop
42
+ Create an outbound sales agent that can schedule appointments automatically
43
43
</Card >
44
- <Card title = " Medical Triage & Scheduling " icon = " stethoscope " href = " /workflows /examples/clinic-triage-scheduling " >
44
+ <Card title = " Docs Agent " icon = " book-open " href = " /assistants /examples/docs-agent " >
45
45
<div className = ' absolute top-4 right-4' >
46
46
<Icon icon = " arrow-up-right-from-square" />
47
47
</div >
48
- <div class = " vapi-badge vapi-badge-workflow " >Built with Workflows </div >
48
+ <div class = " vapi-badge vapi-badge-assistant " >Built with Assistants </div >
49
49
<br />
50
- Build a medical triage and scheduling assistant that can triage patients and schedule appointments for a clinic
50
+ Build a docs agent that can answer questions about your documentation
51
51
</Card >
52
- <Card title = " Ecommerce Order Management " icon = " shopping-cart " href = " /workflows /examples/ecommerce-order-management " >
52
+ <Card title = " Inbound Support " icon = " headset " href = " /assistants /examples/inbound-support " >
53
53
<div className = ' absolute top-4 right-4' >
54
54
<Icon icon = " arrow-up-right-from-square" />
55
55
</div >
56
- <div class = " vapi-badge vapi-badge-workflow " >Built with Workflows </div >
56
+ <div class = " vapi-badge vapi-badge-assistant " >Built with Assistants </div >
57
57
<br />
58
- Build an ecommerce order management assistant that can track orders and process returns
58
+ Build a technical support assistant that remembers where you left off between calls
59
59
</Card >
60
- <Card title = " Lead Qualification " icon = " phone " href = " /workflows /examples/lead-qualification " >
60
+ <Card title = " Voice Widget " icon = " microphone " href = " /assistants /examples/voice-widget " >
61
61
<div className = ' absolute top-4 right-4' >
62
62
<Icon icon = " arrow-up-right-from-square" />
63
63
</div >
64
- <div class = " vapi-badge vapi-badge-workflow " >Built with Workflows </div >
64
+ <div class = " vapi-badge vapi-badge-assistant " >Built with Assistants </div >
65
65
<br />
66
- Create an outbound sales agent that can schedule appointments automatically
66
+ Easily integrate the Vapi Voice Widget into your website for enhanced user interaction
67
67
</Card >
68
+
68
69
</CardGroup >
0 commit comments