> ## 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.

# Quickstart

export const ExtendedButton = ({title, link}) => <a href={link} className="inline-block text-white font-medium text-base px-7 py-2.5 rounded-full shadow-sm hover:shadow-md transition-all bg-gradient-to-b from-[#9b7eff] to-[#7856ff] active:to-[#5028C0] no-underline">
    {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>
