# Review all incoming device data at once

## Question

Am I able to review all data from a device at once?

## Answer

If you would like to review all received data from a device in a parsed but still raw-data format, you have a couple of options. The most direct is to open the **Raw data export** widget. This option gives you the choice to select from all integrated incoming fields for the given device and will show you the parsed data we show for up to the last 30 days.

Another option would be to utilize the IoT Analyzer function as part of our IoT Logic part of the panel. With this functionality, you are also able to see this data as it comes into the platform live, up to the last 12 values - allowing you to troubleshoot more directly and quickly.

Either choice allows you to see all incoming, parsed values we receive from the device.

Some solutions this could fix include the troubleshooting of parking detection-related issues or missing sensor readings.

## Links

* [IoT Analyzer (monitor tool)](/docs/user/guide/account/iot-logic/data-stream-analyzer.md)
* [Raw data export](/docs/user/guide/devices-and-settings/object-management/raw-data-block.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://navixy.com/docs/qna/using-navixy/review-all-incoming-device-data-at-once.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.
