# View your inventory

The Inventory page gives you a **real-time view of all your products** stored at the Linkolis warehouse, with their current stock levels.

***

### The inventory table

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

| Column              | Description                                                      |
| ------------------- | ---------------------------------------------------------------- |
| **Select**          | Checkbox to select one or multiple products for bulk actions     |
| **Product SKU**     | Your unique product identifier                                   |
| **Product name**    | Name of the product as registered in the system                  |
| **Available stock** | Units in warehouse ready to be shipped                           |
| **Reserved stock**  | Units allocated to pending orders — not available for new orders |
| **Damaged stock**   | Units flagged as damaged — not available for fulfillment         |

***

### Stock types explained

**✅ Available stock** Units physically present in the warehouse and ready to fulfill new orders. Increases when a new inbound shipment is received, decreases as orders are processed.

**🔒 Reserved stock** Units already allocated to orders currently being prepared. These cannot be used for other orders until the order is completed or cancelled.

**⚠️ Damaged stock** Units flagged as damaged during reception or handling. These are set aside and not available for fulfillment. Open a claim if you need to manage damaged items.

***

### Search and filter

Use the **search fields** at the top of the SKU and Product name columns to quickly find a specific product.

Use the **sort arrows** on the Available stock column to sort by quantity — useful to quickly identify low stock products.

***

### Export your inventory

Click the **Export** button to download your full inventory as a CSV file — useful for accounting, reconciliation or external stock management.

***

### Next steps

👉 [Edit a product](/inventory/product-management.md) 👉 [Create a bundle](/inventory/create-a-bundle.md) 👉 [Create an inbound shipment ](/inbounds/what-is-an-inbound-shipment.md)👉 [Create a removal order](/outbounds/what-is-an-outbound.md)


---

# 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.linkolis.com/inventory/view-your-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.
