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

# Install Qodo on GitHub Enterprise Server

> Qodo on-premises installation guide for GitHub Enterprise Server.

<Note>
  * Not sure which deployment model you need? See [Install Qodo in your Git provider](/code-review/get-started/installation) for a full comparison, or [check your deployment type](/deployment-models#check-your-deployment-type).
  * GitHub Enterprise Server requires a **Qodo on-premises** deployment. To enable the Git integration, [contact the Qodo team.](https://www.qodo.ai/contact/#pricing)
</Note>

This guide walks you through setting up Qodo on GitHub Enterprise Server.

## Prerequisites

Before you begin, ensure you have:

* A Qodo on-premises deployment.
* GitHub organization admin access.

## Set up Qodo on GitHub Enterprise Server

<Steps>
  <Step title="Set up your environment">
    Follow the [on-premises setup instructions](/on-prem/git-integration/setup-the-git-integration) to configure your Qodo environment.
  </Step>

  <Step title="Configure GitHub Enterprise Server">
    Add the `GITHUB.BASE_URL` environment variable with the API URL of your GitHub server to your workflow file.

    If your GitHub Enterprise Server is hosted at `https://github.mycompany.com`:

    ```yaml theme={null}
    env:
      # ... previous environment values
      GITHUB.BASE_URL: "https://github.mycompany.com/api/v3"
    ```
  </Step>
</Steps>

## Next steps

[Using Qodo in PRs](/code-review/use-qodo-in-prs): Get the most out of Qodo.
