# Signing up and onboarding

This page is directed at administrators when onboarding their first DevOps platform organization. For sign-in instructions, see [signing-in](https://docs.sonarsource.com/sonarqube-cloud/managing-your-account/signing-in "mention").

If you want to use the US region, you’ll have to sign up for the SonarQube Cloud’s US instance. For more information, see [getting-started-in-us-region](https://docs.sonarsource.com/sonarqube-cloud/getting-started/getting-started-in-us-region "mention").

When you first sign up for SonarQube Cloud, you have to choose which DevOps platform you want to connect to. Then sign in to SonarQube Cloud with your existing credentials on that service (there is no such thing as a SonarQube Cloud-only account). Your SonarQube Cloud account will be created and bound to your account on the DevOps platform. For more information, see [Authentication](https://www.sonarsource.com/trust-center/#authentication) in the Trust Center.

At this point, you can import organizations from your DevOps platform to SonarQube Cloud and then import repositories from those organizations. Each imported organization becomes a SonarQube Cloud organization and each imported repository becomes a SonarQube Cloud project. Once you import a project, it appears on your **My Projects** page.

## Related pages

* [github](https://docs.sonarsource.com/sonarqube-cloud/getting-started/github "mention")
* [bitbucket-cloud](https://docs.sonarsource.com/sonarqube-cloud/getting-started/bitbucket-cloud "mention")
* [gitlab](https://docs.sonarsource.com/sonarqube-cloud/getting-started/gitlab "mention")
* [azure-devops](https://docs.sonarsource.com/sonarqube-cloud/getting-started/azure-devops "mention")


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sonarsource.com/sonarqube-cloud/getting-started/sign-up.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
