> 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/tabs-menu.md).

# 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]
```

![](/files/dkJrT993JmRNHxTJ3EXG)

## 🏷️  **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).

![](/files/RHzDNHmTwDokxTI1lHdh)

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

![](/files/ugs9LfoWIw8IpbuW7cXS)

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

![](/files/xEXjR0VEDb7jCXibgVWx)

&#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 %}

![](/files/q2ueV3T89GHCAk13q3r3)

{% 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 ](/set-up-design/setting-up-your-design-file/app-navigation/setting-up-app-navigation-on-figma.md)
{% endhint %}

<figure><img src="/files/aekyu7Dn4H7bZkQOWtNU" 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
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/tabs-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.
