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
Copy file name to clipboardExpand all lines: fern/examples/docs-agent.mdx
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,6 @@ slug: examples/docs-agent
6
6
7
7
Try our live implementation using the voice widget in the bottom-right corner of this page.
8
8
9
-
## Prerequisites
10
-
11
-
-[Vapi account](https://dashboard.vapi.ai/) with API access
12
-
- Documentation content - use your `llms-full.txt` file ([example](https://docs.vapi.ai/llms-full.txt)), available out-of-box on [Fern](https://buildwithfern.com/learn/docs/developer-tools/llms-txt) or [Mintlify](https://mintlify.com/docs/ai-ingestion#%2Fllms-full-txt)
13
-
-[LlamaCloud account](https://cloud.llamaindex.ai/) for indexing
14
-
15
9
## Overview
16
10
17
11
Build a voice-powered documentation assistant step by step. Use API requests (shown below) or the [Vapi Dashboard](https://dashboard.vapi.ai/).
@@ -23,6 +17,12 @@ You'll learn to:
23
17
- Use the Web SDK to create a widget
24
18
- Analyze user sessions and improve the quality of your agent overtime
25
19
20
+
## Prerequisites
21
+
22
+
-[Vapi account](https://dashboard.vapi.ai/) with API access
23
+
- Documentation content - use your `llms-full.txt` file ([example](https://docs.vapi.ai/llms-full.txt)), available out-of-box on [Fern](https://buildwithfern.com/learn/docs/developer-tools/llms-txt) or [Mintlify](https://mintlify.com/docs/ai-ingestion#%2Fllms-full-txt)
24
+
-[LlamaCloud account](https://cloud.llamaindex.ai/) for indexing
0 commit comments