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