> For the complete documentation index, see [llms.txt](https://help.inspiredtheme.com/articles/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inspiredtheme.com/articles/product-pages/product-information/inventory-status.md).

# Inventory status

***

Displaying your stock level can turn limited stock quantities into an advantage by conveying a sense of scarcity to increase conversion and quicker purchases.

### 1. Our guide to set up **Inventory status** block:

{% hint style="info" %}
**Steps:**

* In the theme editor, in the Product information section, click **Add block.**
* &#x20;Select **Inventory status.**
* Click **Save.**
  {% endhint %}

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/7355b7ee-d392-4e28-89c9-d60161963646/Screenshot%202023-12-11%20at%204.31.00%20PM.png" alt=""><figcaption></figcaption></figure>

### **2.** Inventory status **block setting:**

* Click on the **Inventory status** block to open the settings.

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

* Select the product quantity (between 1 and 20) in the **Low inventory threshold** setting.

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/2d1c50eb-cd72-40dd-aed7-a7940cda575f/Screenshot%202023-12-11%20at%204.50.00%20PM.png" alt=""><figcaption></figcaption></figure>

When your current product inventory matches or goes below the **Low inventory threshold**, the indicator bar will display a "Limited quantities available" message about the **number of products left in stock** and a **status line**!

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/09edc599-a0ae-4eec-bd18-111adcc9cadc/Screenshot%202023-12-11%20at%204.53.24%20PM.png" alt=""><figcaption></figcaption></figure>

> ***Note:** Before adding an **Inventory status** block, you need to enable the **Track quantity** option for your product and product variants.*

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/8a7565ed-f731-455b-9470-8a788b839c14/Screenshot%202023-12-11%20at%204.57.27%20PM.png" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://help.inspiredtheme.com/articles/product-pages/product-information/inventory-status.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
