diff --git a/fern/examples/docs-agent.mdx b/fern/examples/docs-agent.mdx index 58abdde7c..34685c293 100644 --- a/fern/examples/docs-agent.mdx +++ b/fern/examples/docs-agent.mdx @@ -6,12 +6,6 @@ slug: examples/docs-agent Try our live implementation using the voice widget in the bottom-right corner of this page. -## Prerequisites - -- [Vapi account](https://dashboard.vapi.ai/) with API access -- 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) -- [LlamaCloud account](https://cloud.llamaindex.ai/) for indexing - ## Overview 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: - Use the Web SDK to create a widget - Analyze user sessions and improve the quality of your agent overtime +## Prerequisites + +- [Vapi account](https://dashboard.vapi.ai/) with API access +- 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) +- [LlamaCloud account](https://cloud.llamaindex.ai/) for indexing + ## Get started