# What is Sonarqube?

The SonarQube platform delivers automated code quality and security analysis for modern development teams. Designed to seamlessly integrate with your CI/CD pipelines and DevOps tooling, it continuously reviews your source code to uncover bugs, security vulnerabilities, security hotspots, code smells, and architecture issues before code is merged or released. With broad support for 40+ programming languages and frameworks, SonarQube empowers developers and organizations to uphold high standards of code health across web, mobile, embedded, and cloud-native apps. It’s trusted by more than 7 million developers, underscoring its industry leadership as a critical solution for secure, maintainable, and high-quality software development.

Customers can choose between two delivery methods for SonarQube—as [a cloud-based, software-as-a-service (SaaS) offering](https://docs.sonarsource.com/sonarqube-cloud/) or as a [self-managed, self-hosted server side solution](https://docs.sonarsource.com/sonarqube-server/2026.1/).

The SonarQube platform also includes an IDE plugin, [SonarQube for IDE](https://docs.sonarsource.com/sonarqube-for-vs-code/), that brings real-time static analysis, quick-fix guidance, and security issue detection directly into your coding editor.

Key capabilities of our platform include:<br>

* Automated code review
* Code quality analysis
* Code security analysis
* Architecture
* Remediation&#x20;
* Secrets detection
* IaC scanning
* Static Application Security Testing (SAST)
* Taint analysis
* Mobile Application Security Testing (MAST)
* Open source license management
* CI/CD integration
* Project and portfolio management
* Governance and compliance
* Reporting and analytics


---

# 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/what-is-sonarqube.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.
