# Status bar

### What is status bar?

Status bar is the top most section in any mobile phone which displays information regarding signal strength, battery, wifi etc.

Now, it's only required to set the status bar color, if the navigation bar is disabled. Otherwise the status bar color is the same as navigation bar background color.

### Background color:

It is the color of status bar. You can match it with your branding color. Here in the image it's white.

<figure><img src="/files/zP4vCxHzNi4eHQCQWUo8" alt="" width="188"><figcaption></figcaption></figure>

### Title color:

It is the color of the battery, time, wifi etc information.

**Ex.** In below image, status bar background color is green and title color is light.

<figure><img src="/files/rY9KFMrksGI6EZv7gh6w" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/v0Fi6cFV6BtuQ1KdSgT0" alt="" width="188"><figcaption></figcaption></figure>


---

# 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://help.twinr.dev/setup-theme/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.
