# Create an inventory category

## Overview

An Inventory Category allows you to choose specific sensors in order to display related data in the device report.

## Create an Inventory Category

1. On the left-hand navigation, click **Inventory Categories**.
2. In the details pane, click **+ New**.
3. Enter a Name of **Storage Overview**.
4. Accept the auto-generated URL Extension or create your own.

   You can customize the URL for this category for each device inventory dashboard. For example, **cm:9678/inventory/device/{deviceId}/{category-url-extension}**.
5. Choose a display icon, such as faBox.

   This will display in the category menu of the device inventory dashboard.
6. Under Sensors, next to Category Sensors, click **Browse**.

   Make sure that you have an Inventory Strategy in place to collect any data you specify in the Inventory Category.
7. Search for **"disk"** and add the following Sensors:

   **DiskDrives** **DiskPartitions** **Volume**
8. Click **Save**.

   ![Storage Category](/files/3j1YnnwSsIfZonpImLTO)

You can view the data within an Inventory Category by viewing a device dashboard from the [Home](/device-inventory/how-to/inventory-home.md) page.


---

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