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

# Platform configuration

> Configure Autter review rules, pre-merge checks, integrations, and feedback behavior from the hosted platform.

Use Autter platform settings to control what Autter reviews and how your team receives feedback.

<Warning>
  The hosted platform does not use the Autter CLI configuration file. CLI settings live in `~/.autter/config.json` and are documented separately in [CLI configuration](/cli/configuration).
</Warning>

## Configuration areas

<CardGroup cols={2}>
  <Card title="Team rules" icon="shield-check" href="/configuration/rules">
    Write standards in natural language and apply them to the repositories that need them.
  </Card>

  <Card title="Pipeline checks" icon="diagram-project" href="/configuration/pipeline">
    Choose custom checks, generation steps, linters, and scanners for the pre-merge workflow.
  </Card>

  <Card title="Review behavior" icon="messages" href="/features/code-review">
    Tune review sensitivity, feedback detail, triggers, and exclusions where those controls are available.
  </Card>

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

## Recommended rollout

<Steps>
  <Step title="Start with one repository">
    Connect an active repository with a review pattern your team understands.
  </Step>

  <Step title="Review the default feedback">
    Check whether findings are specific, actionable, and appropriate for your codebase.
  </Step>

  <Step title="Add a small number of team rules">
    Encode standards that reviewers already enforce consistently. Avoid broad rules that require subjective judgment.
  </Step>

  <Step title="Tune the pipeline">
    Enable focused checks for the repository's languages, frameworks, and risk profile.
  </Step>

  <Step title="Expand after calibration">
    Roll the same configuration to more repositories after the team agrees on the signal quality.
  </Step>
</Steps>

<Frame caption="Placeholder: replace with an approved Autter settings screenshot.">
  <img src="https://mintcdn.com/autter/ZqVSJE8MeDV-Tn7Q/images/placeholders/platform-settings.svg?fit=max&auto=format&n=ZqVSJE8MeDV-Tn7Q&q=85&s=625752ee92c3ae7b193cfca8e575c95a" alt="Placeholder showing Autter platform settings for rules, review behavior, and pipeline checks" width="1200" height="620" data-path="images/placeholders/platform-settings.svg" />
</Frame>
