> For the complete documentation index, see [llms.txt](https://docs.bravostudio.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bravostudio.app/bravo-tags/menus/modal-menu.md).

# Modal Menu

## 👉 **The Tag** <a href="#the-tag" id="the-tag"></a>

This tag, placed on a top-level app page, creates a menu that slides in from the bottom and covers the entire screen.

**📍 Where to add the tag:** A top-level app page

```
[menu:modal]
```

![](/files/zypNwqvx2Mit0B4iy8Sn)

## 🏷️  **How to add the tag** <a href="#how-to-add-the-tag" id="how-to-add-the-tag"></a>

1. On a blank app page, create a menu design that covers the whole screen.

&#x20;   2\. Create a 2nd-level container around the menu design.

![](/files/MCl49nfiHi52wMMR9rIz)

&#x20;   4\. \[Bonus Tag] If you have a close element in your menu design, you can add the tag \[action:close] to close the menu.

![](/files/IUFOLfQ3ZRBMdk3S8b5d)

&#x20;   5\. Link each menu item to the app page you want it to open.

&#x20;   6\. Link the menu icon on any app page to the menu.

![](/files/gbkrQEL2UAe2xKGFUu8S)

{% hint style="info" %}
Make sure the Starting app page is on your "home" app page, not the menu screen
{% endhint %}

&#x20;   7\. Import to Bravo & preview on Bravo Vision 🚀

## 💾 Example files <a href="#example-files" id="example-files"></a>

Duplicate the files below to see how to set it up!

{% embed url="<https://www.figma.com/community/file/1382718711989757462>" %}


---

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