> 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/sonarqube-server/8.9/setup-and-upgrade/overview.md).

# 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/8.9/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 [Prerequisites and overview](/sonarqube-server/8.9/requirements/prerequisites-and-overview.md), and then follow the [Install the server](/sonarqube-server/8.9/setup-and-upgrade/install-the-server.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 [Overview](/sonarqube-server/8.9/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 the server](/sonarqube-server/8.9/setup-and-upgrade/upgrade-the-server.md) and the relevant, version-specific upgrade notes.


---

# 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:

```
GET https://docs.sonarsource.com/sonarqube-server/8.9/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.
