> For the complete documentation index, see [llms.txt](https://shinedezign.gitbook.io/shark-documentation/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/shark-documentation/overview/announcement-bar.md).

# Announcement bar

#### The announcement bar section settings: <a href="#configure-the-announcement-bar" id="configure-the-announcement-bar"></a>

<table data-header-hidden><thead><tr><th width="281"></th><th></th></tr></thead><tbody><tr><td>Enable announcement bar</td><td>Tick this check box to show the announcement bar.</td></tr><tr><td>Show on homepage only</td><td>Tick this check box to show the announcement bar on the homepage only.</td></tr><tr><td>Use block colors</td><td>Tick this check box to show the block-specific colors instead of the section colors.</td></tr><tr><td>Auto-rotate slides</td><td>Tick this check box to auto rotate the slides.</td></tr><tr><td>Change slides every</td><td>Adjust the rangebar to select the time duration of the auto rotation.</td></tr></tbody></table>

#### Desktop:

<table data-header-hidden><thead><tr><th width="289"></th><th></th></tr></thead><tbody><tr><td>Invert icons and selectors</td><td>Tick this check box to show the social media icons and selectors on the left side.</td></tr><tr><td>Enable social media icons</td><td>Tick this check box to show the social media icons.<br><em>(Note: The social media links must be added in the theme settings>Social media for this.)</em></td></tr><tr><td>Enable language selector</td><td>Tick this check box to show the language selector. To add a language, go to your <a href="https://admin.shopify.com/store/shark-bright/settings/languages">language settings.</a></td></tr><tr><td>Enable currency selector</td><td>Tick this check box to show the currency selector. To add a country/region, go to your <a href="https://admin.shopify.com/store/shark-bright/settings/payments">payment settings.</a></td></tr></tbody></table>

#### Colors:

<table data-header-hidden><thead><tr><th width="291"></th><th></th></tr></thead><tbody><tr><td>Colors</td><td><strong>Background</strong><br>Choose the background color.<br><br><strong>Text</strong><br>Choose the text color.<br><br><strong>Link</strong><br>Choose the link color.</td></tr></tbody></table>

Block settings:

<table data-header-hidden><thead><tr><th width="284">Text</th><th></th><th data-hidden></th></tr></thead><tbody><tr><td>Text</td><td>Insert any promotional or important text here.</td><td></td></tr><tr><td>Colors</td><td><em>Note: These colors are used, in case the '<strong>Use block colors'</strong> setting in section settings is checked.</em><br><br><strong>Background</strong><br>Choose the background color.<br><br><strong>Text</strong><br>Choose the text color.<br><br><strong>Link</strong><br>Choose the link color.</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/shark-documentation/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.
