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

# Browser tests, in your words.

> Describe a user journey. Run it with BrowserBunny. Understand what happened.

<div className="bb-kicker">BROWSERBUNNY DOCUMENTATION</div>

<p className="bb-intro">
  Give BrowserBunny a URL and a task in plain language. Start a browser test
  through the API or Python SDK, follow its progress, and review the evidence
  from your dashboard.
</p>

<CardGroup cols={2}>
  <Card title="Make your first API request" icon="terminal" href="/docs/quickstart" className="bb-card">
    Connect with an API key, choose an available device, and submit a test.
  </Card>

  <Card title="Explore your dashboard" icon="monitor-play" href="https://dash.browserbunny.dev" className="bb-card">
    Manage API keys and review your runs, activity, and session recordings.
  </Card>
</CardGroup>

## From a task to a result

<Steps>
  <Step title="Describe the journey">
    Choose a starting URL and explain what you want to check. Use the same
    language you would use to walk a teammate through the experience.
  </Step>

  <Step title="Choose where to run">
    Retrieve the device catalog and select a target enabled for your account.
    Availability comes from the API, so your request uses supported targets.
  </Step>

  <Step title="Review the evidence">
    Follow the run's status and logs. Open your dashboard to inspect the outcome
    and session evidence.
  </Step>
</Steps>
