# Embed Dashboard

You can easily embed the dashboards you create in Reportql as iframes within your own applications.

* Click on the dashboards.
* Click the widget button on the left side of the report you want to embed.

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

* From the window that opens, you can copy either the direct URL or the iframe code.

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

* Use the "With external parameters" option to add parameters to the URL. For more information about parameters, check to the "[External Parameters](/reportql/external-parameters.md)" section.
* Paste the iframe code you copied into your application.

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

* Replace the "{Token}" part in the URL within the code with the "external authentication token" you will obtain via the Reportql API. For more information, check to the "[API](/reportql/api.md)" section.

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


---

# 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://kuadron.gitbook.io/reportql/embedding/embed-dashboard.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.
