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

# Quickstart

> Get up and running with Qodo code review.

## Step 1: Create your account

Go to [app.qodo.ai/signin](https://app.qodo.ai/signin) and choose how you'd like to sign in.

<CardGroup cols={3}>
  <Card title="Continue with Google" icon="google">
    Select your Google account and you'll be redirected back to Qodo automatically.
  </Card>

  <Card title="Continue with GitHub" icon="github">
    Enter your GitHub credentials, click **Authorize**, and you're in.
  </Card>

  <Card title="Continue with Email" icon="envelope">
    Enter your email, check your inbox for a verification link, and click to activate.
  </Card>
</CardGroup>

<Note>
  **Invited by your team?** Open the email with subject **"Join your team – enjoy Qodo"**, click **Accept the invite**, then sign in with the same email address that received the invitation.
</Note>

## Step 2: Connect your tools

After signing in for the first time, a setup wizard guides you through connecting Qodo to your development environment.

<Steps>
  <Step title="Link your Git account">
    Connect your Git provider to identify you in pull requests and commits. See [Link your account](/account-management/account-preferences#connect-a-git-provider-account).
  </Step>

  <Step title="Install the Qodo app">
    Install Qodo on your repositories so it can analyze code and surface suggestions. See [Install now](/code-review/get-started/installation).
  </Step>

  <Step title="Connect task management">
    Link your task management tools to connect code changes to issues and tasks. See [Ticketing integrations](/code-review/integrations/ticketing-integrations).
  </Step>
</Steps>

<Tip>
  Setup is recommended but not required. You can skip it and start using Qodo right away. When you're ready to finish, click **Finish onboarding** in the top-right corner of the Qodo portal.
</Tip>

## Step 3: Open a pull request

Once connected, Qodo automatically reviews every pull request in your linked repositories. Open a PR and Qodo will:

<CardGroup cols={3}>
  <Card title="Apply your rules" icon="sliders">
    Your team's standards enforced on every change, automatically.
  </Card>

  <Card title="Surface findings" icon="shield-check">
    Bugs, risks, and standard violations, explained and prioritized.
  </Card>

  <Card title="Analyze your changes" icon="magnifying-glass">
    Multi-agent review across your entire codebase, not just the diff.
  </Card>
</CardGroup>

## Next steps

[Qodo code review](/code-review): More about the Qodo code review experience.
