> For the complete documentation index, see [llms.txt](https://docs.fogwing.io/fogwing-analytics-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fogwing.io/fogwing-analytics-studio/manage-data-explorer/untitled.md).

# Custom Make Data Explorer Display

## Your Preferences, Our Precedence!

Fogwing IoT Analytics Studio is a Data Analytics product that is engineered to offer users with maximum customization. Data Explorer is a feature of Fogwing IoT Analytics that can be completely customized depending on the need of the hour.

{% hint style="info" %}
For an overview of Fogwing IoT Analytics Studio, visit <https://www.fogwing.io/iot-data-analytics/>
{% endhint %}

To Customize Data Explorer Display:

1. Login to your Fogwing IoT Anlaytics Studio account.
2. The Dashboard will display soon after Login.
3. Click the 'Data Explorer' icon on the menu bar towards the left side of the display screen. You will then land on the 'Data Explorer' page.
4. &#x20;You start with customizing by first 'Entering a Date Range' in the first search box towards the left. Then, from the drop list in the second box, Select a 'Device'.
5. Pick the attributes from the list of attributes in the third box towards the right of the 'Data Explorer' page. Then click the 'Search' button to receive graphical updates of Multiple Device Data with same attributes.
6. The 'Graphical View' card reflects Data trends and time trends in a line graph format.

> **All of this Data can be exported in CSV format if needed.**

![Graphical chart view of the data explorer through data query and time trends.](/files/-MTUKpbXVpkKiVqqONv1)

{% hint style="info" %}
The above line chart can be zoom-in and zoom-out for specific data point to explore the trends in micro level.
{% endhint %}


---

# 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.fogwing.io/fogwing-analytics-studio/manage-data-explorer/untitled.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.
