# Inventory

Inventory management is crucial to fulfill orders easily and avoid losses due to overstocking and out-of-stock scenarios. Tracking the quantity of every product down to the variant level can help you plan your restocking process, identify slow-moving stock, pinpoint location of stocks, and more.&#x20;

Report Pundit has the following ready-made reports in this category:

* **Inventory on Hand** - Gives a deep look into current inventory quantity down to the variant and SKU level of each product.&#x20;
* **Inventory Sale Value -** Shows the total inventory value of a product variant in your inventory. It's calculated as (Product Quantity) \* (Product Price).&#x20;
* **Out of Stock Product -** Informs about the out-of-stock products in your inventory, their current stock (zero or negative for committed stocks), whether they're currently listed on the store, and when they were published.&#x20;
* **Inventory Level Indicator -** Categorizes product inventory level into *High*, *Medium*, and *Low* based on their individual variant quantity, compared to a pre-defined threshold quantity.&#x20;
* **Inventory by Location -** Breaks down your inventory by location.
* **Inventory by Product Type -** Breaks down your inventory by product category.
* **Inventory Cost** - Provides cost details of each product stock in your inventory, along with the total inventory value.&#x20;
* **Inventory Re-order Point -** Shows you the time remaining until a particular product inventory quantity reaches a pre-set level/value required to restock it.
* **Low stock Product** - Alerts you when a particular product stock level has reached a pre-set minimum quantity by displaying the current number of stock units remaining.&#x20;
* **Inventory Status -** Gives the real-time status of each inventory stock.
* **Inventory by Collections -** Displays product inventory details along with custom collections to which they belong.&#x20;
* [**Snapshot**](/knowledge-base/report-creation/unique-reports.md#inventory-snapshot) - Captures the Inventory level at the end of each day. (This report is only displayed after the Snapshot feature is manually enabled via a request to support).

{% hint style="info" %}
More details coming soon.
{% endhint %}

<br>


---

# 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.reportpundit.com/knowledge-base/report-creation/report-types/inventory.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.
