# Announcement bar

This theme fully supports Ghost’s native Announcement bar, allowing you to display a short message at the top of your site for updates, promotions, or calls to action.

### Step-by-step:

{% stepper %}
{% step %}
Go to **"Announcement bar"** in Ghost Admin and click **"Customize"**.
{% endstep %}

{% step %}
Enter the message you want to display.
{% endstep %}

{% step %}
Choose a background color.
{% endstep %}

{% step %}
Select when the bar should appear (logged-out visitors, free members, or paid members).
{% endstep %}

{% step %}
Click **"Save"** to publish your announcement.
{% endstep %}
{% endstepper %}

For more details on how the Announcement bar works, see the [official Ghost guide](https://ghost.org/help/announcement-bar/).


---

# 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.ektothemes.com/guides/craft/basic-settings/announcement-bar.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.
