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

# Understanding Review Styles

> Choose the appropriate style for Augment Code Review to analyze your pull requests: Thorough (catch more) or Precise (less noise).

## Differences between the two Review Styles

Augment Code Review offers two review styles that vary in coverage yet maintain the same low false positive rate.

* **Thorough**: Provides comprehensive coverage, catching 50% more bugs than Precise. Ideal for teams that want maximum code quality assurance.

* **Precise**: Focuses on the most critical issues with fewer overall comments. Best for teams that prefer a more targeted review approach.

Set your review style on the [Configuration](https://app.augmentcode.com/settings/code-review).

<Note>
  **Thorough** is the default review style for all users, but you can switch to **Precise** at any time.
</Note>
