# Inventory countdown

The block helps you create a sense of urgency by displaying a countdown for low-stock items. It is designed to inform customers when a product is running low on stock, encouraging quicker purchasing decisions.

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

### How to set up

<table><thead><tr><th width="200.64495849609375">Settings</th><th width="110.7777099609375" align="center">Type</th><th>Description</th></tr></thead><tbody><tr><td>Low inventory threshold</td><td align="center"><code>range</code></td><td>A range from 0 to 20 to set the threshold for when the inventory countdown should appear.</td></tr><tr><td>Hide inventory count</td><td align="center"><code>checkbox</code></td><td>Toggles the visibility of the remaining inventory count. When enabled, it hides the inventory number.</td></tr><tr><td>Padding bottom</td><td align="center"><code>range</code></td><td>Set the bottom padding, which determines the space beneath the countdown block.</td></tr></tbody></table>


---

# 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://palo-alto.presidiocreative.com/products/blocks/inventory-countdown.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.
