# Embedded Dashboards

## Creating an embedded dashboard

On your Organization or Channel homepage, navigate to "Post a report" > "Create embedded report."

<figure><img src="/files/GhrkmVdJH6etIDO0RbNd" alt=""><figcaption><p>Embedding a report</p></figcaption></figure>

On the next page, supply the URL of where the dashboard is hosted (without the https\://). Select which channel you're publishing to click "Post." This will embed the dashboard as an iframe into a Kyso report.

The report's contents are indexed for search, as with any other report type on Kyso.&#x20;

Note that you can also open these embedded dashboards in full screen.

{% hint style="info" %}
For self-hosted deployments or any dashboard that is not deployed to the same network where your company's Kyso instance is installed, you will need to set up a custom workflow for this to work. Contact the team on the gitlab repository for more info!
{% endhint %}


---

# 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.kyso.io/kysos-renderer/embedded-dashboards.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.
