> For the complete documentation index, see [llms.txt](https://docs.tricloudnexus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tricloudnexus.io/management-portal/insights/time-series-explorer/use-cases-of-time-series-explorer.md).

# Use cases of Time Series Explorer

***

## Example Use cases

The following section will describe 2 common use cases where the Time Series Explorer can provide valuable solutions.

### **Monitoring Production Line Efficiency**

**Scenario**: A factory manager wants to figure out, why a drop in production quality occurred on the 10th. of December. He suspects that environmental metrics might be causing the issues. So he wants to visualize the Temperature and Humidity of the line.

**Steps**:

1. He selects the Asset Hierarchy for the production line and navigates to the proper node in the hierarchical view.
2. He adds the `Temperature` and `Humidity` tags to the Tag list using either the context menu or by double-clicking the tags.
3. He switches to the Historical Data View to see the temperature and humidity readings in the days leading up to the 10th. of December.
4. Compare the min, max, and average values of the `Temperature` tag and observe how fluctuations correlate with spikes or drops in `Humidity`.
5. He notices that there is a correlation between Temperature and Humidity. When the temperature rises the humidity drops and vice versa.

<figure><img src="/files/gcJk6YeDOb2xRduORmrD" alt=""><figcaption><p>Visualizing data in graphs can make it easier to spot correlations between Temperature and Humidity</p></figcaption></figure>

**Outcome**: The manager identifies that maintaining humidity and temperature within a specific range improves production quality and reduces downtime, enabling proactive adjustments.

***

### **Validating Sensor Configuration in Real-Time**

**Scenario**: An engineer has recently deployed a new sensor to monitor vibration levels on a critical piece of machinery and needs to validate its configuration.

**Steps**:

1. She navigates to the Asset Hierarchy where the sensor is deployed and locate the `Vibration` tag in the hierarchical view.
2. She adds the `Vibration` tag to the Tag list and switch to the Real-time Data View.
3. She starts the real-time data stream by clicking the Play button next to the tag in the Tag list.
4. She observes the live data stream to ensure the sensor is transmitting valid readings without delays or interruptions.
5. Use the timeline to compare the live stream data with historical records to verify that the sensor is configured for the correct resolution and frequency.

**Outcome**: The engineer confirms that the sensor is properly configured and streaming accurate data, allowing it to be integrated into predictive maintenance workflows.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.tricloudnexus.io/management-portal/insights/time-series-explorer/use-cases-of-time-series-explorer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
