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

# Quickstart

> Get CodeRabbit up and running in 2 minutes. Connect your repositories and start receiving AI-powered code reviews and Coding Plans.

<Tip>
  **Want a guided tour?** Explore key features with our [hands-on guide](/guide)
  using a provided demo project.
</Tip>

## Initial Setup

<Steps>
  <Step stepNumber="1" title="Sign up with your Git platform">
    Use your existing GitHub, GitLab, Azure DevOps, Bitbucket Cloud, or Bitbucket Data Center account to [create your CodeRabbit account](https://app.coderabbit.ai/login?free-trial). No credit card required!
  </Step>

  <Step stepNumber="2" title="Add your repositories">
    [Add repositories](https://app.coderabbit.ai/settings/repositories) that CodeRabbit should review. You control exactly which repos have access. For detailed instructions, choose your Git platform below.

    <CardGroup cols={2}>
      <Card title="GitHub.com" icon="github" href="/platforms/github-com" horizontal="true">
        Public or private GitHub repositories
      </Card>

      <Card title="GitHub Enterprise Server" icon="github" href="/platforms/github-enterprise-server" horizontal="true">
        GitHub integration for enterprise teams
      </Card>

      <Card title="GitLab.com" icon="gitlab" href="/platforms/gitlab-com" horizontal="true">
        Integrate with cloud GitLab.com
      </Card>

      <Card title="Self-managed GitLab" icon="gitlab" href="/platforms/self-hosted-gitlab" horizontal="true">
        Connect your self-hosted GitLab instance
      </Card>

      <Card title="Azure DevOps" icon="microsoft" href="/platforms/azure-devops" horizontal="true">
        Seamless integration with Microsoft Azure DevOps
      </Card>

      <Card title="Bitbucket Cloud" icon="bitbucket" href="/platforms/bitbucket-cloud" horizontal="true">
        AI code reviews for your Bitbucket Cloud repositories
      </Card>

      <Card title="Bitbucket Data Center" icon="bitbucket" href="/platforms/bitbucket-data-center" horizontal="true">
        Connect your self-hosted Bitbucket Data Center instance
      </Card>
    </CardGroup>
  </Step>
</Steps>

## What's Next

You're all set! Here's what you can do now:

<CardGroup cols={2}>
  <Card title="Pull Request Reviews" icon="git-pull-request" href="/overview/pull-request-review" horizontal="true">
    Open a pull request and get actionable AI feedback within minutes.
  </Card>

  <Card title="IDE & CLI Reviews" icon="laptop" href="/overview/ide-cli-review" horizontal="true">
    Review uncommitted changes in VS Code, Cursor, Windsurf, or from the command
    line.
  </Card>
</CardGroup>

<Card title="CodeRabbit Plan" icon="list-check" href="/overview/coderabbit-plan" horizontal="true">
  Create precise Coding Plans from issues, PRDs, designs, or free-form text —
  grounded in your codebase.
</Card>

<Info>
  CodeRabbit provides highly valuable feedback right from the start, but you can get even more by explaining your team standards, code style agreements and project specifics.

  Explore [language-specific examples](/configuration/example) and [hands-on guide](/guide) to make yourself familiar with most important features and settings.
</Info>

## Want a guided walkthrough?

New to CodeRabbit? Follow our [Hands-on Guide](/guide) to explore key features step-by-step using a test repository. You'll learn how to:

* See CodeRabbit perform an automated code review
* Chat with CodeRabbit about its feedback
* Generate code improvements automatically

<Card title="Start the Hands-on Guide" icon="map" href="/guide" horizontal="true">
  A step-by-step walkthrough of CodeRabbit's core features
</Card>
