diff --git a/docs/mixpanel-agent.mdx b/docs/mixpanel-agent.mdx index cbec1ef8..ecfca073 100644 --- a/docs/mixpanel-agent.mdx +++ b/docs/mixpanel-agent.mdx @@ -22,6 +22,7 @@ The Mixpanel Agent has access to a broad set of Mixpanel capabilities and select | Session replay analysis | From a prompt or existing playlist, Mixpanel curates relevant replays, analyzes them alongside your events data, summarizes findings for follow-up questions, and surfaces timestamps for key moments | | Experiments & Feature Flags | Reference experiments and feature flags in any investigation, interpret experiment results in plain language, and create new experiments or flags through a conversational flow | | Mixpanel Docs | Answer questions about how Mixpanel features work | +| Root Cause Analysis | Run a root cause analysis for a metric change. [See Root Cause Analysis for details](/docs/root-cause-analysis) | **Working on an analysis?** The Agent automatically picks up your current page as context. Ask it to explain a trend, dig into an anomaly, or modify what's in front of you. No need to describe what you're looking at first. @@ -31,6 +32,7 @@ Where you'll find the Mixpanel Agent: - **Side navigation:** Click Mixpanel Agent to open a full-page experience - **Contextual panel:** Click "Open in side view" to open the Agent in a side panel so you can bring the Agent with you as you navigate Mixpanel +- **Create New:** Click Mixpanel Agent from the Create New menu ![Image](/images/image-4.png) @@ -120,6 +122,19 @@ Optionally, you can share the chat along with the current page content. This is To make a chat private again, select **Keep Private**. Existing share links stop working once the chat is private. +## Chat History + +Access more options for managing chats from the chat header, including: + +- **New Chat:** Click the pencil icon to start a new chat. When you start a new chat, your previously active chat is still available in history. +- **Rename chat:** Change the title of a chat +- **Delete chat:** Remove a chat from history +- **Chat history:** Access all your previous chats when working in the side panel. If you're viewing the Agent as a full page you will see the chat history on the left automatically. + + + ![2026 07 16 15 12 54](/images/2026-07-16_15-12-54.png) + + ## Security & Privacy Mixpanel’s AI is built with privacy-by-design principles. For details: @@ -129,25 +144,20 @@ Mixpanel’s AI is built with privacy-by-design principles. For details: ## FAQ -**1. What AI models does it use?**\ -The Mixpanel Agent is powered by Claude. +**1. What AI models does it use?**
The Mixpanel Agent is powered by Claude. -**2. How can I influence what Mixpanel Agent surfaces?**\ -Adding Organization and Project [Business Context](/docs/business-context). Saving [Metrics and Behaviors](/docs/features/saved-metrics-and-behaviors). [Verifying Data](/docs/data-governance/lexicon#verify-data). The Agent uses all this context you provide to craft the best response for your prompt. +**2. How can I influence what Mixpanel Agent surfaces?**
Adding Organization and Project [Business Context](/docs/business-context). Saving [Metrics and Behaviors](/docs/features/saved-metrics-and-behaviors). [Verifying Data](/docs/data-governance/lexicon#verify-data). The Agent uses all this context you provide to craft the best response for your prompt. -**3. How do I share feedback or request new capabilities?**\ -Use the feedback buttons inside the Agent experience to share what's working, what's missing, or what you'd like to see. We're actively building. Your feedback directly shapes the roadmap. +**3. How do I share feedback or request new capabilities?**
Use the feedback buttons inside the Agent experience to share what's working, what's missing, or what you'd like to see. We're actively building. Your feedback directly shapes the roadmap. ![Mixpanel Agent Feedback](/images/mixpanel-agent-feedback.png) -**5. How can I enable or disable AI features?**\ -Access to Mixpanel AI features can be managed from your Org settings. Org Admins can change these settings. Note, disabling Mixpanel AI removes access for all users. +**5. How can I enable or disable AI features?**
Access to Mixpanel AI features can be managed from your Org settings. Org Admins can change these settings. Note, disabling Mixpanel AI removes access for all users. ![Mixpanel AI Settings](/images/image-3.png) -**6. What happened to Spark?**\ -Looking for Spark? This is the right page. Mixpanel Agent is the next evolution of Spark. \ No newline at end of file +**6. What happened to Spark?**
Looking for Spark? This is the right page. Mixpanel Agent is the next evolution of Spark. \ No newline at end of file diff --git a/docs/reports/insights.mdx b/docs/reports/insights.mdx index 2abe7f97..45e004b0 100644 --- a/docs/reports/insights.mdx +++ b/docs/reports/insights.mdx @@ -571,4 +571,4 @@ To ensure a smooth self-serve experience and fast query performance, certain dat - **Hourly granularity reports** can include a maximum date range of 31 days. - **Daily granularity reports** can include a maximum date range of 12 months. - **Reports using All Events** can include a maximum date range of 93 days (approximately 3 months). -- **Reports using cohorts** can include up to 93 time intervals—for example, 93 weeks or 93 days. This allows queries such as “the last 3 months at daily granularity. \ No newline at end of file +- **Reports using cohorts** can include up to 93 time intervals—for example, 93 weeks or 93 days. This allows queries such as “the last 3 months at daily granularity. diff --git a/images/2026-07-16_15-12-54.png b/images/2026-07-16_15-12-54.png new file mode 100644 index 00000000..90826879 Binary files /dev/null and b/images/2026-07-16_15-12-54.png differ