# Creating your project

- [Introduction to project creation](https://docs.sonarsource.com/sonarqube-server/2026.2/project-administration/creating-project/introduction.md): There are several ways to create your project in SonarQube Server. We recommend that you import your DevOps platform repository.
- [GitHub](https://docs.sonarsource.com/sonarqube-server/2026.2/project-administration/creating-project/github.md): Import your GitHub repository and configure the binding of the so-created project.
- [Importing your GitHub repository](https://docs.sonarsource.com/sonarqube-server/2026.2/project-administration/creating-project/github/import-repos.md): Creating your project by importing your GitHub repository.
- [Configuring GitHub project binding](https://docs.sonarsource.com/sonarqube-server/2026.2/project-administration/creating-project/github/configure-binding.md): Setting up GitHub integration features for projects in SonarQube.
- [Bitbucket Data Center](https://docs.sonarsource.com/sonarqube-server/2026.2/project-administration/creating-project/bitbucket-data-center.md): Import your Bitbucket Data Center repository and configure the binding of the so-created project.
- [Importing your Bitbucket Data Center repository](https://docs.sonarsource.com/sonarqube-server/2026.2/project-administration/creating-project/bitbucket-data-center/import-repos.md): Creating your project by importing your Bitbucket Data Center repository.
- [Configuring Bitbucket Data Center project binding](https://docs.sonarsource.com/sonarqube-server/2026.2/project-administration/creating-project/bitbucket-data-center/configure-binding.md): How to set up Bibucket Data Center integration features for your SonarQube Server project.
- [Bitbucket Cloud](https://docs.sonarsource.com/sonarqube-server/2026.2/project-administration/creating-project/bitbucket-cloud.md): Import your Bitbucket Cloud repository and configure the binding of the so-created project.
- [Importing your Bitbucket Cloud repository](https://docs.sonarsource.com/sonarqube-server/2026.2/project-administration/creating-project/bitbucket-cloud/import-repos.md): Creating your project by importing your Bitbucket Cloud repository.
- [Configuring Bitbucket Cloud project binding](https://docs.sonarsource.com/sonarqube-server/2026.2/project-administration/creating-project/bitbucket-cloud/configure-binding.md): How to set up Bibucket Cloud integration features for your SonarQube Server project.
- [GitLab](https://docs.sonarsource.com/sonarqube-server/2026.2/project-administration/creating-project/gitlab.md): Import your GitLab repository and configure the binding of the so-created project.
- [Importing your GitLab repository](https://docs.sonarsource.com/sonarqube-server/2026.2/project-administration/creating-project/gitlab/import-repos.md): Creating your project by importing your GitLab repository.
- [Configuring GitLab project binding](https://docs.sonarsource.com/sonarqube-server/2026.2/project-administration/creating-project/gitlab/configure-binding.md): Setting up GitLab integration features for a project.
- [Azure DevOps](https://docs.sonarsource.com/sonarqube-server/2026.2/project-administration/creating-project/azure-devops.md): Import your Azure DevOps repository and configure the binding of the so-created project.
- [Importing your Azure DevOps repository](https://docs.sonarsource.com/sonarqube-server/2026.2/project-administration/creating-project/azure-devops/import-repos.md): Creating your project by importing your Azure DevOps repository.
- [Setting up Azure integration for your project](https://docs.sonarsource.com/sonarqube-server/2026.2/project-administration/creating-project/azure-devops/setting-up-project-integration.md): This helps you define the project-level settings required for Azure DevOps or Azure Pipelines when setting up a SonarQube project analysis.
- [Creating your project manually](https://docs.sonarsource.com/sonarqube-server/2026.2/project-administration/creating-project/creating-project-manually.md): For a project not linked to a DevOps platform, you can create your SonarQube project manually.
- [Automating project creation and import](https://docs.sonarsource.com/sonarqube-server/2026.2/project-administration/creating-project/automating-project-creation-and-import.md): When you have a large project base, it can be beneficial to automate project creation and import using the Web API.


---

# 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/2026.2/project-administration/creating-project.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.
