> 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/data-analysis/data-analysis-detailed-view.md).

# Data Analysis -> Detailed View

## The Deal Is In The Detail!

Data Analysis extends access to detailed analytics of each 'Attribute'. The detailed information regarding each attribute reflects data history of 24 hours, 7 days, 12 months, 30 days. Data Logs displays in the last section of the 'Data Analysis - Detailed View'.

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

To Access Detailed View:

1. Initially, Login to your Fogwing IoT Analytics Studio.
2. The Dashboard of your account will appear.
3. Towards the top right corner of the of the 'Data Analysis' page, choose a Device in the search box.
4. You will now be able to View all 'Attributes' in card format associated to the Device you choose in the 'Search box'.
5. In each card, you will find data in a metrics meter format.
6. At the bottom of each card will have a 'More' button. Click the 'More' button.
7. You will then be Directed to the Detailed View page.

> **The Detailed View Page will consist of Device information, Attribute name, Cards with time intervals and Data Logs Chart.**

![The comprehensive view of the each parameter at various time trends and metrics.](/files/-MTUJArUGIXT5mIVj_hm)


---

# 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/data-analysis/data-analysis-detailed-view.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.
