> For the complete documentation index, see [llms.txt](https://docs.adaptiva.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adaptiva.com/device-inventory/how-to/inventory-home.md).

# View device inventory

## Overview

1. On the left-hand navigation, click **Home**.

   ![](/files/MxbfeOm6PUmOv76mtnAU)

   The Home dashboard gives a top level view of your device estate and access to Quick Actions for management tasks. From the Home dashboard you can drill into individual device data as well, to see all telemetry gathered by your inventory strategies.

### View device data

1. Under All Devices, click your device name.

   Data for your devices is presented in defined categories, which can be customized to show you just the data you are interested in.
2. In the details pane, click the **System Overview** category.

   ![](/files/1P2OT3oLYflTJ3qFllKj)

   As the strategy collected data according to the defined schedule, the dashboard will update data for your devices and refresh the category displays.


---

# 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.adaptiva.com/device-inventory/how-to/inventory-home.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.
