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

# Windsurf

> Set up Autter for Windsurf and keep AI-authored code attributed automatically.

Autter works with Windsurf by capturing the agent's edits as checkpoints and writing them into Git-backed authorship logs.

## What you get

* Automatic authorship tracking for Windsurf edits
* `autter blame` for file-level review
* `autter stats` for commit and range summaries
* `autter debug` when you need setup diagnostics

## Set up Windsurf

<Steps>
  <Step title="Install Autter">
    Install the CLI on the machine that runs Windsurf.
  </Step>

  <Step title="Install or refresh hooks">
    Run:

    ```bash theme={null}
    autter install-hooks
    ```
  </Step>

  <Step title="Restart Windsurf">
    Restart the editor so the integration files are picked up.
  </Step>

  <Step title="Make a test edit">
    Change a tracked file, then run `autter status`.
  </Step>
</Steps>

## Verify the flow

```bash theme={null}
autter debug
autter stats HEAD
autter blame src/service.ts
```

<Card title="Performance FAQs" icon="gauge" href="/cli/performance-faqs">
  Check the CLI's runtime impact before rolling it out broadly.
</Card>
