# Loading experience

- [Loading page](https://docs.bravostudio.app/bravo-tags/loading-experience/state-custom-loading-page.md): The app page will display in place of the default Bravo loading screen.
- [Custom loading page](https://docs.bravostudio.app/bravo-tags/loading-experience/custom-loading-page.md): Show a special loading page for a specific page.
- [No loading](https://docs.bravostudio.app/bravo-tags/loading-experience/no-loading.md): Avoid showing the loader on specific user actions
- [Preload](https://docs.bravostudio.app/bravo-tags/loading-experience/preload.md): Optimising asset loading feature


---

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