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

# Cloud Quickstart

> Get started with CodeBeaver Cloud

To get started, go to the [login page](https://app.codebeaver.ai/login). You can create an account by clicking on "Sign up with GitHub", "Sign up with GitLab" or "Sign up with Bitbucket" button.

## Add your repository

By default, CodeBeaver will ask you to activate one repository. You can also add more by:

* Going to your Dashboard
* Clicking on "Add Repository"
* Selecting your repository
* Clicking on "Add"

## Repository Analysis

After adding a repository, CodeBeaver will:

1. Analyze your codebase to understand its structure
2. Identify testable components
3. Generate appropriate test cases
4. Create pull requests with the new tests

This process typically takes a few minutes, depending on your repository size.

<img src="https://mintcdn.com/codebeaver/C3WPQQvtD7vP1Ev2/images/onboarding.png?fit=max&auto=format&n=C3WPQQvtD7vP1Ev2&q=85&s=0aa5083022310781dd34842613da779d" alt="Repository Analysis" width="1586" height="998" data-path="images/onboarding.png" />

## You're all set!

You're all set!

* CodeBeaver will now start writing Unit Tests for the repository(s) you activated.
* Default configuration is to run tests on every PR.
* You can change the configuration in the [`codebeaver.yaml` file](/configuration).

To try it out, create a new PR on your repository.

## Need help?

* Join our [community Discord](https://discord.gg/4QMwWdsMGt) for discussions and quick help
* Contact us at [info@codebeaver.ai](mailto:info@codebeaver.ai) or click the "Support" button in the CodeBeaver dashboard
* Check out our [troubleshooting guide](/category/troubleshooting) for common issues
