# Introduction

Once your DevOps platform organization has been imported to SonarQube Cloud, you can create your SonarQube Cloud project by importing your repository, see [Creating your project](/sonarqube-cloud/managing-your-projects/administering-your-projects/setting-up-project.md) for more details. The newly created SonarQube Cloud project is bound to its DevOps platform repository, see [Binding with the DevOps platform](/sonarqube-cloud/administering-sonarcloud/about-sonarqube-cloud-solution/resources-structure/binding-with-dop.md) for more details.

With a bound project, various analysis reporting features are supported on the DevOps platform. To set them up, see the corresponding page depending on your DevOps platform:

* [Configuring GitHub project binding](/sonarqube-cloud/managing-your-projects/administering-your-projects/devops-platform-integration/github.md)
* [Configuring Bitbucket Cloud project binding](/sonarqube-cloud/managing-your-projects/administering-your-projects/devops-platform-integration/bitbucket-cloud.md)
* [Configuring GitLab project binding](/sonarqube-cloud/managing-your-projects/administering-your-projects/devops-platform-integration/gitlab.md)
* [Configuring Azure DevOps project binding](/sonarqube-cloud/managing-your-projects/administering-your-projects/devops-platform-integration/azure-devops.md)

{% hint style="info" %}
To bind your project to another repository or bind an unbound project, see [Changing project binding](/sonarqube-cloud/managing-your-projects/administering-your-projects/changing-binding.md).
{% endhint %}


---

# 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/managing-your-projects/administering-your-projects/devops-platform-integration/introduction.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.
