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

# Welcome to Momentic

> Momentic is an AI-powered end-to-end testing platform for web, iOS, and Android apps. Write tests in natural language, run them anywhere.

Describe test behavior in natural language. An AI agent turns your prompts into
reliable steps, runs them against your app, and auto-heals brittle locators.
Tests live in your repo as YAML, run locally or in CI, and surface results in
the [dashboard](https://app.momentic.ai).

<Note>
  Momentic is CLI-first. Authoring and running tests in the cloud is deprecated;
  [`app.momentic.ai`](https://app.momentic.ai) remains the dashboard for
  results, settings, API keys, and integrations. See [Cloud
  deprecation](/get-started/cloud-deprecation) for the migration path.
</Note>

## Pick your platform

<CardGroup cols={3}>
  <Card title="Web" icon="globe" href="/quickstart/web">
    Chromium-based browsers, locally or in CI
  </Card>

  <Card title="iOS" icon="apple" href="/quickstart/ios">
    Local and remote simulators, no real devices required
  </Card>

  <Card title="Android" icon="android" href="/quickstart/android">
    Local and remote emulators for APK-based apps
  </Card>
</CardGroup>

<Note>
  Building with React Native, Expo, or Flutter? Momentic tests the native build,
  so you use the iOS and Android quickstarts. See [Cross-platform
  frameworks](/quickstart/cross-platform-frameworks) for how to produce the
  artifacts from each framework.
</Note>

## Learn the fundamentals

<CardGroup cols={2}>
  <Card title="How Momentic works" icon="circle-info" href="/get-started/how-momentic-works">
    The agent loop, auto-heal, and step cache in 3 minutes
  </Card>

  <Card title="Core concepts" icon="book" href="/core-concepts/finding-elements">
    Finding elements, writing assertions, modules, variables
  </Card>

  <Card title="Agentic testing" icon="robot" href="/core-concepts/agentic-testing">
    Dynamic, goal-based scenarios with **AI action**
  </Card>

  <Card title="Best practices" icon="lightbulb" href="/best-practices/maintainable-tests">
    Writing tests that keep passing
  </Card>
</CardGroup>

## Configure and run

<CardGroup cols={3}>
  <Card title="Configuration" icon="gear" href="/configuration/momentic-config">
    momentic.config, env vars, auth, AI
  </Card>

  <Card title="CLI reference" icon="terminal" href="/cli-reference/momentic/overview">
    Every command, every flag
  </Card>

  <Card title="Results" icon="chart-line" href="/running-tests/results">
    Runs, videos, traces, and local reports
  </Card>
</CardGroup>

## Reference repos

<CardGroup cols={2}>
  <Card title="Examples" icon="github" href="https://github.com/momentic-ai/examples">
    Working web, iOS, and Android projects, including GitHub Actions, CircleCI,
    and Bitrise workflows
  </Card>

  <Card title="AI skills" icon="github" href="https://github.com/momentic-ai/skills">
    The skill markdown installed by `npx skills add momentic-ai/skills`, point
    your coding agent here
  </Card>
</CardGroup>
