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

# Quickstart

> Create test cases, upload a build, run tests, and review results.

<Steps>
  <Step title="Get started">
    Open [app.noqa.ai](https://app.noqa.ai) or [download the macOS app](https://noqa.ai/download) for local device testing.
  </Step>

  <Step title="Add an app in Dashboard">
    Enter the app name and save.
  </Step>

  <Step title="Create test cases">
    Go to Dashboard → Test Cases. Click "Add test case" and provide a title, natural-language Instructions and expected results. Save the test case and repeat to create more.
  </Step>

  <Step title="Choose iOS or Android device">
    Local device, local simulator, or cloud device.
  </Step>

  <Step title="Set up a build">
    * iOS: local .ipa file, TestFlight, App Store or URL.
    * Android: local .apk file or URL.
  </Step>

  <Step title="Run tests">
    Once you've selected a device, build, and test cases, click **Run**. The agent will execute the instructions on the device.
  </Step>

  <Step title="Review results">
    Open Dashboard → Runs to track progress. Click a run to view per-test status, screenshots, agent steps, and summary.
  </Step>
</Steps>

## What's next?

<CardGroup cols={2}>
  <Card title="Test cases" icon="list-check" href="/docs/test-cases">
    How test cases work
  </Card>

  <Card title="Guide" icon="book" href="/guide/how-noqa-agent-works">
    Learn how the agent thinks and write better tests
  </Card>
</CardGroup>
