Skip to content

Commit 4b5adf1

Browse files
authored
Assistant updates (#832)
* remove redundant link * revise about section * update assistant capabilities * remove API filling * replace redundant word * reviewer feedback
1 parent 8609e64 commit 4b5adf1

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

guides/assistant.mdx

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,24 @@ icon: "bot"
55
---
66

77
<Info>
8-
The AI assistant is available on [Pro, Growth, and Enterprise plans](https://mintlify.com/pricing?ref=assistant).
8+
The AI assistant is automatically enabled on [Pro, Growth, and Enterprise plans](https://mintlify.com/pricing?ref=assistant).
99
</Info>
1010

1111
## About the assistant
1212

13-
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.
13+
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.
1414

15-
The assistant uses agentic RAG (retrieval-augmented generation) with tool calling and runs on Claude Sonnet 4 by default.
15+
The assistant uses agentic RAG (retrieval-augmented generation) with tool calling powered by Claude Sonnet 4. When users ask questions, the assistant:
1616

17-
You can monitor user interactions and export query data from your dashboard to gain insights into user needs and identify content gaps.
17+
* **Searches and retrieves** relevant content from your documentation to provide accurate answers.
18+
* **Cites sources** and provides navigable links to take users directly to referenced pages.
19+
* **Generates copyable code examples** to help users implement solutions from your documentation.
1820

19-
The assistant is automatically enabled for accounts on Pro, Growth, and Enterprise plans. See [Pricing](https://mintlify.com/pricing) for details.
21+
You can view assistant usage through your dashboard to understand user behavior and documentation effectiveness. Export and analyze query data to help identify:
22+
23+
* Frequently asked questions that might need better coverage.
24+
* Content gaps where users struggle to find answers.
25+
* Popular topics that could benefit from additional content.
2026

2127
## Using the assistant
2228

0 commit comments

Comments
 (0)