# Embed Iframe

### **How embedding works**

* Any website or app that supports the HTML iframe tag can be used to incorporate an embed report.
* Dataflake automatically generates the iframe code, which contains a link to your report. There is no need to know HTML.
* Anyone who visits your page can access the embedded report according to the share configuration you have set up.
* Users viewing reports are under viewing only mode.
* Filters and date range controls work as they should in embedded reports. Due to the lack of a navigation bar, users are unable to edit, copy, or distribute the report.
* The data in display cannot be refreshed by viewers. Data only refreshes following the cache settings.

### **Embed via HTML iframe**

1. Set up a new share configuration.&#x20;

See this section to learn how to set up a new share configuration [here](/share-embed/share-embed-dashboard-link.md)&#x20;

2. Save the new share configuration
3. Go to **Share demo** section
4. Select **Embed** in the **Share type** field

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

5. Enter **seal params value** if any
6. Change the **width** and **height** of the report to be embedded to your preference

<figure><img src="/files/q8gBcNjZTiQs5iySmkkh" alt="" width="375"><figcaption></figcaption></figure>

7. Copy paste the iframe to your site


---

# 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://doc.dataflake.co/share-embed/embed-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.
