# Quickstart guide

By completing this guide you will:

1. [Download, install and configure SonarQube Server.](#install-the-server)
2. [Integrate SonarQube with your DevOps platform](#devops-platform-integration)
3. [Create or import a project](#onboard-your-projects)
4. [Configure CI analysis](#configure-your-ci-analysis)
5. [Integrate with SonarQube for IDE](#connect-with-sonarqube-for-ide)
6. [Review quality gates](#review-your-quality-gates)
   1. Review pull/merge request analysis for failed quality gates.
   2. Configure pull request decoration on your DevOps platform.

## Before you begin

Review the [Server host requirements](/sonarqube-server/2026.1/server-installation/server-host-requirements.md) and [Pre-installation steps](/sonarqube-server/2026.1/server-installation/pre-installation.md). This will help you establish a deployment plan (Zip, Docker, or Helm on Kubernetes) and then before you start [Installing database](/sonarqube-server/2026.1/server-installation/installing-the-database.md).

Now you are ready to [download SonarQube Server](https://www.sonarsource.com/products/sonarqube/downloads/?_gl=1*1cb3ncb*_gcl_aw*R0NMLjE3NTY4MTY4NTAuQ2p3S0NBandxOXJGQmhBSUVpd0FHVkFaUDhpSnpMWFFYOFM0U1NYN1h6YUlEVkxqYWpaVzBENFoyaFZfNFlRMnU5ejVlZ2xkdE43dnd4b0M5ZFFRQXZEX0J3RQ..*_gcl_au*MTUyODQxMjM2OC4xNzU3OTQwNjA3LjIwNDk1NTUzMjIuMTc1OTkxNTc4Ny4xNzU5OTE1Nzg2*_ga*MzU0MTY0OTcwLjE3MjY2NzExODc.*_ga_9JZ0GZ5TC6*czE3NjA2MTUyNDkkbzEyMSRnMSR0MTc2MDYxNzkwOCRqNjAkbDAkaDA.).

## Install the server

Choose your installation target:

* [From ZIP file](/sonarqube-server/2026.1/server-installation/from-zip-file.md)
* [From Docker image](/sonarqube-server/2026.1/server-installation/from-docker-image.md)
* [On Kubernetes or OpenShift](/sonarqube-server/2026.1/server-installation/on-kubernetes-or-openshift.md)

## DevOps platform integration

Next you will integrate SonarQube with your DevOps platforms:

* [Binding to GitHub](/sonarqube-server/2026.1/instance-administration/devops-platforms/github.md)
* [Binding to GitLab](/sonarqube-server/2026.1/instance-administration/devops-platforms/gitlab.md)
* [Binding to Bitbucket Data Center](/sonarqube-server/2026.1/instance-administration/devops-platforms/bitbucket-data-center.md)
* [Binding to Bitbucket Cloud](/sonarqube-server/2026.1/instance-administration/devops-platforms/bitbucket-cloud.md)
* [Binding to Azure DevOps](/sonarqube-server/2026.1/instance-administration/devops-platforms/azure-devops.md)

## Onboard your projects

You can import projects from your DevOps platform or manually add local projects, see [Creating your project](/sonarqube-server/2026.1/project-administration/creating-project.md) for more details including how to automate both methods using the [Web API](/sonarqube-server/2026.1/extension-guide/web-api.md).

## Configure your CI analysis

Read the [Project analysis setup](/sonarqube-server/2026.1/analyzing-source-code/overview.md) page for guidance on setting up analysis for your imported projects:

* [Project analysis setup](/sonarqube-server/2026.1/analyzing-source-code/overview.md#sonarqube-server-is-integrated-with-your-devops-platform-ci-tool)
* [Project analysis setup](/sonarqube-server/2026.1/analyzing-source-code/overview.md#the-sonarscanner-is-installed-on-the-ci-cd-host)

## Connect with SonarQube for IDE

Have your developers install SonarQube for IDE to leverage the power of[Connected mode](/sonarqube-server/2026.1/user-guide/connected-mode.md) in their IDE.

## Review your quality gates

The purpose of [quality gates](/sonarqube-server/2026.1/quality-standards-administration/managing-quality-gates.md) is to tell you whether your code is good enough to be pushed to the next step:

* For the main branch and other long-lived branches, the quality gate answers the question: "Can I release my code today?"
* For pull requests (and short-lived branches), the quality gate answers the question: "Can I merge this pull request?"

A [pull request analysis](/sonarqube-server/2026.1/analyzing-source-code/setting-up-the-pull-request-analysis.md) occurs when a pull request is opened and every time a change is pushed to the pull request branch. You can also configure [pull request decoration](/sonarqube-server/2026.1/discovering/code-analysis/pull-request-analysis.md#decoration) to allow your developers to view the analysis from SonarQube server directly on the PRs they submit.

By keeping an eye on the quality gates, the decision makers can quickly judge the status of code and decide what to do next.

## PR decoration

Check the DevOps pages to ensure the PR decoration is visible for your developers.

* [Issues reported in GitHub](/sonarqube-server/2026.1/user-guide/issues/in-devops-platform/github.md#pull-request-decoration) in GitHub
* [Issues reported in GitLab](/sonarqube-server/2026.1/user-guide/issues/in-devops-platform/gitlab.md#pull-request-decoration) in GitLab
* [Issues reported in Bitbucket](/sonarqube-server/2026.1/user-guide/issues/in-devops-platform/bitbucket.md#pull-request-decoration) in Bitbucket
* [Issues reported in Azure DevOps](/sonarqube-server/2026.1/user-guide/issues/in-devops-platform/azure-devops.md#pull-request-decoration) in Azure DevOps

## Develop with Sonar

Now that you have installed [SonarQube Server](/sonarqube-server/2026.1/readme.md#high-quality-code) with your DevOps platforms or CI pipeline, managers and tech leads can check out the [Security reports](/sonarqube-server/2026.1/user-guide/viewing-reports/security-reports.md) and [Portfolios](/sonarqube-server/2026.1/user-guide/viewing-reports/portfolios.md) features to begin monitoring the security and releasability of projects.

## Related online learning

* <i class="fa-desktop">:desktop:</i> [Getting started with Sonar: Onboarding essentials](https://www.sonarsource.com/learn/course/core-concepts/71f50722-68bc-4504-bec9-cc269ed96f36/getting-started-with-sonar-onboarding-essentials)


---

# 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.1/quickstart-guide/quickstart-guide.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.
