# Tabs Menu

## 👉 **The Tag**

This tag, placed on a top-level app page, creates a fixed bottom navigation bar on every screen of the app.

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

```
[menu:tabs]
```

![](https://1444025092-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MXpqEanvOhm8vMtIH8i%2Fuploads%2FlVcsMUYqGd2T6oZ2OQWx%2FScreen-Recording-2024-02-13-at-10.56.50.gif?alt=media\&token=8ef19c08-0463-425b-bc4f-8c0a127b6328)

## 🏷️  **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 tabs menu design (it can be any height).

![](https://1444025092-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MXpqEanvOhm8vMtIH8i%2Fuploads%2FhjqMhDVkVra3IpREMqbN%2FMenu%20tab.jpg?alt=media\&token=4d53218d-d255-4412-aa78-239282e01e26)

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

![](https://1444025092-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MXpqEanvOhm8vMtIH8i%2Fuploads%2Fc12ez511MkmPO42vlFLs%2FMenu%20tab_2.jpg?alt=media\&token=4d752f88-0ccc-43dd-95a4-42b652986e4d)

&#x20;  3\. **Copy & paste** the tag into the layer name of the **top-level app page.**

![](https://1444025092-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MXpqEanvOhm8vMtIH8i%2Fuploads%2FqYA94GK7t84GLlAFTrd7%2FMenu%20tab_3.jpg?alt=media\&token=9f9d21bd-9fe9-4746-8d7a-a40ab307a9de)

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

{% hint style="warning" %}
Make sure there are at least 2 menu items linked. If you only have one menu item linked, the tabs menu will not show.
{% endhint %}

![](https://1444025092-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MXpqEanvOhm8vMtIH8i%2Fuploads%2FjbO3O1wInXT99zN6M8BI%2FMenu%20tab_4.jpg?alt=media\&token=72ea3e05-919a-47ee-a369-3b5931a14efd)

{% hint style="info" %}
Remember not to place the starting flow of the prototyping in the tab menu frame. Instead added in the page you want the user to land first. [Learn more ](https://docs.bravostudio.app/set-up-design/setting-up-your-design-file/app-navigation/setting-up-app-navigation-on-figma)
{% endhint %}

<figure><img src="https://1444025092-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MXpqEanvOhm8vMtIH8i%2Fuploads%2F81Nc4NXr5La5IjmBhpAA%2FMenu%20tab_5.jpg?alt=media&#x26;token=1db842f2-995a-4f17-a9fc-00ac1179824e" alt=""><figcaption></figcaption></figure>

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

{% hint style="info" %}
In case you want to implement **active states** for the buttons in the tabs menu, check out [this example design file](https://www.figma.com/community/file/938484133762361804).
{% endhint %}

{% hint style="info" %}
You can also hide your tab menu on certain pages by adding the `[nomenu]` tag. *See the example file*
{% endhint %}

## 💾 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/1384471524300479110>" %}

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


---

# 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/tabs-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.
