Files
mintlify__docs/analytics/assistant.mdx
mintlify[bot] 53d13897de docs: expand analytics page descriptions for SEO (#6945)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-10 16:49:13 -07:00

37 lines
2.0 KiB
Plaintext

---
title: "Analyze assistant conversations"
sidebarTitle: "Assistant"
description: "Review assistant analytics in the Mintlify dashboard to explore conversation categories, topics, satisfaction, chat history, and content gaps."
keywords: ["analytics", "assistant", "conversations", "topics", "satisfaction", "chat history"]
---
<Info>
Analytics require a [Pro or Enterprise plan](https://mintlify.com/pricing?ref=analytics).
</Info>
The **Assistant** view of the [analytics](https://app.mintlify.com/analytics) page displays assistant usage over time and chat history.
- **Conversation categories** groups conversations into categories, which are high-level themes related to your product, and topics, which are specific tasks within a category. Select a category to see its topics, then select a topic to open a drawer with satisfaction metrics and every conversation in that topic.
- **All conversations** lists every assistant conversation for the selected time range with a feedback badge on each row. Select a conversation to open the full transcript.
Review assistant analytics to:
- **Monitor assistant usage**: Observe changes in assistant usage to understand how users engage with your content.
- **Identify frequent topics**: Drill into categories and topics to understand what users ask about most. Use these patterns to identify gaps and prioritize content updates.
- **Find where users struggle**: Filter by negative feedback to find conversations users rated poorly and improve the underlying content.
- **Review chat history**: Get detailed high-intent data about how users think about your product. See which terms they use, what they need help with, and which tasks they try to accomplish.
<Frame>
<img
src="/images/analytics/assistant-light.png"
alt="The Assistant view of the analytics page."
className="block dark:hidden"
/>
<img
src="/images/analytics/assistant-dark.png"
alt="The Assistant view of the analytics page."
className="hidden dark:block"
/>
</Frame>