# System Information

The **System Information View** provides an overview of your Connectware installation, including the current version, the latest available version, and the number of installed services.

## Viewing the Installed Connectware Version

To check which version of Connectware is currently installed:

1. On the navigation bar, click **System**.
2. In the **System Status View**, click the **System Information** tab.
3. Your Connectware version is displayed in the **Connectware Version** row. If a newer version is available, a download link and changelog are provided.

## System Information View

The **System Information View** summarizes essential details about your Connectware environment.

* To open the **System Information View**, select **System** > **System Status**, and click the **System Information** tab.

<figure><img src="/files/eUZTnLggQCU2iBl0xPXJ" alt=""><figcaption></figcaption></figure>

The view includes:

* **Connectware Version**: Shows the version currently installed. If a newer version is available, a download link and changelog are provided. The check for a newer version requires Connectware to have Internet access.
* **Services Installed**: Displays the total number of installed services. Clicking this value opens the **Service Overview** for more details.

## System Information via REST API

The system status API allows you to retrieve information about your system. For more information, see [System Status API](/2-1-2/reference/api-reference/api-definition-3.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.cybus.io/2-1-2/documentation/system-status/system-information.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.
