# Status bar

The status bar, typically found at the top of the screen, displays the current time, Wi-Fi signal, cellular network information, battery level, and other status icons. This component manages the display of the device's native status bar.

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

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

```
[statusbar:dark]
```

```
[statusbar:light]
```

![IOS view](/files/CUprt3aBxv4GaWK8VSHH)

<figure><img src="/files/Szl04kJPI4e5xPQapu0g" alt=""><figcaption><p>Android view</p></figcaption></figure>

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

In your Figma design, simply add the tag <mark style="color:red;">`[statusbar:dark]`</mark> or <mark style="color:red;">`[statusbar:light]`</mark> to the top-level part of the page. It should be added to every screen where you'd like to show the status bar.

![Set up in Figma: Dark Status Bar](/files/PQemEwYKsTwILxckkEji)

<figure><img src="/files/yzSfu346Y0wau6mIGzi4" alt=""><figcaption><p>Set up in Figma: Light Status Bar</p></figcaption></figure>

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


---

# 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/components/status-bar.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.
