> For the complete documentation index, see [llms.txt](https://docs.labii.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.labii.com/widgets/dashboard-widgets/reports/audit/storage-audit.md).

# Storage Audit

## Overview

The "Storage Audit" dashboard widget is a valuable tool that provides a comprehensive overview of your storage space. This insightful widget offers a clear and concise view of your storage capacity, displaying the amount of available space and identifying storage cells that contain multiple items. With the "Storage Audit" widget, you can effortlessly monitor your storage usage, optimize your space, and make informed decisions about data management, all in one convenient and intuitive dashboard.

## Use case

* Tracking inventory levels in warehouses or supply chains

## Configuration

To configure the widget, click the Edit button. You can customize both the data source.

* **Table** - Select the storage table.
* **Filter** - Choose a filter to limit the storage records.
* **Records** - Select one or more storage records.
* **Audit items** - The items to audit:
  * **Space available**, The amount of storage space available.
  * **One item per cell**, The number of storage cells that contain more than one item.

{% hint style="info" %}

* Provide a filter if you want to audit storage with a particular condition.
* In order to audit all storage, select the table and leave both the filter and records fields blank.
  {% endhint %}

## Interface

The widget interface displays each storage unit along with detailed information about the available space. Additionally, it highlights how many cells do not adhere to the one item per cell guideline, providing a comprehensive overview for inventory management. This ensures that users can maintain an organized and efficient storage system, identifying and addressing any discrepancies in storage allocation.

<figure><img src="/files/wPCvUGNTQMp7isuyF7gN" alt=""><figcaption></figcaption></figure>

## Perform audit

Click **Perform audit** button to start auditing.

## Audit results

You will be able to view the audit results line by line. Hiding results when count is zero can be done by clicking the switch.


---

# 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.labii.com/widgets/dashboard-widgets/reports/audit/storage-audit.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.
