# Countdown timer

The Countdown timer block lets you create urgency and drive conversions by displaying a live timer that counts down to a specific date and time. Perfect for limited-time offers, flash sales, or special events.

<figure><img src="/files/dpvPTMayYjQ157EPNByz" alt=""><figcaption><p>In the Theme editor, navigate to Announcement bar -> Add block -> Countdown timer. This adds a live countdown timer message to your announcement area.</p></figcaption></figure>

<table><thead><tr><th width="236.76214599609375">Settings</th><th width="117.55902099609375" align="center">Type</th><th>Description</th></tr></thead><tbody><tr><td>End date</td><td align="center"><code>text</code></td><td>Date in format <code>YYYY-MM-DD</code>. Based on store's primary time zone. (Check in Admin -> Settings -> General  -> Timezone)</td></tr><tr><td>End time</td><td align="center"><code>text</code></td><td>Time in <code>HH:MM</code> format (12-hour).</td></tr><tr><td>AM/PM</td><td align="center"><code>radio</code></td><td>Time of day for countdown expiration.</td></tr><tr><td>End of timer message</td><td align="center"><code>richtext</code></td><td>Message shown after countdown ends.</td></tr><tr><td>Hide block after end of timer</td><td align="center"><code>checkbox</code></td><td>Automatically removes the block once expired.</td></tr><tr><td>Text</td><td align="center"><code>richtext</code></td><td>Main promotional message shown alongside the timer.</td></tr></tbody></table>

#### Hide block after end of timer

This option will entirely hide the countdown timer block when the flash sale time has reached.&#x20;

{% hint style="info" %}
**Note:**\
In the Theme Customizer, the block will appear "dimmed" when the Hide block after the end of the timer option is selected and the sale time has ended.&#x20;

* This only appears in the Theme Customizer and not in your customers.&#x20;

The entire block will be hidden in the announcement bar. Customers will only see other announcement bar messages, or none if this is the only block.&#x20;
{% endhint %}

Example of Theme Customizer "dimmed" version to indicate this block is not shown. However, you can still customize the time and details:

<figure><img src="/files/CEF5nOGklmqGXHylQZgA" alt=""><figcaption><p><strong>Only appears in Theme Customizer, not to your merchants</strong></p></figcaption></figure>

#### End of timer message

The End of timer message will replace the countdown clock with your message at the end of the sale:

<figure><img src="/files/IyiWKURmL6xkysIX55Ir" alt=""><figcaption><p><strong>Hide block is not checked</strong></p></figcaption></figure>

#### Text

Add a message about your flash sale in the text area. This message is displayed on the left side of the main countdown timer:

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


---

# 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/header/announcement-bar-settings/countdown-timer.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.
