# System info and server ID

## Viewing your system Info <a href="#system-info" id="system-info"></a>

The **System Info** page is found at **Administration** > **System**. It gives you access to detailed information on the state of your SonarQube Server instance. You can browse details about your running instance on this page.

<figure><img src="/files/4hWZ1YFPl0o7p1vLtb1f" alt="The system page contains important information about your SonarQube instance"><figcaption></figcaption></figure>

### Downloading your system info <a href="#downloading-your-system-info" id="downloading-your-system-info"></a>

If you have a support contract, you might be asked by a support representative to send in your system info, which can be downloaded using the **Download System Info** button at the top.

## Getting your Server ID <a href="#server-id" id="server-id"></a>

If you want to switch to a another SonarQube Server edition, you will be asked by your sales representative to send in your Server ID.

Your server ID can be found at the top of the page **Administration** > **System**.

If you’re running a commercial instance, you can also find this value on the **License** page by going to **Administration** > **Configuration** > **License Manager.**


---

# 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/instance-administration/system-info-and-server-id.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.
