> For the complete documentation index, see [llms.txt](https://docs.sonarsource.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonarsource.com/what-is-sonarqube.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sonarsource.com/what-is-sonarqube.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
