> 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/pages/pop-up-pages.md).

# Pop-up pages

## 👉 **The Tag**

By using this new tags you will be available to make new pages to popup!

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

![](/files/Hiq7s7xpaDOY0xeuYwfe)

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

1. On a blank app page, create a Pop up design.
2. Use the tag that you prefer the most for your pop-up.

### Normal Pop Up

Use this tag:

```
Normal Popup [page:popup]
```

![](/files/9H2liWe9LVFpYA1ML7QV)

### Rounded Corners Pop Up

In case you want rounded corners use this tag:

```
Rounded Corners Popup [page:popup] 
```

![](/files/K12uRbTBvNKS82NJPIRY)

### Color Background Pop Up

In case you want a color background Pop up use the follow tag:

```
Color Background Popup [page:popup:#CCFAFF00]
```

![](/files/rgCq0V8b5uMFZ2IeuRpd)

### Blur Background Pop Up

You want a blur background Pop Up:

```
Blur Background Popup [page:popup:blur] 
```

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

### Slider Pop Up

This is the case if you need to show more than one pop-up at a time.

```
Slider popup[page:popup]
Slide [container:slider:horizontal]
```

![](/files/vREBeBlWxVGllxXE2aXM)

{% hint style="warning" %}
🔥 Important: To Close the popup the action close will be required:

\[action:close]
{% endhint %}

Now you can do the prototyping! Your Pop Up is ready to use. Import to Bravo & preview on Bravo Vision 🚀

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

{% hint style="info" %}
it's important to use the Pop up pages judiciously to avoid creating a negative user experience, as excessive or intrusive pop ups can be disruptive and may lead to a poor user experience.
{% endhint %}

## 💾 Example files <a href="#example-files" id="example-files"></a>

Duplicate the files below to see how to set it up!

{% @figma/embed fileId="nC316U8ydYtNBa3bhKe2jz" url="<https://www.figma.com/file/nC316U8ydYtNBa3bhKe2jz/Bravo-Sample%3A-Pop-ups-(Community)?mode=design&t=2NP3UHI8QVRQ6cpm-0&type=design>" %}


---

# 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/pages/pop-up-pages.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.
