> For the complete documentation index, see [llms.txt](https://docs.ektothemes.com/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ektothemes.com/guides/glide/basic-settings/announcement-bar.md).

# Announcement bar

The **Glide** theme includes full support for Ghost’s native **Announcement bar**. This feature allows you to display a short message at the top of your site — great for updates, promotions, or any quick call-to-action.

{% stepper %}
{% step %}

### Access Ghost Admin

* Log in to your Ghost Admin at `yoursite.com/ghost`
  {% endstep %}

{% step %}

### Navigate to Announcement Bar Settings

* Go to **Settings** > **Site** > **Announcement bar** `yoursite.com/ghost/#/settings/announcement-bar`
* Click the **"Customize"** button to open the editor.
  {% 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: **Logged out visitors**, **Free members, Paid members**)
  {% endstep %}

{% step %}

### Save Changes

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

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/glide/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.
