# No loading

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

This tag allows to hide the loader when the app needs to load external data, like on navigation or when running remote actions. A common use case is not showing the loader when the user taps [like buttons](https://docs.bravostudio.app/bravo-tags/components/stateful-component-like-button).

**📍 Where to add the tag:** A component layer

```
[no-loading]
```

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

&#x20;Just add the tag in the layer where the action is triggered, such as a [remote action](https://docs.bravostudio.app/data-binding/data-binding-types/data-binding-add-remote-actions-to-your-ui) or an element with a [navigation link](https://docs.bravostudio.app/set-up-design/setting-up-your-design-file/app-navigation).

<figure><img src="https://1444025092-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MXpqEanvOhm8vMtIH8i%2Fuploads%2FWv39DrPtw2hKLZsJRrDv%2FGroup%201.jpeg?alt=media&#x26;token=82c5d229-da28-47b9-adb0-a31ff9964bbe" alt=""><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://docs.bravostudio.app/bravo-tags/loading-experience/no-loading.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.
