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
12 changes: 6 additions & 6 deletions fern/examples/docs-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand All @@ -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

<Steps>
Expand Down
Loading