# Menus

- [Modal Menu](https://docs.bravostudio.app/bravo-tags/menus/modal-menu.md): The menu that slides in from the bottom and covers the entire screen.
- [Modal pages](https://docs.bravostudio.app/bravo-tags/menus/modal-pages.md): Pages that slides in from the bottom and covers the screen.
- [Tabs Menu](https://docs.bravostudio.app/bravo-tags/menus/tabs-menu.md): The menu that stays fixed on every screen as a bottom navigation bar.
- [Pop Up pages](https://docs.bravostudio.app/bravo-tags/menus/tabs-menu-1.md): Pop-up pages can be effective for drawing attention to specific information or encouraging user interaction.
- [Slide Menu](https://docs.bravostudio.app/bravo-tags/menus/slide-menu.md): The menu that opens by sliding in from the left side of the screen.


---

# 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.bravostudio.app/bravo-tags/menus.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.
