# Importing your DevOps platform repository

Once the global-level integration with your DevOps platform is complete, you can create your SonarQube project by importing your DevOps platform repository. The so-created SonarQube project is "bound" to its Azure DevOps repository.

{% hint style="info" %}
With other SonarQube deployments:

* Your bound project can benefit from integration features out of the box, such as pull request decoration, code scanning alerts, permission synchronization, etc.
* You can import monorepos.

For more information, see [Feature comparison table](/sonarqube-community-build/feature-comparison-table.md).
{% endhint %}

To import your repository, you need the Create Projects permission in SonarQube Community Build and the corresponding access rights on the repository.

To import a DevOps platform repository into SonarQube Community Build:

1. In the top navigation bar of SonarQube Community Build, select the **Projects** tab.
2. In the top right corner, select the **Create Project > From \<DevOps Platform>** button.
3. If your instance has multiple DevOps platform Integrations, select the configuration from which you want to import your project.
4. Select the repository to be imported.

For more information, see the section corresponding to your DevOps platform:

* [Importing GitHub repositories](/sonarqube-community-build/devops-platform-integration/github-integration/importing-github-repositories.md)
* [Importing Bitbucket Cloud repositories](/sonarqube-community-build/devops-platform-integration/bitbucket-integration/bitbucket-cloud-integration/import-repos.md)
* [Importing your GitLab repositories](/sonarqube-community-build/devops-platform-integration/gitlab-integration/importing-repos.md)
* [Creating and configuring your Azure DevOps project](/sonarqube-community-build/devops-platform-integration/azure-devops-integration/creating-your-project.md)


---

# 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-community-build/project-administration/creating-project/importing-repo.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.
