# Announcement bar

The theme fully supports Ghost’s native Announcement Bar. Use it to display updates, promotions, or calls to action at the top of your site.

### Step-by-step:

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

{% step %}
Enable Announcement Bar

* Add the message you want to display in the text field.
* Choose the background color option.
* Select when to display the bar (options: Public visitors  &#x20;and Free members).
  {% endstep %}

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

For more details about how this feature 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://pinathemes.gitbook.io/docs/breeze/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.
