# 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](/sonarqube-server/10.6/try-out-sonarqube.md) 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 requirements and recommendations](/sonarqube-server/10.6/setup-and-upgrade/installation-requirements/server-host.md), and then follow the [Introduction](/sonarqube-server/10.6/setup-and-upgrade/install-the-server/introduction.md).

### 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 [Project analysis setup](/sonarqube-server/10.6/analyzing-source-code/overview.md) 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 roadmap](/sonarqube-server/10.6/setup-and-upgrade/upgrade-the-server/roadmap.md) 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.6/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.
