# Inventory

### Getting Started&#x20;

> The inventory feature is essential for managing your product stock levels. It helps you track what you have on hand, identify items that are out of stock or running low, and set restock levels to ensure you never run out of critical items. Here’s how it works for different product statuses:

> #### **In Stock:**&#x20;
>
> "<mark style="color:green;">**In Stock**</mark>" items are currently available for sale. The system updates the quantity of each product whenever a sale is made or new stock is added. This ensures you have a clear view of available items, preventing overselling and ensuring smooth operations.

> #### **Out of Stock:**
>
> "<mark style="color:red;">**Out of Stock**</mark>" items are those currently unavailable for sale. The system marks items as out of stock when their quantity reaches zero. This helps you quickly identify products that need reordering, preventing customer dissatisfaction and potential sales loss.

> #### **Low in Stock:**
>
> "<mark style="color:yellow;">**Low in Stock**</mark>" items are running low and may soon be out of stock. The system alerts you when the quantity of an item falls below a set threshold. This allows proactive inventory management, so you can reorder products before they run out and meet customer demand without interruption.

> #### **Restock Level:**
>
> The "**Restock Level**" is the predefined quantity at which new stock should be ordered. You can set restock levels for each product based on sales velocity, lead time, and supplier reliability. This maintains optimal inventory levels, reduces the risk of stockouts and excess inventory, and aids in planning and budgeting for inventory purchases.

> #### **How It Works:**&#x20;
>
> * **Tracking Inventory:** The system automatically updates inventory levels when sales are made or stock is received. This real-time tracking helps maintain accurate inventory records.
>
> * **Alerts and Notifications:** The system can send alerts for low stock and out-of-stock items, prompting you to reorder in a timely manner.
>
> * **Inventory Reports:** Regular reports provide insights into inventory status, helping you make informed decisions about purchasing and inventory management.

> By leveraging the inventory feature, you can always have the right products available for your customers, reduce the risk of stockouts, and maintain efficient inventory management processes.

### **Tutorials**

{% content-ref url="inventory/how-to-add-a-product" %}
[how-to-add-a-product](https://docs.keepup.store/docs/tutorials/inventory/how-to-add-a-product)
{% endcontent-ref %}

{% content-ref url="inventory/how-to-edit-a-product" %}
[how-to-edit-a-product](https://docs.keepup.store/docs/tutorials/inventory/how-to-edit-a-product)
{% endcontent-ref %}

{% content-ref url="inventory/how-to-filter-products" %}
[how-to-filter-products](https://docs.keepup.store/docs/tutorials/inventory/how-to-filter-products)
{% endcontent-ref %}

{% content-ref url="inventory/how-to-delete-a-product" %}
[how-to-delete-a-product](https://docs.keepup.store/docs/tutorials/inventory/how-to-delete-a-product)
{% endcontent-ref %}

{% content-ref url="inventory/how-to-record-damaged-or-lost-products" %}
[how-to-record-damaged-or-lost-products](https://docs.keepup.store/docs/tutorials/inventory/how-to-record-damaged-or-lost-products)
{% endcontent-ref %}

{% content-ref url="inventory/how-to-import-products" %}
[how-to-import-products](https://docs.keepup.store/docs/tutorials/inventory/how-to-import-products)
{% endcontent-ref %}


---

# 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.keepup.store/docs/tutorials/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.
