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

# Overview

> Task-oriented recipes for the most common Momentic workflows, like auth, file uploads, network assertions, and data-driven runs.

Each guide is a focused how-to, short enough to skim and copy from.

<CardGroup cols={2}>
  <Card title="Explore" icon="compass" href="/docs/guides/explore/in-ci">
    Author tests from a diff in CI, and bug bash or dogfood your app with the
    explore agent.
  </Card>

  <Card title="Triage" icon="screwdriver-wrench" href="/docs/guides/auto-heal/in-flow-classification">
    Classify failures during a run, control CI gating, and route failures into
    AI test maintenance.
  </Card>

  <Card title="AI actions" icon="wand-magic-sparkles" href="/docs/guides/ai-actions/guide">
    Roll up imperative steps into declarative goals, group them into semantic
    phases, and design around the agent's limits.
  </Card>

  <Card title="Authentication" icon="key" href="/docs/guides/auth/overview">
    Choosing a strategy, email OTP, SMS OTP, magic links, TOTP, cached sessions,
    Vercel previews.
  </Card>

  <Card title="Page interactions" icon="arrow-pointer" href="/docs/guides/page-interactions/upload-files">
    Upload/download files, dropdowns, record and validate network requests.
  </Card>

  <Card title="Test data & variants" icon="database" href="/docs/guides/test-data/fake-data">
    Generate fake data inline and run tests against CSV input rows.
  </Card>

  <Card title="Visual testing" icon="image" href="/docs/guides/visual-testing/golden-files">
    Store visual diff snapshots in the repo alongside tests.
  </Card>

  <Card title="Reporting" icon="file-lines" href="/docs/guides/reporting/json-reporter">
    Export JSON reports, JUnit outputs, and self-hosted run results.
  </Card>

  <Card title="Use cases" icon="list-check" href="/docs/guides/use-cases/regression-testing">
    Regression, smoke, PR, and agentic testing patterns.
  </Card>
</CardGroup>
