# Bricks Mega Menu Template

- [Getting Started](https://docs.nickarce.com/bricks-mega-menu/docs/bricks-mega-menu-template/getting-started.md)
- [Importing Template](https://docs.nickarce.com/bricks-mega-menu/docs/bricks-mega-menu-template/getting-started/importing-template.md)
- [Add Your Logos](https://docs.nickarce.com/bricks-mega-menu/docs/bricks-mega-menu-template/getting-started/add-your-logos.md)
- [Navigation Items](https://docs.nickarce.com/bricks-mega-menu/docs/bricks-mega-menu-template/getting-started/navigation-items.md)
- [Importing Mega Dropdown Template](https://docs.nickarce.com/bricks-mega-menu/docs/bricks-mega-menu-template/getting-started/importing-mega-dropdown-template.md): These dropdown templates do require Automatic CSS as variables from that framework are used to systemize it. The ACSS variables can be switched out to your liking.
- [Dropdowns](https://docs.nickarce.com/bricks-mega-menu/docs/bricks-mega-menu-template/getting-started/dropdowns.md): This document covers the styling that will be applied to both the menu dropdowns and the mega dropdowns.
- [Menu Dropdowns](https://docs.nickarce.com/bricks-mega-menu/docs/bricks-mega-menu-template/getting-started/dropdowns/menu-dropdowns.md)
- [Mega Dropdowns](https://docs.nickarce.com/bricks-mega-menu/docs/bricks-mega-menu-template/getting-started/dropdowns/mega-dropdowns.md)
- [Mobile](https://docs.nickarce.com/bricks-mega-menu/docs/bricks-mega-menu-template/getting-started/mobile.md)
- [How To's](https://docs.nickarce.com/bricks-mega-menu/docs/bricks-mega-menu-template/how-tos.md)
- [Change Mega Dropdown Container Width](https://docs.nickarce.com/bricks-mega-menu/docs/bricks-mega-menu-template/how-tos/change-mega-dropdown-container-width.md)
- [How to Change Back Button Text](https://docs.nickarce.com/bricks-mega-menu/docs/bricks-mega-menu-template/how-tos/how-to-change-back-button-text.md): Easy Peasy. 💪
- [Add Scrollbar On Mobile Menu](https://docs.nickarce.com/bricks-mega-menu/docs/bricks-mega-menu-template/how-tos/add-scrollbar-on-mobile-menu.md)
- [Adding Custom CSS](https://docs.nickarce.com/bricks-mega-menu/docs/bricks-mega-menu-template/how-tos/adding-custom-css.md)
- [Change Dropdown Activation Toggle](https://docs.nickarce.com/bricks-mega-menu/docs/bricks-mega-menu-template/how-tos/change-dropdown-activation-toggle.md): This quick guide will show you how to change a dropdown to be activiated on click, hover, or click or hover.
- [How to Query Loop Over Menu Dropdown](https://docs.nickarce.com/bricks-mega-menu/docs/bricks-mega-menu-template/how-tos/how-to-query-loop-over-menu-dropdown.md): You will learn how to change the structure of the menu dropdown to add your own LI elements. Once you have changed the structure you can now add a query to the newly created LI element.


---

# Agent Instructions: 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:

```
GET https://docs.nickarce.com/bricks-mega-menu/docs/bricks-mega-menu-template.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
