Skip to content

Commit d684b2d

Browse files
Update docs-agent.mdx (#447)
1 parent cff526e commit d684b2d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

fern/examples/docs-agent.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ slug: examples/docs-agent
66

77
Try our live implementation using the voice widget in the bottom-right corner of this page.
88

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-
159
## Overview
1610

1711
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:
2317
- Use the Web SDK to create a widget
2418
- Analyze user sessions and improve the quality of your agent overtime
2519

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
25+
2626
## Get started
2727

2828
<Steps>

0 commit comments

Comments
 (0)