# Announcement Bar

A thin, fixed bar that appears above the header. DRIFT Studio supports three display modes — static rotation, scrolling marquee, and a countdown timer.

## How to access

In the customizer, locate the **DRIFT Announcement** section in the header group. Add or edit it from there.

## Settings

### Display mode

Choose how messages appear:

* **Static (auto-rotate)** — Messages fade in one at a time on a timer.
* **Marquee (scrolling)** — Messages scroll continuously across the bar.
* **Countdown timer** — Shows a live countdown. When it reaches zero, the bar switches to your fallback mode.

### Homepage only

When enabled, the announcement bar only appears on the homepage.

### Rotation speed (static mode)

Range from 2 to 10 seconds. The number of seconds between each message.

### Marquee speed

Range from 10 to 60 seconds. The number of seconds for one full scroll cycle. Lower values are faster.

## Countdown timer

These settings only apply when **Display mode** is set to "Countdown timer".

### Countdown label

Text shown before the timer (for example, `DROP GOES LIVE IN`). Leave blank to show only the countdown.

### Year, Month, Day, Hour, Minute

The target date and time. Hour uses 24-hour format (0 = midnight, 12 = noon, 18 = 6 PM).

### Timezone

The timezone the countdown is anchored to. All shoppers see the same timer regardless of their local time. A wide list of common timezones is included.

### After countdown ends

Which mode to switch to when the timer reaches zero — **Static (auto-rotate)** or **Marquee (scrolling)**.

## Blocks

Add up to 6 **Message** blocks. Each block has:

* **Text** — The message to display.
* **Link (optional)** — Optional URL. The whole message becomes a link when set.

## Tips

* The countdown shares the same message blocks as static and marquee modes, so they're ready to display once the countdown ends.
* For a single static message, add only one block — rotation is automatically disabled.


---

# 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.webexp.dev/drift/drift-studio/sections-and-features/announcement.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.
