> 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/sidebar-navigation/secondary-sidebar.md).

# Secondary Sidebar

An optional second sidebar displayed on the opposite side from the Main Sidebar. Use it for supplementary elements — a secondary menu, social links, language selector, or a vertical logo — without cluttering the main navigation panel.

<figure><img src="/files/EuLZ0ZE192mu4hnGfZ1j" alt=""><figcaption></figcaption></figure>

***

### How to find

**Theme Editor → Header group → Secondary Sidebar**

<figure><img src="/files/Mvm5TRwNfyrQsAUC1SuN" alt=""><figcaption></figcaption></figure>

The Secondary Sidebar only appears when your store uses sidebar navigation. Set it up in **Theme Settings →** [**Appearance**](/docs/avante-themes/theme-settings/appearance.md).

***

### How it differs from Main Sidebar

The Secondary Sidebar is intentionally narrow — designed for quick-access icons and compact elements rather than full navigation. All blocks stack vertically.

Add a **Burger menu** block here to give visitors a way to open the Menu Drawer from the secondary sidebar, not just from the header.

<figure><img src="/files/pO1vJLV614e5LWxtE4Fj" alt=""><figcaption></figcaption></figure>

***

### Related

* [Main Sidebar](/docs/avante-themes/global-sections/sidebar-navigation/main-sidebar.md) — primary sidebar navigation
* [Appearance settings](/docs/avante-themes/theme-settings/appearance.md) — navigation layout


---

# 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/sidebar-navigation/secondary-sidebar.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.
