> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mixpanel.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Mixpanel Introduction

export const FrameColumn = ({src, title, description, link}) => {
  return <div className="flex gap-8 items-start">
      <div className="flex-none w-[58%]">
        <Frame>
          <iframe title={title} src={src} frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen />
        </Frame>
      </div>
      <div className="flex-1 min-w-0 pt-2">
        <h4 className="font-bold mt-0 mb-2">{title}</h4>
        <p className="mt-0">{description}</p>
        <br />
        <br />
        <a href={link} target="_blank" rel="noopener noreferrer" className="font-bold">
          Open in YouTube →
        </a>
      </div>
    </div>;
};

Mixpanel is a **digital analytics platform** that helps teams continuously improve their products by turning data into action. At its core, Mixpanel supports a **continuous innovation loop**—helping you observe what users do, analyze why it happens, decide what to do next, and act on those insights.

<Note>
  **Why it matters:** Teams use Mixpanel to learn faster, align decisions across functions, and measure the impact of every product change.
</Note>

***

## See Mixpanel in Action

<FrameColumn src="https://www.youtube-nocookie.com/embed/sRQCfmvh3vg" title="Mixpanel Overview" description="In this 5-minute overview, learn how Mixpanel powers the continuous innovation loop––from observation to impact." link="https://youtu.be/sRQCfmvh3vg" />

***

## Mixpanel Features That Power Continuous Innovation

<Columns cols={2}>
  <div>
    Mixpanel is built around a simple but powerful framework for continuous improvement: **Observe → Analyze → Decide → Act (OADA)**.

    Each stage in the OADA framework connects directly to Mixpanel’s tools, helping you move from data to observation to action–—all in one platform.
  </div>

  <div>
    <Frame caption="The cycle of continuous innovation.">
      <img src="https://mintcdn.com/mixpanel-edb78807/OGSpXJYAgHuRUK7O/images/oada-loop-simple-wide-fcf9fa.png?fit=max&auto=format&n=OGSpXJYAgHuRUK7O&q=85&s=3e4c52c07aaea0ea20e71b38c7a06598" alt="OADA Loop diagram" width="1000" height="800" data-path="images/oada-loop-simple-wide-fcf9fa.png" />
    </Frame>
  </div>
</Columns>

| 👀 **Observe**                                                                                                                                                                                                       | 📊 **Analyze**                                                                                                                                                                                                        | 💡 **Decide**                                                                                                                                                | 🚀 **Act**                                                                                                           |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------- |
| See what’s happening in your product with [Session Replay](/docs/session-replay), [Heatmaps](/docs/session-replay/heatmaps), [Autocapture](/docs/tracking-methods/autocapture), and [Alerts](/docs/features/alerts). | Explore [Insights](/docs/reports/insights), [Funnels](/docs/reports/funnels), [Flows](/docs/reports/flows), [Retention](/docs/reports/retention), and [Cohorts](/docs/users/cohorts) to find what moves your metrics. | Align on what to change next with [Metric Trees](/docs/metric_tree), [Boards](/docs/boards), [Annotations](/docs/features/annotations), and shared insights. | Measure impact with [Experiments](/docs/experiments) and ship improvements with [Feature Flags](/docs/featureflags). |

All of this is powered by Mixpanel’s modern data foundation—–bringing together AI-assisted analysis through features like [MCP Server](/docs/features/mcp), robust [data governance](/docs/data-governance) for accuracy and trust, and built-in collaboration tools that help teams move from insight to action faster.

**Learn more:** [Go deeper on the OADA Loop →](/guides/guides-by-topic/continuous-innovation)

***

## Mixpanel Data Model

Everything in Mixpanel starts with **events**––the building blocks of your data model.

An event represents something a **user** does (like *Signed Up*, *Viewed a Product*, or *Completed Purchase*). Each event can include **event properties** that add context, such as the user’s plan type, location, or device.

Alongside events, Mixpanel also tracks **user profiles**––records that represent individual people. These profiles store demographic attributes known as **user properties** (like name, email, or signup date), which help you understand who your users are and analyze behavior at the individual level.

Optionally, you can analyze data at the group level using [Group Analytics](/docs/data-structure/group-analytics).

<Frame>
  <img src="https://mintcdn.com/mixpanel-edb78807/t0w2ecW2bO4mKfCm/images/Data_Model_with_Group_Analytics.png?fit=max&auto=format&n=t0w2ecW2bO4mKfCm&q=85&s=877c34b35bbc817b1ded011ce4228692" alt="Data Model" width="3840" height="2160" data-path="images/Data_Model_with_Group_Analytics.png" />
</Frame>

Together, these events and properties form a flexible data model that mirrors how people actually use your product. Once instrumented, you can analyze this data instantly—–without writing SQL or waiting on an analyst.

**Learn more:** [Dive deeper into how Mixpanel structures data →](/docs/data-structure/concepts)

***

## Keep Learning

Keep building your Mixpanel expertise with these resources designed to help you learn, connect, and put insights into action.

| Resource           | Purpose                                                                                              | Link                                      |
| ------------------ | ---------------------------------------------------------------------------------------------------- | ----------------------------------------- |
| **Community**      | Connect with other Mixpanel users, share ideas, and learn how peers are tackling similar challenges. | [Open →](https://community.mixpanel.com/) |
| **Developer Docs** | Build and extend Mixpanel with SDKs, APIs, and advanced implementation guides.                       | [Open →](/reference/overview)             |
| **Docs**           | Explore product capabilities, setup guides, and detailed feature references.                         | [Open →](/)                               |
| **Events**         | Join live sessions and webinars to explore new features, use cases, and expert-led best practices.   | [Open →](https://mixpanel.com/events)     |
| **Guides**         | Apply Mixpanel best practices to real-world workflows and use cases.                                 | 📍 You are here                           |

Wherever you are in your Mixpanel journey, these resources will help you keep learning, stay connected, and keep improving.
