# Info

## License Information

* To see the [license information](#license-information), click `System` on the navigation panel and click `License`.

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

## System Information

* To see the Connectware version and the installed [services](/1-8-0/documentation/services.md), click `System` on the navigation panel and click `System Information`.

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

## Internet Connectivity

Find the connectivity status to the Internet server addresses that are needed for service installation under the title *Internet Connectivity*. As Connectware is designed to run with or without Internet connectivity, this section only informs about the current connectivity status.

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

Connectivity to these addresses is needed when [installing services](/1-8-0/documentation/services/setting-up-and-configuring-services/installing-services.md) that use additional [containers](/1-8-0/documentation/resources/containers.md). Other services that do not use Docker containers are not concerned at all and can always be installed and enabled, though. To explain this in detail:

* **Cybus Portal**: If the DNS name of the Cybus Portal backend (*graphql-server.cybus.io*) is reachable, the [license update](/1-8-0/documentation/connectware-licensing.md) can be performed online and automatically. If this address is not reachable, license updates must be performed manually by uploading a new license file. This is needed if there have been any changes in the license.
* **Cybus Registry**: If this address is reachable, new services with Docker containers provided by Cybus can be installed and [enabled](/1-8-0/documentation/services/setting-up-and-configuring-services/enabling-services.md). If the address is not reachable, services using Docker containers provided by Cybus can only be enabled if the Docker images have been pulled to the local system beforehand, such as during a previous enabling with available connectivity. Installed services that have been enabled at least once can always be continued to be used.
* **Docker Hub**: If this address is reachable, third-party services using public Docker images from Dockerhub can be installed and [enabled](/1-8-0/documentation/services/setting-up-and-configuring-services/enabling-services.md). Connectivity to Dockerhub is not required for running Connectware, and it is also not needed for installing any service provided by Cybus.
* **Connectware Version Information**: If this connectivity is available, information about the latest available Connectware version will be displayed here. If a newer version is available, direct links to download the installer and the release notes will be shown here (see example below), otherwise the text will just confirm that the local version is the newest version. If this connectivity is not available, no online check for updates is performed.

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


---

# 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/1-8-0/documentation/system-status/info.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.
