diff --git a/guides/assistant.mdx b/guides/assistant.mdx index 56098edd1..a530dbd3c 100644 --- a/guides/assistant.mdx +++ b/guides/assistant.mdx @@ -5,18 +5,24 @@ icon: "bot" --- - The AI assistant is available on [Pro, Growth, and Enterprise plans](https://mintlify.com/pricing?ref=assistant). + The AI assistant is automatically enabled on [Pro, Growth, and Enterprise plans](https://mintlify.com/pricing?ref=assistant). ## About the assistant -The assistant answers questions about your documentation through natural language queries. When users ask a question, the assistant searches your content, cites relevant sources, and provides contextual answers sourced from your documentation. +The assistant answers questions about your documentation through natural language queries. It is embedded directly in your documentation site, providing users with immediate access to contextual help. -The assistant uses agentic RAG (retrieval-augmented generation) with tool calling and runs on Claude Sonnet 4 by default. +The assistant uses agentic RAG (retrieval-augmented generation) with tool calling powered by Claude Sonnet 4. When users ask questions, the assistant: -You can monitor user interactions and export query data from your dashboard to gain insights into user needs and identify content gaps. +* **Searches and retrieves** relevant content from your documentation to provide accurate answers. +* **Cites sources** and provides navigable links to take users directly to referenced pages. +* **Generates copyable code examples** to help users implement solutions from your documentation. -The assistant is automatically enabled for accounts on Pro, Growth, and Enterprise plans. See [Pricing](https://mintlify.com/pricing) for details. +You can view assistant usage through your dashboard to understand user behavior and documentation effectiveness. Export and analyze query data to help identify: + +* Frequently asked questions that might need better coverage. +* Content gaps where users struggle to find answers. +* Popular topics that could benefit from additional content. ## Using the assistant