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

# Intro(doc)tion

Autosana is the platform where you can write end-to-end tests using natural language for **mobile apps** and **websites**. Spend your time shipping features & fixing bugs, not fixing tests (or worse, testing manually).

<iframe src="https://www.veed.io/embed/b9bfcda5-5d58-4099-ad67-565f7fbbc5d8?watermark=0&color=&sharing=1&title=1" width="744" height="504" frameBorder="0" title="Flows" allow="fullscreen" allowFullScreen />

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get your first flow running in 5 minutes
  </Card>

  <Card title="Web Testing" icon="globe" href="/web-testing">
    Test sites on Chrome, Firefox, Edge, or Chromium
  </Card>

  <Card title="CI/CD Integration" icon="code-branch" href="/ci-cd-integration">
    Automate testing in your deployment pipeline
  </Card>

  <Card title="Flows" icon="wand-magic-sparkles" href="/flows">
    Write tests in natural language that just work
  </Card>

  <Card title="Automations" icon="clock" href="/automations">
    Schedule tests to run automatically
  </Card>
</CardGroup>

## How It Works

<Steps>
  <Step title="Add Your App or Website">
    Upload your iOS (.app) or Android (.apk) build, or simply enter a website URL
  </Step>

  <Step title="Write Flows in Natural Language">
    Describe what you want to test: "Log in with [test@example.com](mailto:test@example.com) and verify the home screen loads"
  </Step>

  <Step title="Run and Review">
    The agent executes your flow and provides detailed results with screenshots
  </Step>
</Steps>

## Key Features

<CardGroup cols={2}>
  <Card title="No Selectors" icon="ban">
    Forget about brittle XPath or CSS selectors. Just describe what you want to do.
  </Card>

  <Card title="Self-Healing" icon="heart">
    Tests adapt to UI changes automatically without manual updates.
  </Card>

  <Card title="Natural language" icon="message">
    Write tests like "Tap the login button" instead of `driver.findElement(...)`.
  </Card>

  <Card title="Visual Results" icon="camera">
    See exactly what happened with screenshots at every step.
  </Card>
</CardGroup>

## Need Help?

<CardGroup cols={2}>
  <Card title="Support" icon="envelope" href="mailto:founders@autosana.ai">
    Email us at [founders@autosana.ai](mailto:founders@autosana.ai)
  </Card>

  <Card title="Book a Demo" icon="calendar" href="https://calendly.com/yuvan-autosana/30min">
    Schedule a 30-minute demo with our team
  </Card>

  <Card title="Dashboard" icon="arrow-up-right-from-square" href="https://autosana.ai/login">
    Jump into the dashboard
  </Card>
</CardGroup>
