# Low inventory warning

Display a warning message for low stock products in the quick cart and on the cart page. You can change the low inventory threshold that will trigger the message for cart items.

<details>

<summary><mark style="color:blue;"><strong>STEPS</strong></mark></summary>

In your theme editor (**Customize**):

1. Click **Theme settings**, then click **Cart**.
2. Click the **Enable low inventory warning** option.

   > Inventory and quantity tracking is a Shopify feature. See the Shopify guide about how to [set up inventory tracking](https://help.shopify.com/en/manual/products/inventory/track_inventory#set-up-inventory-tracking).
3. Select the **Low quantity threshold** to alert customers when a product's inventory matches or goes below the threshold quantity.

   > Choose between 5 and 50.
4. Click **Save**.

</details>

## Watch video tutorial

Watch our video tutorial for an overview of setting up the Low inventory warning.

{% embed url="<https://www.youtube.com/watch?t=211s&v=wH5e1DoCfUo>" %}

\\

***

> **Related links**
>
> [Quick cart](https://help.fluorescent.co/cornerstone/cart/quick-cart)\
> [Purchase confirmation popup](https://help.fluorescent.co/cornerstone/cart/quick-cart/added-to-cart-popup)\
> [Cross sells](https://help.fluorescent.co/cornerstone/cart/cross-sells)\
> [Free shipping bar](https://help.fluorescent.co/cornerstone/cart/free-shipping-bar)\
> [Cart page](https://help.fluorescent.co/cornerstone/cart/cart-page)


---

# 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://help.fluorescent.co/cornerstone/cart/low-inventory-warning.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.
