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

# GitHub: Migrate to the new installation wizard

> Migrate your existing GitHub installation to the new Qodo installation wizard to access advanced code review features including rules, findings, and improved performance.

To migrate your GitHub installation, remove your existing app before installing the new wizard. This ensures your repositories are correctly linked to the new installation in the database.

Without migrating, your existing installation will continue to work but you will not have access to advanced features such as rules and findings, and will not be visible on the [Repositories page](/administration/repositories).

<Note>
  **Multi-tenant deployments with the Review Standards already enabled:** No action needed. Your existing installation continues to work as usual.
</Note>

<Steps>
  <Step title="Note your existing repository coverage">
    Check which repositories your current installation covers so you can replicate the same scope in the new setup.

    <Steps>
      <Step>Go to your GitHub organization page.</Step>
      <Step>Navigate to **Settings**, then under **Third-party Access**, click **GitHub Apps**.</Step>
      <Step>Find your existing Qodo app and click **Configure**.</Step>
      <Step>Under **Repository access**, note whether the app is set to **All repositories** or **Only select repositories**. If **Only select repositories** is selected, note which repositories are listed before proceeding.</Step>
    </Steps>
  </Step>

  <Step title="Remove the old installation">
    <Steps>
      <Step>Go to your GitHub organization page.</Step>
      <Step>Navigate to **Settings**, then under **Third-party Access**, click **GitHub Apps**.</Step>
      <Step>Find the old Qodo app and click **Configure**.</Step>
      <Step>Scroll to the bottom of the page to the **Danger zone** section.</Step>
      <Step>Click **Uninstall** and confirm when prompted.</Step>
    </Steps>
  </Step>

  <Step title="Install Qodo using the new wizard">
    Follow the [installation wizard](/install-and-configure/install/github) in the Qodo portal to complete your new GitHub setup, selecting the same repository scope you noted above. Once the wizard is complete, return here to continue.
  </Step>

  <Step title="Verify the installation">
    Confirm the new installation is active.

    <Steps>
      <Step title="Open a pull request">
        Open a pull request or use an existing one in any connected repository.
      </Step>

      <Step title="Post /config as a comment">
        Add `/config` as a comment on the pull request.
      </Step>

      <Step title="Check the response">
        Confirm Qodo responds with your current configuration. If there is no response, check that the repository is within the scope you selected during installation. If the issue persists, contact your Qodo Account Manager.
      </Step>
    </Steps>
  </Step>
</Steps>

Your GitHub installation is now fully migrated to the new wizard. Qodo is now active on your selected repositories.

## Next steps

* [Repositories page](/administration/repositories): Confirm your new installation appears.
* [Configure](/install-and-configure/configuration-overview): Set up configuration files, portal settings, and advanced options for your organization.
* [Using Qodo in PRs](/code-review/use-qodo-in-prs): Explore the full code review experience.
