# Getting started with SonarQube Cloud

- [Signing up and onboarding](https://docs.sonarsource.com/sonarqube-cloud/getting-started/sign-up.md): Learn how to connect and import organizations and projects from your DevOps platform into SonarQube Cloud.
- [Getting started with GitHub](https://docs.sonarsource.com/sonarqube-cloud/getting-started/github.md): Everything you need to know to get started analyzing your GitHub projects on SonarQube Cloud.
- [Getting started with Bitbucket Cloud](https://docs.sonarsource.com/sonarqube-cloud/getting-started/bitbucket-cloud.md): Everything you need to know to get started analyzing your Bitbucket Cloud projects on SonarQube Cloud.
- [Getting started with GitLab](https://docs.sonarsource.com/sonarqube-cloud/getting-started/gitlab.md): Everything you need to know to get started analyzing your GitLab projects on SonarQube Cloud.
- [Getting started with Azure DevOps](https://docs.sonarsource.com/sonarqube-cloud/getting-started/azure-devops.md): Everything you need to know to get started analyzing your Azure DevOps projects on SonarQube Cloud.
- [Viewing your first analysis' results](https://docs.sonarsource.com/sonarqube-cloud/getting-started/first-analysis.md): Once you have successfully followed the in-product tutorial, SonarQube Cloud will automatically run its first analysis on your project.
- [Retrieving your organizations](https://docs.sonarsource.com/sonarqube-cloud/getting-started/viewing-organizations.md): You can view any free plan organization or a paid plan organization if you’re a member.
- [Getting started in the US region](https://docs.sonarsource.com/sonarqube-cloud/getting-started/getting-started-in-us-region.md): SonarQube Cloud offers accounts in the US region. This page outlines the specific prerequisites, limitations, and setup details relevant for choosing this region.


---

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