> For the complete documentation index, see [llms.txt](https://help.byinspiredlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.byinspiredlabs.com/header-group/header/mobile-menu.md).

# Mobile menu

### How to setup the M**obile menu on desktop?**

{% stepper %}
{% step %}
Add **Main menu** in **Main menu block**.
{% endstep %}

{% step %}
Check the **"Collapse menu on desktop"** checkbox and save the changes

After checked, the navigation into a mobile-style drawer.&#x20;

<figure><img src="/files/kV4SXySE7tpCiCIXnK3y" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select the **Collapsed menu style** (Expand under logo or Drawer) to control the display of menu items when the mobile-style hamburger icon is clicked:&#x20;

* **Expand under logo** shows the menu items below the logo in a desktop-like layout

<figure><img src="/files/8bAWDTTM8OK8uGFDfbbu" alt=""><figcaption></figcaption></figure>

* **Drawer** displays them in a drawer format similar to a mobile menu. When the mobile-style hamburger icon is clicked, the slide-out mobile drawer is displayed on desktop.&#x20;

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

The mobile menu displays your menu links, social media icons, account, language and region selectors, promotion images, and full-width banner if added.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**Note:** *For header with many menu items, the mobile menu format keeps everything neatly organized.*
{% endhint %}


---

# 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://help.byinspiredlabs.com/header-group/header/mobile-menu.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.
