Skip to content
Open
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
10 changes: 5 additions & 5 deletions src/pages/guide/building-with-ai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ These files are generated at build time and served at the root of the site.

AI user agents are automatically detected and served raw Markdown instead of rendered HTML. This provides better token efficiency and easier parsing for LLMs.

### Supported AI Agents
### Supported AI Agents.

Popular user agents that are automatically detected:

Expand All @@ -44,10 +44,10 @@ This is useful for copying documentation into AI conversations or for custom int

The docs include a built-in "Ask AI" menu (<kbd>⌘I</kbd> / <kbd>Ctrl+I</kbd>) that provides:

- **Open in ChatGPT/Claude**: Opens the current page context in popular AI assistants
- **Copy page for AI**: Copies the page content as Markdown to your clipboard
- **View as Markdown**: Opens the raw Markdown version of the current page
- **Copy MCP URL**: Copies the MCP server URL for AI assistant configuration
- **Open in ChatGPT/Claude**: Opens the current page context in popular AI assistants.
- **Copy page for AI**: Copies the page content as Markdown to your clipboard.
- **View as Markdown**: Opens the raw Markdown version of the current page.
- **Copy MCP URL**: Copies the MCP server URL for AI assistant configuration.

## MCP Server

Expand Down