# Slide Menu

## 👉 **The Tag**

This tag, placed on a top-level app page, creates a menu that slides in from the left side of the screen. Any element linked to this screen will trigger the menu to open.

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

```
[menu:slide]
```

![](/files/-MfcSs3zGfuB1S5rJq9I)

## 🏷️  **How to add the tag**

1. On a blank app page, create a side menu design (it can be any width).
2. Create a 2nd-level container around the design (what you want to slide out).
3. **Copy & paste** the tag into the layer name of the **top-level app page.**
4. Link each menu item to the app page you want it to open.
5. Link the menu icon on any app page to the menu.

   Make sure the **Starting app page** is on your "home" app page, not the menu page
6. Import to Bravo & preview on Bravo Vision 🚀

## 💾 Example files

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

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


---

# 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/slide-menu.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.
