# Iframe

## Overview

The Iframe component allows you to embed web pages and external applications into UI Bakery. The component supports additional access permissions to camera and microphone, geolocation, payment collection, capture display, and clipboard-writing.

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

### Properties

| Name   | Type     | Description    |
| ------ | -------- | -------------- |
| `name` | `string` | Component name |

### Methods

<table><thead><tr><th width="97.41796875">Name</th><th width="130.48046875">Parameters</th><th width="105.515625">Returns</th><th>Description</th></tr></thead><tbody><tr><td><code>setUrl</code></td><td><code>url: string</code></td><td><code>void</code></td><td>Set component URL setting</td></tr></tbody></table>

### Triggers

<table><thead><tr><th width="130.93359375">Name</th><th>Description</th></tr></thead><tbody><tr><td><strong>On Init</strong></td><td>Triggered when the component is initialized</td></tr></tbody></table>


---

# 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.uibakery.io/reference/working-with-components/iframe.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.
