> ## 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="AI actions" icon="wand-magic-sparkles" href="/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="/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="/guides/page-interactions/upload-files">
    Upload/download files, dropdowns, record and validate network requests.
  </Card>

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

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

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