# Customize Status Bar

### Recommended Setup:

Use this action on page load to define the status bar appearance as soon as the app loads.

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

### Steps:

1. Go to the Workflow tab and select Page Load as the event trigger.
2. Add the Customize Status Bar action.
3. Configure the following properties:
   * Style: Choose between light or dark status bar text to match your app’s theme.
   * Color: Set the background color for the status bar (e.g., hex color code).
   * Overlay: Select `true` if you want the status bar to overlay app content; otherwise, set it to `false`.


---

# 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.webtonative.com/website-plugins/bubble.io/customize-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.
