# Device Data

Raw data of each plugin on devices, user could get real-time and historical data on this page. ***The real-time data here will not be stored in the historical data***, once your web page is closed, the device will not upload these sensor data. If you need to keep the data uploaded by the device, please click “**Data Upload**” and select the upload interval.<br>

<figure><img src="https://i.imgur.com/AoXwS2y.png" alt=""><figcaption></figcaption></figure>

It is preset that each device will automatically upload some sensors every **60s**, which is mainly used to analyze the health status of the device, such as HDD healthy, network usage. BTW, you could **batch apply the setting to other devices**.

Please make sure that the applicable devices have the same sensors in order for the data to be properly applied and uploaded effectively.

![](https://hackmd.io/_uploads/SJeeHQ3Un.png)


---

# 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://deviceon.gitbook.io/docs/web-user-interface/device-management/device-data.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.
