# Importing your DevOps platform repository

Once the global-level integration with your DevOps platform is complete, you can create your SonarQube Server project by importing your DevOps platform repository. The so-created SonarQube Server project is "bound" to its Azure DevOps repository. With a bound project, you benefit from integration features, such as pull request decoration, code scanning alerts, permission synchronization, etc.

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

To import a DevOps platform repository into SonarQube Server:

1. Go to **Projects** in the top navigation bar.
2. 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-server/2025.6/devops-platform-integration/github-integration/importing-github-repositories.md)
* [Importing Bitbucket Cloud repositories](/sonarqube-server/2025.6/devops-platform-integration/bitbucket-integration/bitbucket-cloud-integration/import-repos.md)
* [Importing your Bitbucket Data Center repositories](/sonarqube-server/2025.6/devops-platform-integration/bitbucket-integration/bitbucket-server-integration/import-repos.md)
* [Importing your GitLab repositories](/sonarqube-server/2025.6/devops-platform-integration/gitlab-integration/importing-repos.md)
* [Creating and configuring your Azure DevOps project](/sonarqube-server/2025.6/devops-platform-integration/azure-devops-integration/creating-your-project.md)

{% hint style="info" %}
Starting in [Enterprise Edition](https://www.sonarsource.com/plans-and-pricing/enterprise/), you can import a monorepo. See [Managing monorepo projects](/sonarqube-server/2025.6/project-administration/monorepos.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-server/2025.6/project-administration/creating-your-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.
