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

# Setup Guide for Enterprise

> Configure Augment Code Review for Enterprise accounts with multi-organization support.

## Using Augment Code Review natively inside of GitHub

Augment Code Review helps professional software teams complete code-reviews faster inside GitHub while also catching more critical bugs before they hit production. Backed by Augment's industry-leading Context Engine, the agent understands your codebase at a deep level, providing reviews that are more meaningful and account for codebase-wide effects. Augment prioritizes high signal-to-noise ratio by focusing on high-impact issues like bugs, security concerns, correctness, and cross-system problems while avoiding low-value style nags.

<Note>
  Augment Code Review relies on the Augment GitHub App which is compatible with GitHub Enterprise Cloud and github.com. For GitHub Enterprise Server, see the [GitHub Enterprise Server Setup Guide](/codereview/setup-github-enterprise-server).
</Note>

## About the installation process

Visit [app.augmentcode.com/settings/code-review](https://app.augmentcode.com/settings/code-review) and log in. Settings are accessible to all members of the Enterprise plan, but only configurable for Administrators of the Enterprise plan. If you aren't sure if you are an Administrator, please contact your solutions team.

### Install the Augment GitHub App

Before you can configure repositories, install the Augment GitHub App and grant it access to the repositories you want to enable for Code Review.

1. Visit [app.augmentcode.com/settings/code-review](https://app.augmentcode.com/settings/code-review) and log in.
2. Click on the **Install GitHub App** button to begin the installation process.
3. Follow the prompts to grant Augment access to the repositories you want to enable for Code Review.

For details on permissions, troubleshooting, and who can install the app, see [Install Augment GitHub App](/setup-augment/install-github-app).

### Configuring Triggers Per Repository

As the Administrator, you control when Augment Code Review triggers via [Settings](https://app.augmentcode.com/settings/code-review). Look for "Set Review Trigger" to the right of the repository name.

* **Automatic**: Augment Code Review will automatically review and post a comment as soon as the PR is opened for review in GitHub. Use it when your teams want immediate feedback on all pull requests.

* **Manual Command**: Augment Code Review is only triggered when someone comments on the PR with any of the following:  `auggie review`, `augment review`, or `augmentcode review` on GitHub. Use it when you want full control over when a review happens.

* **Disabled**: Augment Code Review will not run on the repository.

<img src="https://mintcdn.com/augment-mtje7p526w/hzSJfA0z3IKtZraV/images/code-review-settings-triggers.png?fit=max&auto=format&n=hzSJfA0z3IKtZraV&q=85&s=96c0f0dfc2186287a71bba713f7c31a6" alt="Trigger Types" className="rounded-xl" width="685" height="403" data-path="images/code-review-settings-triggers.png" />

If the repo is set to "Automatic" or "Manual Command", to run additional rounds of reviews on a subsequent commit of any PR, you can use the same manual trigger keywords (`auggie review`, `augment review`, or `augmentcode review`).

On public repositories, reviews are only triggered for PRs whose authors are members of the GitHub organization, outside collaborators to the organization or repository, or contributors to that repository.

## Next Steps

Now that you've completed the basic setup, explore these additional features to get the most out of Augment Code Review:

<CardGroup cols={2}>
  <Card title="GitHub Enterprise Server" icon="server" href="/codereview/setup-github-enterprise-server">
    Set up Code Review for self-hosted GitHub instances
  </Card>

  <Card title="Adding Another Organization" icon="building" href="/codereview/adding-another-organization">
    Configure Code Review across multiple GitHub organizations
  </Card>

  <Card title="Review Guidelines" icon="list-check" href="/codereview/review-guidelines">
    Set custom guidelines to focus reviews on specific areas
  </Card>

  <Card title="MCP Context" icon="plug" href="/codereview/mcp-context">
    Connect external context sources via Model Context Protocol
  </Card>

  <Card title="User Access" icon="users" href="/codereview/user-access">
    Manage which users can trigger Code Review
  </Card>

  <Card title="Analytics Dashboard" icon="chart-line" href="/codereview/analytics-dashboard">
    Track metrics and measure Code Review impact
  </Card>

  <Card title="Providing Feedback" icon="thumbs-up" href="/codereview/providing-feedback">
    Learn how to provide feedback on reviews
  </Card>
</CardGroup>

## Need Help?

If you encounter any issues during setup, check out our [Troubleshooting](/codereview/troubleshooting) guide.
