> For the complete documentation index, see [llms.txt](https://shinedezign.gitbook.io/fame-documentations/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shinedezign.gitbook.io/fame-documentations/overview/announcement-bar.md).

# Announcement bar

### Configure the announcement bar

Select the customize theme option. Click on the dropdown menu at the top of the page to select the **Home page** templat&#x65;**.**

From the left side menu, select the **Announcement bar.**

Customize the section by utilizing the settings on the right side of the theme editor, as described below:

<table data-header-hidden><thead><tr><th width="281"></th><th></th></tr></thead><tbody><tr><td>Announcement bar</td><td><strong>Auto rotate</strong><br>Select/deselect the checkbox to enable/disable the auto-rotation of the announcements.<br><br><strong>Change announcement every</strong><br>Adjust the slider to set the auto rotation speed of announcements.<br><br><strong>Section visibility</strong><br>Select from the options to select the visibility of this section:<br>-Always<br>-Small devices only(On selecting this, the section will be visible on mobile devices only.)<br>-Large devices only</td></tr><tr><td><h4>COLORS</h4></td><td><p><strong>Text</strong><br>Select any color for text. <br> <br><strong>Background style</strong> </p><p>Select the background style from the given options:</p><p>-Solid</p><p>-Gradient <br><br><strong>Solid</strong><br>Select any color for the solid background.<br><br><strong>Gradient</strong><br>Select any color for the gradient background.<br><br><strong>Link</strong><br><strong>Text</strong></p><p>Select any color for the text. <br> <br><strong>Hover</strong></p><p>Select any hover color. </p></td></tr></tbody></table>

### Block settings

<table data-header-hidden><thead><tr><th width="284"></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td>Text</td><td><p><strong>Heading</strong> </p><p>Add any promotional text.</p></td><td></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://shinedezign.gitbook.io/fame-documentations/overview/announcement-bar.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
