# Discovering SonarQube Server

- [SonarQube Server editions](https://docs.sonarsource.com/sonarqube-server/discovering/sonarqube-server-editions.md): SonarQube Server is available in the following editions: Developer, Enterprise, and Data Center.
- [SonarQube Server vs SonarQube Cloud](https://docs.sonarsource.com/sonarqube-server/discovering/server-versus-cloud.md): This page compares SonarQube Server with SonarQube Cloud.
- [SonarQube analysis overview](https://docs.sonarsource.com/sonarqube-server/discovering/analysis-overview.md): Understanding how SonarQube Server analysis works.
- [Basic principles of SonarQube analysis](https://docs.sonarsource.com/sonarqube-server/discovering/analysis-overview/basic-principles.md): For an introduction to SonarQube analysis solution, consider the analysis main steps and the concept definitions below.
- [SonarQube analysis process](https://docs.sonarsource.com/sonarqube-server/discovering/analysis-overview/process-steps.md): This page explains how SonarQube Server integrates with your CI pipeline and the main analysis steps.
- [Code review and analysis](https://docs.sonarsource.com/sonarqube-server/discovering/code-analysis.md): Understanding how various code analysis features work in SonarQube Server.
- [Pull request analysis](https://docs.sonarsource.com/sonarqube-server/discovering/code-analysis/pull-request-analysis.md): Understanding how pull request analysis works in SonarQube Server.
- [Branch analysis](https://docs.sonarsource.com/sonarqube-server/discovering/code-analysis/branch-analysis.md): Understanding how branch analysis works in SonarQube Server.
- [Incremental analysis](https://docs.sonarsource.com/sonarqube-server/discovering/code-analysis/incremental-analysis.md): Understanding the mechanisms used to perform incremental branch and pull request analysis in SonarQube Server.
- [Sandboxing of issues](https://docs.sonarsource.com/sonarqube-server/discovering/code-analysis/sandboxing-of-issues.md): Understanding how the Sandboxing of issues coming from SonarQube update works.
- [DevOps platforms](https://docs.sonarsource.com/sonarqube-server/discovering/devops-platforms.md): SonarQube offers DevOps integrations with GitHub, Bitbucket, GitLab and Azure DevOps.
- [GitHub](https://docs.sonarsource.com/sonarqube-server/discovering/devops-platforms/github.md): Introduction to SonarQube Server integration with GitHub.
- [Bitbucket Data Center](https://docs.sonarsource.com/sonarqube-server/discovering/devops-platforms/bitbucket-data-center.md): Introduction to SonarQube Server integration with Bitbucket Data Center.
- [Bitbucket Cloud](https://docs.sonarsource.com/sonarqube-server/discovering/devops-platforms/bitbucket-cloud.md): Introduction to SonarQube Server integration with Bitbucket Cloud.
- [GitLab](https://docs.sonarsource.com/sonarqube-server/discovering/devops-platforms/gitlab.md): Introduction to SonarQube Server integration with GitLab.
- [Azure DevOps](https://docs.sonarsource.com/sonarqube-server/discovering/devops-platforms/azure-devops.md): Introduction to SonarQube Server integration with Azure DevOps.
- [Integrations](https://docs.sonarsource.com/sonarqube-server/discovering/integrations.md): SonarQube Server supports webhooks and integrates with applications across various domains.
- [Slack](https://docs.sonarsource.com/sonarqube-server/discovering/integrations/slack.md): This page provides a technical overview of the Slack integration solution in SonarQube Server.
- [Jira Cloud](https://docs.sonarsource.com/sonarqube-server/discovering/integrations/jira-cloud.md): Understanding the SonarQube Server integration with Jira Cloud.
- [JFrog Evidence Collection](https://docs.sonarsource.com/sonarqube-server/discovering/integrations/jfrog.md): Understanding the SonarQube Cloud integration with JFrog Evidence Collection.
- [Webhooks](https://docs.sonarsource.com/sonarqube-server/discovering/integrations/webhooks.md): Understanding the webhooks in SonarQube Server.


---

# 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/discovering.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.
