> ## 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 Cloud - Multi-tenant

> Multi-tenant GitHub Cloud install guide for Qodo automated code review.

<Note>
  Using GitHub Enterprise Server? The installation flow is the same as Qodo single-tenant. See [Qodo single-tenant](/install-and-configure/install/github/qodo-single-tenant).
</Note>

<Note>
  Not sure which deployment model you need? See [Install Qodo in your Git provider](/install-and-configure/install) for a full comparison, or [check your deployment type](/deployment-models#check-your-deployment-type).
</Note>

Install Qodo on GitHub Cloud using the built-in wizard. Installing from the Qodo portal rather than GitHub Marketplace ensures every feature is enabled and correctly configured. Assuming your environment is already set up, the process takes about 5 minutes.

## Prerequisites

Before you begin, ensure you have:

* Access to your Qodo multi-tenant portal.
* GitHub organization admin access.

## Access the GitHub integration

<Steps>
  <Step>
    Log in to your [Qodo portal.](https://app.qodo.ai/signin)
  </Step>

  <Step>
    From the left navigation menu, select **Integrations**.
  </Step>

  <Step>
    Select the **SaaS** tab, locate the **GitHub** card, and click **Add installation** to launch the setup wizard.
  </Step>
</Steps>

## Install Qodo using the wizard

The wizard guides you through two steps:

<Steps>
  <Step title="Review the install guide">
    The wizard shows the install guide, a preview of the repository access configuration you will complete on GitHub.

    <Frame>
      <img src="https://mintcdn.com/qodo/DqMegLtJq4I1K-zc/images/code-review/github-mt-wizard-install-guide.png?fit=max&auto=format&n=DqMegLtJq4I1K-zc&q=85&s=970dceaf0bea848931e59829b5cd3f0c" alt="GitHub MT wizard install guide step showing repository scope options" style={{width: '100%'}} width="1983" height="1475" data-path="images/code-review/github-mt-wizard-install-guide.png" />
    </Frame>

    <Steps>
      <Step>
        Click **Connect your organization**. You are redirected to GitHub.
      </Step>

      <Step>
        Authorize the installation and confirm repository access, then click **Install**. You are redirected back to the Qodo wizard.
      </Step>
    </Steps>
  </Step>

  <Step title="Complete the installation">
    The wizard confirms that Qodo has been successfully installed on your GitHub organization and that AI code review, auto rule generation, and codebase context are enabled.

    <Frame>
      <img src="https://mintcdn.com/qodo/DqMegLtJq4I1K-zc/images/code-review/github-mt-wizard-install-complete.png?fit=max&auto=format&n=DqMegLtJq4I1K-zc&q=85&s=10ab98d6a6395197c9155153f4e5a774" alt="GitHub MT wizard installation complete screen" width="1969" height="1496" data-path="images/code-review/github-mt-wizard-install-complete.png" />
    </Frame>

    Click **Finish installation**. You are redirected to the **Integrations** page.
  </Step>
</Steps>

Qodo is now active on the selected repositories.

## Verify the installation

<Steps>
  <Step>
    Open a new pull request in one of the configured repositories and confirm Qodo is triggered automatically.
  </Step>

  <Step>
    Add a comment using one of the supported commands:

    * `/agentic_describe`
    * `/agentic_review`

    Qodo should respond with a review or PR summary directly on the pull request.
  </Step>
</Steps>

## Manage repositories after installation

* To add or remove repositories, go to your GitHub App settings and update which repositories the app can access.
* To enable or disable Qodo on individual repositories within your current scope, use the [Repositories page](/administration/repositories) in the Qodo portal.

## Next steps

* [Using Qodo in PRs](/code-review/use-qodo-in-prs): Get the most out of Qodo.
* [Repositories page](/administration/repositories): Manage which repositories Qodo is active on.
