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

# Code Review with GitHub Enterprise Server

> Configure Augment Code Review for GitHub Enterprise Server instances.

## GitHub Enterprise Server Support for Code Review

Augment Code Review supports GitHub Enterprise Server (GHES) through a dedicated GitHub App integration.

<Note>
  GitHub Enterprise Server support requires the Enterprise plan. You must be an administrator of your GitHub Enterprise Server organization to complete the setup.
</Note>

## Installation

For detailed installation instructions — including registration, permissions, and network requirements — see the [GitHub Enterprise Server Setup](/setup-augment/setup-github-enterprise-server) guide.

Once the GitHub App is installed, return to this page to configure Code Review-specific settings.

<Note>
  GHES integration requires bidirectional network connectivity between your GHES instance and Augment. Review the [network requirements](/setup-augment/setup-github-enterprise-server#network-requirements--limitations) before getting started. If your GHES instance does not support bidirectional connectivity, you can use a [CLI-based approach](/codereview/other-platforms) instead.
</Note>

## Configuring Triggers Per Repository

After installation, configure triggers the same way as GitHub Cloud. See the [Enterprise Setup Guide](/codereview/setup-guide-enterprise#configuring-triggers-per-repository) for full details on configuring automatic, manual, and disabled triggers.

## Next Steps

Now that you've set up GitHub Enterprise Server, you can configure additional features:

<CardGroup cols={2}>
  <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>
</CardGroup>

## Need Help?

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