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

# Overview

> Automated mobile testing powered by the MobileBoost test agent

The MobileBoost test agent runs your mobile tests on real devices. Describe what you want to test, and the agent handles navigation, interaction, and verification.

## Test definitions

There are two ways to create tests:

<Columns cols={2}>
  <Card title="Natural language" icon="message-lines" href="/test-agent/natural-language">
    Provide test instructions in plain english.
  </Card>

  <Card title="Code generation" icon="wand-magic-sparkles" href="/test-agent/code-generation">
    Generate SDK enhanced native test code.
  </Card>
</Columns>

## Test execution

Once tests are defined, trigger them via the API or your CI pipeline.

<Columns cols={2}>
  <Card title="CI integration" icon="arrows-spin" href="/test-agent/ci-integration">
    Upload builds and trigger tests from GitHub Actions, Bitrise, and other CI providers.
  </Card>

  <Card title="Device configuration" icon="mobile" href="/test-agent/devices">
    Target specific devices, OS versions, and locales.
  </Card>
</Columns>

## Test reports

After execution, review results through CI status checks, webhooks, or Slack notifications.

<Columns cols={3}>
  <Card title="CI integration" icon="code-branch" href="/test-agent/reports-ci-integration">
    View results directly in your CI pipeline.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/test-agent/reports-webhooks">
    Receive results at your own endpoints.
  </Card>

  <Card title="Slack" icon="hashtag" href="/test-agent/reports-slack">
    Get summaries in your team's Slack channels.
  </Card>
</Columns>
