> 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/intro-and-onboarding/page-intro.md).

# Intro page

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

Displays a custom intro screen either 1) every time the app user opens the app or 2) only the first time.

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

```
[intro:always] or [intro:once]

//Add this tag in a visual element (NOT a top-level app page) to close the intro screen.

[action:closeintro]
```

{% hint style="info" %}
`[intro:always]` displays the intro **every time** the user opens the app.\
`[intro:once]` displays the intro **only the first time** the user opens the app.
{% endhint %}

![](/files/-Mhsa0glkeVvlxrepE1O)

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

&#x20;   1\. Create an intro 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/-Mhsboav9SwweqOBJ4Xq)

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

![](/files/-MhsbsjnyW8Upw1T9kBH)

&#x20;   3\. **Paste** the tag `[intro:always]` or `[intro:once]` into the layer name of the **top-level app page**.

![](/files/-MhsbyM-fAFa-W4ctIut)

&#x20;   4\. **Paste** the tag `[action:closeintro]` into the layer name of a **visual element** to close the intro screen.

![](/files/-Mhsc1iFDfc-3oIArtNV)

&#x20;   5\. Make sure the **Starting Frame** is on your "home" app page, not the intro screen. Also make sure **there is** a Starting Frame.

{% hint style="danger" %}
Don't link the intro page to any screen. It's a standalone screen. The **close intro Tag** will automatically reveal the **Starting Frame** screen.
{% endhint %}

{% hint style="warning" %}
You can create an intro flow with several screens. If you do this, **do not** link the last page of the intro with the first page of the app, but add an `[action:closeintro]`  element. Check how it's done in the example design files.
{% endhint %}

![](/files/-MhscC2n_FR-rAb9J86-)

&#x20;   6\. Import to Bravo & preview on **Bravo Vision** 🚀

## 💾 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/981964292540895745>" %}

{% file src="/files/-MhsdlE3L20BmdsO-uSz" %}
Bravo Sample: Intro Pages.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/intro-and-onboarding/page-intro.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.
