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

# Autter documentation

> Set up AI code review with the Autter platform or track AI authorship with the open source Autter CLI.

Autter helps engineering teams review pull requests and understand AI-authored code.

Choose the product that matches what you want to accomplish:

<CardGroup cols={2}>
  <Card title="Autter platform" icon="shield-check" href="/features/platform-overview">
    Review pull requests, apply team rules, run pre-merge checks, and inspect engineering analytics.
  </Card>

  <Card title="Autter CLI" icon="terminal" href="/cli/overview">
    Record line-level AI authorship in Git and inspect the agent, model, and prompt behind a change.
  </Card>
</CardGroup>

## Start with the Autter platform

Connect GitHub or GitLab, select a repository, and open a pull request. Autter reviews the change in your existing pull request workflow.

<Frame caption="Placeholder: replace with an approved Autter platform overview screenshot.">
  <img src="https://mintcdn.com/autter/ZqVSJE8MeDV-Tn7Q/images/placeholders/platform-overview.svg?fit=max&auto=format&n=ZqVSJE8MeDV-Tn7Q&q=85&s=28279afac359efd5b61accfdc8a4c015" alt="Placeholder showing the Autter platform with repositories, reviews, analytics, and settings" width="1200" height="680" data-path="images/placeholders/platform-overview.svg" />
</Frame>

<Steps>
  <Step title="Connect your source control provider">
    Sign in to the [Autter platform](https://app.autter.dev), then connect GitHub or GitLab.
  </Step>

  <Step title="Choose a repository">
    Grant Autter access to the repository you want to review.
  </Step>

  <Step title="Open a pull request">
    Autter analyzes the diff, repository context, and configured rules before posting feedback.
  </Step>

  <Step title="Tune the review">
    Add team rules and adjust review behavior after you see the first results.
  </Step>
</Steps>

<Card title="Get your first review" icon="rocket" href="/quickstart">
  Follow the platform quickstart from sign-in to your first reviewed pull request.
</Card>

## Start with the Autter CLI

Use the CLI when you need explicit AI authorship and line-level attribution in Git history. It works in local-only mode without an account. Connected mode can send attribution and prompt history to your Autter organization.

```bash theme={null}
curl -sSL https://autter.dev/install.sh | bash
autter status
```

<CardGroup cols={2}>
  <Card title="Install the CLI" icon="download" href="/cli/install">
    Install `autter`, choose an operating mode, and verify attribution.
  </Card>

  <Card title="Review data and privacy" icon="shield" href="/cli/data-and-privacy">
    See what remains local, what enters Git, and what uploads in connected mode.
  </Card>
</CardGroup>

## Explore the platform

<CardGroup cols={2}>
  <Card title="Code review" icon="magnifying-glass-code" href="/features/code-review">
    Understand codebase-aware findings, summaries, rules, and merge checks.
  </Card>

  <Card title="Pipeline automation" icon="diagram-project" href="/features/pipeline">
    Add custom checks, test generation, docstring generation, linters, and scanners.
  </Card>

  <Card title="Analytics" icon="chart-bar" href="/features/analytics">
    Track cycle time, review activity, and engineering trends.
  </Card>

  <Card title="Integrations" icon="plug" href="/features/integrations">
    Connect Autter to source control, issue trackers, notifications, and editors.
  </Card>
</CardGroup>
