> ## Documentation Index
> Fetch the complete documentation index at: https://mixpanel-edb78807-coltonblake-demo-generated-openapi.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

export const ExtendedButton = ({title, link}) => <a href={link} className="inline-block text-white font-medium text-base px-7 rounded-full shadow-sm transition-all no-underline mxp-extended-button">
    {title}
  </a>;

<CardGroup cols={3}>
  <Card title="Install Mixpanel" href="/docs/quickstart/install-mixpanel" />

  <Card title="Identify Users" href="/docs/quickstart/identify-users" />

  <Card title="Capture Events" href="/docs/quickstart/track-events" />
</CardGroup>

### Install Mixpanel with your coding agent

The Mixpanel Implementation Skill guides your AI coding agent — Claude Code, Cursor, ChatGPT, or any other assistant — through setting up Mixpanel in your codebase. The skill handles SDK selection, identity management, event tracking, and compliance gates through a guided conversation, with paths ranging from a one-session Quick Start to a full production-ready rollout.

<div className="extendedButtonComponent">
  <br />

  <ExtendedButton title="Get Started with AI" link="/docs/quickstart/install-with-ai" />
</div>
