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

# Introduction

Milana uses vision AI to watch session replays and understand the full user experience. It picks up on things your existing stack cannot see - users repeatedly tweaking workflows, silently dropping off mid-onboarding, or struggling with features that look fine in your logs.

Milana tells you what users came to your product to do and whether they succeeded.

Install the SDK to start recording and understanding your users' sessions in less than 10 minutes.

## Get started

<CardGroup cols={2}>
  <Card title="Coding Agent Setup" icon="wand-magic-sparkles" href="/quickstart/coding-agent">
    Paste a prompt into your coding agent to set up Milana automatically.
  </Card>

  <Card title="Quick Start: React" icon="react" href="/quickstart/react">
    Install the `milana-js` npm package with React bindings.
  </Card>

  <Card title="Quick Start: JavaScript" icon="js" href="/quickstart/js-package">
    Install the `milana-js` npm package.
  </Card>

  <Card title="Quick Start: Script Tag" icon="code" href="/quickstart/script-tag">
    Add a `<script>` tag to your HTML.
  </Card>

  <Card title="Privacy Controls" icon="shield" href="/guides/privacy">
    Block, mask, or ignore sensitive elements in recordings.
  </Card>

  <Card title="Troubleshooting & FAQ" icon="wrench" href="/troubleshooting">
    Common issues, solutions, and frequently asked questions.
  </Card>
</CardGroup>
