# Monitoring

Monitoring data helps maintain system performance and allows for quick issue resolution in data flows. Connectware includes monitoring tools for observing services and their resources.

Connectware offers the following monitoring options:

* Service-Specific View: The **Live Data** tab shows real-time data for a selected service.
* System-Wide View: The **Data Explorer** displays all data flows in Connectware.

The **Data Explorer** view shows all MQTT topics connected to Connectware, providing an overview of the entire system. This allows for analysis of interactions between different services and components. For more information, see [Data Explorer](https://docs.cybus.io/2-0-0/documentation/monitoring/data-explorer).

The **Live Data** tab focuses on MQTT topics for a single selected service, useful for monitoring individual services. For more information, see [Live Data](https://docs.cybus.io/2-0-0/documentation/monitoring/live-data).


---

# 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-0-0/documentation/monitoring.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.
