# Ask AI \[Built-in AI assistant menu on every page]

## Menu Actions

The Ask AI menu 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 (when MCP is enabled).

## Hiding Ask AI on a Page

You can hide the menu for a single page with `showAskAi: false` in frontmatter:

```mdx
---
showAskAi: false
---
```

## See More

<Cards>
  <Card title="Agent Support" description="Machine-readable index and full-text dumps for LLMs via llms.txt." icon="bot" to="/features/agent-support" />

  <Card title="MCP Server" description="Programmatic access for AI clients via Model Context Protocol." icon="plug" to="/features/mcp-server" />
</Cards>
