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

# Ito Documentation

> AI-powered automated QA on every pull request — catch bugs before they ship.

Ito is your AI QA engineer. It automatically runs browser-based tests on every GitHub pull request, then posts a detailed bug report as a PR comment — complete with video recordings, reproduction steps, and code analysis.

No test scripts to write. No flaky test suites to maintain. Just connect your repository and Ito starts working on the next PR.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Connect your first repository and trigger your first automated review in minutes.
  </Card>

  <Card title="How It Works" icon="gears" href="/how-it-works">
    Understand how Ito explores your app and reports bugs on every PR.
  </Card>

  <Card title="Reading Results" icon="magnifying-glass" href="/guides/reading-results">
    Learn how to interpret test results, videos, and code analysis in the dashboard.
  </Card>

  <Card title="API Reference" icon="code" href="/api/overview">
    Integrate Ito data into your own tools using the REST API.
  </Card>
</CardGroup>

## Get started in 3 steps

<Steps>
  <Step title="Sign up and install the GitHub App">
    Create an account at [app.ito.ai](https://app.ito.ai) and install the Ito GitHub App on your organization or personal account.
  </Step>

  <Step title="Connect a repository">
    Select a repository from your GitHub account. Ito will begin monitoring it for new and updated pull requests.
  </Step>

  <Step title="Open a pull request">
    Open or update any PR. Ito automatically provisions a test environment, runs the AI agent, and posts results as a PR comment.
  </Step>
</Steps>

<Note>
  Ito offers a free trial. No credit card is required to get started.
</Note>

## Explore the docs

<CardGroup cols={2}>
  <Card title="Core Concepts" icon="book" href="/concepts/test-runs">
    Understand test runs, test cases, severity levels, and PR comments.
  </Card>

  <Card title="Settings" icon="sliders" href="/settings/testing-level">
    Configure testing depth, automation rules, and video hosting.
  </Card>

  <Card title="Integrations" icon="plug" href="/integrations/github">
    Set up GitHub and Slack integrations to fit your workflow.
  </Card>

  <Card title="Team & Billing" icon="users" href="/guides/team-management">
    Manage seats, invite teammates, and handle your subscription.
  </Card>
</CardGroup>
