# Overview

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

To try out the SonarQube platform, follow the [try-out-sonarqube](https://docs.sonarsource.com/sonarqube-server/10.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 [prerequisites-and-overview](https://docs.sonarsource.com/sonarqube-server/10.1/requirements/prerequisites-and-overview "mention"), and then follow the [install-the-server](https://docs.sonarsource.com/sonarqube-server/10.1/setup-and-upgrade/install-the-server "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/10.1/analyzing-source-code/overview "mention") on the machines where the analysis will be performed.

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

To upgrade your production instance, read the [upgrade-guide](https://docs.sonarsource.com/sonarqube-server/10.1/setup-and-upgrade/upgrade-the-server/upgrade-guide "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/10.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.
