> For the complete documentation index, see [llms.txt](https://staylime.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://staylime.com/docs/avante-themes/global-sections.md).

# Global Sections

- [Overview](https://staylime.com/docs/avante-themes/global-sections/overview.md): Avante global sections guide: header and navigation, sidebar layouts, footer, popups, and flyout panels that appear on every page of your store.
- [Header & Navigation](https://staylime.com/docs/avante-themes/global-sections/header-and-navigation.md): Configure Avante's header components: desktop and mobile headers, announcement bar, menu drawer, cart drawer, news drawer, breadcrumbs, and anchor links.
- [Header](https://staylime.com/docs/avante-themes/global-sections/header-and-navigation/header.md): Set up the Avante desktop header: logo, main menu, mega menu dropdowns, search, account and cart icons, sticky and transparent modes.
- [Mobile Header](https://staylime.com/docs/avante-themes/global-sections/header-and-navigation/mobile-header.md): Configure the Avante mobile header: logo, hamburger menu, search, cart icon, and mobile-specific navigation layout.
- [Announcement bar](https://staylime.com/docs/avante-themes/global-sections/header-and-navigation/announcement-bar.md): Add a promotional bar above the header with rotating text, icons, images, countdown timers, and homepage or inner-page targeting.
- [Menu Drawer](https://staylime.com/docs/avante-themes/global-sections/header-and-navigation/menu-drawer.md): Set up the Avante slide-out navigation drawer: multi-level menus, logo, social links, newsletter block, and overlap layout mode.
- [Cart drawer](https://staylime.com/docs/avante-themes/global-sections/header-and-navigation/cart-drawer.md): Configure the slide-out cart drawer and success notification window. Most settings are in Theme Settings → Cart drawer.
- [News drawer](https://staylime.com/docs/avante-themes/global-sections/header-and-navigation/news-drawer.md): Configure Avante's header components: desktop and mobile headers, announcement bar, menu drawer, cart drawer, news drawer, breadcrumbs, and anchor links.
- [Anchor Link](https://staylime.com/docs/avante-themes/global-sections/header-and-navigation/anchor-link.md): Create invisible scroll targets for smooth in-page navigation using anchor links with custom fragment IDs.
- [Breadcrumbs](https://staylime.com/docs/avante-themes/global-sections/header-and-navigation/breadcrumbs.md): Add a standalone breadcrumb trail section with custom colors and background — separate from the global breadcrumbs setting.
- [Sidebar Navigation](https://staylime.com/docs/avante-themes/global-sections/sidebar-navigation.md): Set up Avante's sidebar navigation: persistent side panels replacing or supplementing the top header, including dual sidebar layout.
- [Main Sidebar](https://staylime.com/docs/avante-themes/global-sections/sidebar-navigation/main-sidebar.md): Configure a persistent side navigation panel with multi-level menus, logo, search, and social icons as an alternative to the top header.
- [Secondary Sidebar](https://staylime.com/docs/avante-themes/global-sections/sidebar-navigation/secondary-sidebar.md): Add a narrow vertical utility panel with logo, social links, and language selectors alongside the main sidebar for a dual sidebar layout.
- [Footer group](https://staylime.com/docs/avante-themes/global-sections/footer-group.md): Sections inside the footer group: Footer layout and column settings, Popup modal for promotions, and Flyout slide-in panel.
- [Footer](https://staylime.com/docs/avante-themes/global-sections/footer-group/footer.md): Set up the Avante site footer: multi-column grid with menus, text blocks, newsletter signup, social icons, and payment icons.
- [Popup](https://staylime.com/docs/avante-themes/global-sections/footer-group/popup.md): Configure the Avante promotional popup: trigger by timer, scroll depth, or exit intent. Add newsletter signup, countdown timer, and promo codes.
- [Flyout](https://staylime.com/docs/avante-themes/global-sections/footer-group/flyout.md): Set up the Flyout slide-in panel with a persistent tab, promo codes, countdown timers, and promotional content triggered by scroll depth.


---

# 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://staylime.com/docs/avante-themes/global-sections.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.
