> 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/loading-experience/state-custom-loading-page.md).

# Loading page

The screen with this tag replaces the default Bravo loading screen with a custom design app page.

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

```
[state:loading]
```

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

![](/files/-MhwnR031h5y_0ZnLrx1)

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

&#x20;   1\. Create a standalone loading screen design.

{% hint style="info" %}
**Pro tip:** use the [Lottie component](/bravo-tags/components/component-lottie.md) to easily add a Lottie animation in your intro.
{% endhint %}

![](/files/-Mhwo1DaBu5ehqwhI1rM)

&#x20;   2\. Add a container around the design.

![](/files/-Mhwo5lerb3OhFXaDv41)

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

![](/files/-MhwoAhpTaGjhdRRTjkW)

&#x20;   4.Import the design file into Bravo.

&#x20;   5\. Set up your [binding](broken://pages/-Mflj2uo5W_jthsMwnSm) as usual.

&#x20;   6\. Preview the custom loading screen on Bravo Vision. 🚀

{% hint style="info" %}
Tip: If you want to show the loading animation on top of the screen that is being loaded, add a **transparent background** to the screen with the `[state:loading]` tag.
{% 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/973892292868502990>" %}

{% @figma/embed fileId="dedkxpF23DnniDkjZnqehd" nodeId="453:36" url="<https://www.figma.com/file/dedkxpF23DnniDkjZnqehd/Bravo-Sample%3A-Bravo-Tags?node-id=453%3A36>" %}

{% file src="/files/-MhwogYPw9o4MEY6z1Gq" %}
Custom Loading.xd
{% endfile %}


---

# 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/loading-experience/state-custom-loading-page.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.
