> 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/mega-menu.md).

# Mega menu

### **How to setup mega menu?**

{% stepper %}
{% step %}
&#x20;Add multiple sub-menus along with **Main menu block**

The mega menu uses the **Main menu** selected. For the mega menu, you first need to create a nested menu with 3 levels of links.&#x20;

<figure><img src="https://441504973-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fv0IRrXJZ4YweBmaaR6L8%2Fuploads%2FW1AxcTwurUmI3KZijgJg%2FScreenshot%202025-09-09%20at%2011.50.15%E2%80%AFAM.png?alt=media&amp;token=ffbbeb71-8f0a-4052-a103-0dc465c46751" alt=""><figcaption></figcaption></figure>

Enter the exact name of the menu items you’d like to apply the mega menu to into the field text provided.

<figure><img src="https://441504973-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fv0IRrXJZ4YweBmaaR6L8%2Fuploads%2Fyy3ZT3OWxl0bXef4paT1%2FScreenshot%202025-10-01%20at%203.08.10%E2%80%AFPM.png?alt=media&amp;token=4b755ac8-44bd-4f55-af9a-d7b8f114550a" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click **Add block** and choose either the **Menu promotion card** or **Menu full width banner**

Enter the name of the top-level link of menu item(s) (e.g. "Clothing") you’d like to add promotion cards/full width banner to.

<figure><img src="https://441504973-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fv0IRrXJZ4YweBmaaR6L8%2Fuploads%2FeAYhAgWAceXyvkGseyYV%2FScreenshot%202025-09-09%20at%2011.54.28%E2%80%AFAM.png?alt=media&amp;token=54f778d3-d1bf-469b-b9b5-acd93b46cfe6" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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/mega-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.
