# Stock Position Report

The stock position report is an inventory report that provides information on the current stock position of each product in the warehouse.

This report is typically comprised of the following columns:

* Warehouse: The warehouse where the product is present
* Storage Location: The specific storage location within the warehouse where the product is stored
* Product Category: The category to which the product belongs
* SKU: The stock-keeping unit of the product
* Product: Name of the product
* UOM: Unit of measure of the product
* Expiry Date: The expiration date of the product
* On Hand Qty: Current stock of the product
* Expiry Quantity: The quantity that has expired
* Available Quantity: The stocks that are suitable for consumption

<figure><img src="https://3514248490-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3411eqy6AiJispiaeEpz%2Fuploads%2FyrubX1zhZ6aJK1tpQ71W%2FStock%20position%20report.png?alt=media&#x26;token=eb2d075a-42ce-4ecf-b5c9-f5ec7c7b8466" alt=""><figcaption></figcaption></figure>


---

# 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.cwsuite.com/inventory/product-guides/reports/stock-position-report.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.
