diff --git a/ai/assistant.mdx b/ai/assistant.mdx index 17f3021c8..3f5233d9d 100644 --- a/ai/assistant.mdx +++ b/ai/assistant.mdx @@ -242,7 +242,15 @@ The categories tab uses LLMs to automatically categorize conversations. Categori Use categories to identify common topics, patterns in user needs and behavior, and areas where documentation might need expansion or clarification. -Click a category to view specific conversations about the category. You can then click individual conversations to view the complete chat thread, including the user's question, the assistant's response, and any sources cited. +#### View related conversations + +Click a category row to expand it and view related conversations grouped under that category. The expanded view displays: + +- A list of conversations related to the category +- The first user message from each conversation +- The number of messages in each conversation thread + +Click an individual conversation to open a side panel with the complete chat thread, including the user's question, the assistant's response, and any sources cited. ### Chat history diff --git a/integrations/analytics/overview.mdx b/integrations/analytics/overview.mdx index 6e2b132f1..94e5c7115 100644 --- a/integrations/analytics/overview.mdx +++ b/integrations/analytics/overview.mdx @@ -627,8 +627,6 @@ We send the following events to your analytics provider. All events use the `doc | `docs.footer.powered_by_mintlify_click` | When a user clicks the "Powered by Mintlify" link. | | `docs.assistant.source_click` | When a user clicks a citation in a chat. | | `docs.assistant.suggestion_click` | When a user clicks a suggestion in a chat. | -| `docs.assistant.thumbs_up` | When a user clicks the positive feedback button in a chat. | -| `docs.assistant.thumbs_down` | When a user clicks the negative feedback button in a chat. | | `docs.assistant.completed` | When a chat session is completed. | | `docs.assistant.enter` | When a user initiates a chat. | | `docs.assistant.ask_ai_on_text_selection` | When a user selects text and clicks "Ask AI" to ask about the selection. |