# Inventory Status

## What is the Inventory Status?

It displays the current stock of product so that customers know when a product is almost sold out and they should buy quickly because they might lose the chance otherwise.

Imagine a customer wants the item but isn’t in a hurry today. So they add it to their cart to avoid forgetting, and they plan to buy later because there seems to be plenty. But a few days later, they return and see a notice saying only a few pieces remain, and the item will sell out any day. If they don’t buy now, there won’t be any left.

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

Therefore, the low-stock warning does its job and encourage an immediate purchase. The fear of missing out hits their mind and drives them to act before someone else buys. Time is running out, and there is no room for second thoughts.

If you combine this feature with a countdown timer or a discount code, the impact multiplies greatly.

[**Click here to see the link demo ->**](https://library.smind.io/products/all-that-sweatshirt?view=inventory-status)

## How To Install The Inventory Status?

Step 1: In Shopify Admin, going to Smind Section app and find **Inventory Status** in Product Block tab of Library. Click Install and Customize it.

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

Step 2: Going to Shopify Editor sidebar, choose any product page template and click **Add Section** -> **Inventory Status**

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

Step 3: Copy the block ID. For example: smi-block-inventory-status-1

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

Step 4: On the Product Detail sections, click Add Block and add Smind Block to the section. And insert the block ID of **Inventory Status** to the Section ID. You can change the block name if you want.

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

Step 5: Next, you can rearrange the relevant blocks within the product detail sections. Scroll down to this product blocks and start to customize it.

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

Step 6: Now you have to change the content for this feature

* **Content max-width:** You can set the maximum width of the inventory status on your product page.&#x20;

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

* **Low inventory threshold:** When your product quantity falls at or below the number which you set, it will switch from your “In stock” message to your “Low stock” message.
* **Show Progress Bar for Low Inventory:** This toggle turns on a little visual bar when you hit low-inventory

<figure><img src="/files/8ge5EpxHRot3niHM9v9e" alt=""><figcaption></figcaption></figure>

* **In stock:** Show up when your product quantity is **above** your low inventory threshold

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

* **Low Stock:** Show up when your product quantity is **at or below** your low inventory threshold

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

* **Out of Stock**: Show up when your product quantity is **zero**

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

* **Text size**: Choose how big you want that inventory status's text

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

* **Color**: You can use the color picker here to change the color for the whole feature, like changing the text color.

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

* **Top and bottom padding**: You can also change the spacing between top and bottom for this features

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

Step 7: Click Save to apply the changes.


---

# 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.smind.io/in-app/library/product-blocks/inventory-status.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.
