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

# Enable Review Standards for existing customers

> Existing Bitbucket and Azure DevOps customers enable the Review Standards by migrating to the new Qodo installation wizard. GitHub customers need no action.

export const AzureIcon = () => <svg className="azure-icon" viewBox="0 0 18 18" width="12" height="12" style={{
  display: "inline",
  verticalAlign: "middle",
  flexShrink: 0,
  background: "transparent"
}}>
    <defs>
      <linearGradient id="azure-gradient" x1="9" y1="16.97" x2="9" y2="1.03" gradientUnits="userSpaceOnUse">
        <stop offset="0" stopColor="currentColor" />
        <stop offset="0.16" stopColor="currentColor" />
        <stop offset="0.53" stopColor="currentColor" />
        <stop offset="0.82" stopColor="currentColor" />
        <stop offset="1" stopColor="currentColor" />
      </linearGradient>
    </defs>
    <path d="M17,4v9.74l-4,3.28-6.2-2.26V17L3.29,12.41l10.23.8V4.44Zm-3.41.49L7.85,1V3.29L2.58,4.84,1,6.87v4.61l2.26,1V6.57Z" fill="url(#azure-gradient)" />
  </svg>;

<div style={{ display: "flex", alignItems: "center", gap: "6px" }}>
  <Badge color="outline-purple" size="sm" shape="pill">Beta</Badge>
  <Badge color="outline-provider" size="sm" shape="pill" icon="github">GitHub</Badge>
  <Badge color="outline-provider" size="sm" shape="pill" icon="bitbucket">Bitbucket</Badge>
  <Badge color="outline-provider" size="sm" shape="pill"><AzureIcon />Azure DevOps</Badge>
</div>

Review Standards are available through the new Qodo installation wizard. If you installed Qodo before the wizard was introduced, you enable Review Standards by migrating your existing installation to it.

<Note>
  **GitHub:** No action is required. Qodo enables Review Standards for existing GitHub customers automatically.
</Note>

## Bitbucket and Azure DevOps

Existing Bitbucket and Azure DevOps customers who installed Qodo before version 2.2.1 enable Review Standards by migrating to the new installation wizard. Migrating also unlocks findings and other advanced code review features, and adds your installation to the [Repositories page](/governance/repositories).

Follow the migration guide for your Git provider:

* [Bitbucket: Migrate to the new installation wizard](/install-and-configure/install/bitbucket/migration)
* [Azure DevOps: Launch the wizard for advanced Code Review](/install-and-configure/install/azure-devops/migration)

Once migration is complete, Qodo begins building your Review Standards. See [How Qodo builds your Review Standards](/governance/rule-enforcement/building-review-standards) for details on what happens next.
