Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 20 additions & 10 deletions docs/mixpanel-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

<Frame>
![Image](/images/image-4.png)
Expand Down Expand Up @@ -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.

<Frame>
![2026 07 16 15 12 54](/images/2026-07-16_15-12-54.png)
</Frame>

## Security & Privacy

Mixpanel’s AI is built with privacy-by-design principles. For details:
Expand All @@ -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?**<br />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?**<br />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?**<br />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.

<Frame>
![Mixpanel Agent Feedback](/images/mixpanel-agent-feedback.png)
</Frame>

**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?**<br />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.

<Frame>
![Mixpanel AI Settings](/images/image-3.png)
</Frame>

**6. What happened to Spark?**\
Looking for Spark? This is the right page. Mixpanel Agent is the next evolution of Spark.
**6. What happened to Spark?**<br />Looking for Spark? This is the right page. Mixpanel Agent is the next evolution of Spark.
4 changes: 1 addition & 3 deletions docs/reports/insights.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ Use Formulas to make calculations using simple arithmetic operators.
Mixpanel supports the following operators:

- \+ : Add
- - : Subtract
- \* : Multiply
- / : Divide
- () : Use parentheses to influence the order of operations
Expand Down Expand Up @@ -533,8 +532,7 @@ Allows you to change the metric being measured. Access by going into the advance
![Rolling and Cumulative](/images/rolling-cumulative.png)
</Frame>

- **Rolling Average:** Rolling analysis calculates the rolling average of the data set. A rolling average curve is a series of averages from subsets of data. Use rolling average analysis to remove noise or spikes from data and smooth out trends over time. Mixpanel calculates the rolling average based on the selected time interval (hour, day, week, month, or quarter) for each data point in the graph.\
For example, if you make a rolling analysis query for the past 30 days, Mixpanel calculates the rolling 7-day average by default. The value reported on each day in the line graph is the average of the values from the 7 days leading to that day. In the case of the first 6 days in your selected time period, the 7-day-average calculation will include days before the selected time period.
- **Rolling Average:** Rolling analysis calculates the rolling average of the data set. A rolling average curve is a series of averages from subsets of data. Use rolling average analysis to remove noise or spikes from data and smooth out trends over time. Mixpanel calculates the rolling average based on the selected time interval (hour, day, week, month, or quarter) for each data point in the graph.<br />For example, if you make a rolling analysis query for the past 30 days, Mixpanel calculates the rolling 7-day average by default. The value reported on each day in the line graph is the average of the values from the 7 days leading to that day. In the case of the first 6 days in your selected time period, the 7-day-average calculation will include days before the selected time period.
- **Cumulative:** Adds up the values of each point on the graph as it goes along, so the height of the line will increase over time.

{/* <Frame>
Expand Down
Binary file added images/2026-07-16_15-12-54.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.