# How To's

- [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/how-tos.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.
