> For the complete documentation index, see [llms.txt](https://help.fluorescent.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fluorescent.co/stiletto/cart/low-inventory-warning.md).

# 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>

<img src="/files/VZqtJ5IMDKyWS8zBok9F" alt="" width="563">

***

> **Related links**
>
> [Quick cart](/stiletto/cart/quick-cart.md)\
> [Purchase confirmation popup](/stiletto/cart/quick-cart/added-to-cart-popup.md)\
> [Cross sells](/stiletto/cart/cross-sells.md)\
> [Empty cart promotion](/stiletto/cart/quick-cart/empty-cart-promotion.md)\
> [Free shipping bar](/stiletto/cart/free-shipping-bar.md)\
> [Cart page](/stiletto/cart/cart-page.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/stiletto/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.
