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

# Overview

> Everything you need to test your mobile apps with AI.

noqa is an automated mobile testing tool for apps and games. It works from screenshots, so there are no locators, no code and no SDK.

<Steps>
  <Step title="Write your test in plain English">
    Describe the steps and what you expect to see — no code needed.
  </Step>

  <Step title="Choose a device">
    Real device, simulator, or cloud.
  </Step>

  <Step title="Point to your build">
    A local file, App Store, TestFlight, or a URL.
  </Step>

  <Step title="Run the test">
    Start the run and the agent takes over — it reads the screen and executes each step automatically.
  </Step>

  <Step title="Review the report">
    Screenshots, agent steps, and a pass/fail result.
  </Step>
</Steps>

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/docs/quickstart">
    Run your first test in minutes
  </Card>

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

  <Card title="Local testing" icon="computer" href="/docs/desktop-app">
    Test on your Mac with local devices
  </Card>

  <Card title="Cloud & CI/CD" icon="cloud" href="/docs/cloud-cicd">
    Automate tests in your pipeline
  </Card>
</CardGroup>
