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

# AI Test Generation

> Generate Playwright tests with Stably's AI from recordings or discovered user flows.

Stably can generate Playwright-compatible tests in a few different ways. Start with the recorder for fast, hands-on generation, or use Autopilot to generate coverage from discovered user flows.

<CardGroup cols={3}>
  <Card title="From the recorder" icon="video" href="/ai-test-generation/from-test-recorder">
    Generate tests as you click through your app in a cloud browser.
  </Card>

  <Card title="Autopilot (discovered flows)" icon="sparkle" href="/ai-test-generation/autopilot-from-discovered-flows">
    Discover user flows and suggest tests automatically.
  </Card>

  <Card title="Keep tests up to date" icon="arrows-rotate" href="/ai-test-generation/keep-tests-up-to-date">
    Learn how Stably helps maintain tests as your app changes.
  </Card>
</CardGroup>
