# Web view

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

This tag creates a webview that will replace the content of the rectangle layer where the tag is placed. You can use any public URL.

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

```
//The tag:

[component:web-view:URL]

//In case you want to bind the URL to API data:

[component:web-view]

//Sample tag to try:

[component:web-view:https://goo.gl/maps/Ub6fY9x8a9DCpdSx8]
```

![](/files/-MhnMGVAUHGtUM9Ok-7h)

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

&#x20;   **1. Copy** the tag.

&#x20;   2\. **Paste** the tag into the layer name of a **rectangle shape**.

![](/files/-MhnMT0Jx7yJBX-UeDDi)

&#x20;   3\. Replace the placeholder URL with your own (or try our sample tag).&#x20;

&#x20;   4\. Apart from indicating the URL in the Figma tag, you can bind a URL to API data, in the Data Binding section.

![](/files/LlCk85dxYOgcMy81QcPH)

&#x20;   5\. Import to Bravo & preview on Bravo Vision 🚀 (If you imported the app before, you just need to press the button Update in ***Bravo Studio*** to see the changes)

## 💾 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/file/dedkxpF23DnniDkjZnqehd/Bravo-Sample%3A-Bravo-Tags>" %}


---

# 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/components/component-webview.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.
