# Introduction

{% hint style="info" %}
We recommend that for production installation, the database used by SonarQube Server is hosted on a machine that is physically separate from the SonarQube Server host, with low latency between both hosts.
{% endhint %}

For the requirements regarding the Data Center Edition, see [Data Center Edition (DCE)](/sonarqube-server/2025.1/setup-and-upgrade/install-the-server-as-a-cluster.md).

See:

* [SonarQube Server host](/sonarqube-server/2025.1/setup-and-upgrade/installation-requirements/server-host.md)
* [Database](/sonarqube-server/2025.1/setup-and-upgrade/installation-requirements/database-requirements.md)
* **Reference architectures:**
  * [Up to 10M LOC](/sonarqube-server/2025.1/setup-and-upgrade/reference-architectures/up-to-10m-loc.md)
  * [Up to 50 M LOC](/sonarqube-server/2025.1/setup-and-upgrade/reference-architectures/up-to-50m-loc.md)


---

# 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/installation-requirements/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.
