# Overview

### Try out SonarQube Server <a href="#try-out-sonarqube-server" id="try-out-sonarqube-server"></a>

To try out the SonarQube Server platform, follow the [try-out-sonarqube](https://docs.sonarsource.com/sonarqube-server/2025.1/try-out-sonarqube "mention") guide.

### Install a production instance <a href="#install-a-production-instance" id="install-a-production-instance"></a>

To install a production instance, read the [server-host](https://docs.sonarsource.com/sonarqube-server/2025.1/setup-and-upgrade/installation-requirements/server-host "mention"), and then follow the [introduction](https://docs.sonarsource.com/sonarqube-server/2025.1/setup-and-upgrade/install-the-server/introduction "mention").

### After the installation <a href="#after-the-installation" id="after-the-installation"></a>

After your server is up and running, you’ll need to install one or more [overview](https://docs.sonarsource.com/sonarqube-server/2025.1/analyzing-source-code/overview "mention") on the machines where the analysis will be performed.

By default, the `sonar-users` group has the **Execute Analysis** global permission, which means that its users can see the branch status of any project, even if they don’t have explicit permissions for it. We recommend that after your trial, you review all global permissions and ensure they comply with your company policy. See [#global-permissions](https://docs.sonarsource.com/sonarqube-server/2025.1/instance-administration/user-management/user-permissions#global-permissions "mention") for more information.

### Upgrade your production instance <a href="#upgrade-your-production-instance" id="upgrade-your-production-instance"></a>

To upgrade your production instance, read the [roadmap](https://docs.sonarsource.com/sonarqube-server/2025.1/server-update-and-maintenance/update/roadmap "mention") and the relevant, version-specific upgrade notes.


---

# 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/2025.1/setup-and-upgrade/overview.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.
