# Low inventory message

> Feature introduced in Broadcast 3.2

Build a sense of urgency with Broadcast's low inventory message option in the product form:

![Low inventory message with count](/files/dY6cRSZxEF1KX2LSicvh)

The message is customizable in the **Language Editor** for your theme and supports HTML. You can change the message and add basic styles:

![HTML color style added](/files/1qbVzDlRiVdRHjzrW3vM)

## How to setup

There are three basic steps needed for the inventory countdown to appear correctly:

{% hint style="success" %}
Steps

* **Enable inventory tracking** in your product setup. The low inventory message is triggered if a product has 10 items or less available.
* Turn on the setting in the **Product form block** for the default product template or any product template in use. This feature requires Broadcast 3.2.0 or higher.&#x20;
* **Optional** - Customize the message in the Language Editor.&#x20;
  {% endhint %}

### Enable inventory tracking

Use the **Track quantity** option in your Product setup and set an available value:

![Shopify Product Admin](/files/9vP5ZKTZ16WPSG9uobtH)

### Product form block setting

In the Theme Editor, click on the Product form block for the settings options. Toggle on **Show inventory countdown**:

![Theme Editor -> Default product template -> Form](/files/SmfJjId1hYqg8bneZweD)

### Customize the message

The message you display for any/all languages can be customized in the Language Editor:

![Quick acess to the Language Editor via Edit languages link](/files/y29k1yIzUjrEPCjDWuSe)

Use the search box to quickly find the correct field. Type in: **`Remaining`**

![Use the Search box to help find Remaining html](/files/2AC3nXxfdIBSrRkxslma)

Under **Product**, you should see **Remaining html**.&#x20;

Here you can customize the message. Use the key code `{{ inventory }}` to display the counter value.&#x20;

Update for all your languages if your shop supports multiple languages.&#x20;

{% hint style="info" %}
**Tip**\
You can tweak the message with basic HTML to add some style
{% endhint %}

Here's an example of what we used to bring in the theme's primary color:

![Example with HTML/CSS styles added](/files/16bllVgA6W7GSkc934A6)

Code snippet:

```
<span style='color:var(---color-primary)'>&#9658;</span> Hurry, Only <strong>{{ inventory }}</strong> Left!
```


---

# 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://broadcast.presidiocreative.com/broadcast-v3/products/low-inventory-message.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.
