# Embedded Iframes

## Setup

Iframe embeddings support:

* Go to Apps Directory, at the bottom of the page, there's an iframe app you can select.
* Templated variables in the URL so you can dynamically inject issue or account details or any custom field values
* Custom sizing, so you can control the height of the iframe when it is embedded onto the issues view.

## Issue View

Within the issue view, embed graphs, tables, internal dashboards, etc. from any webpage that supports embeddings, or build your own webpage and embed it.

<figure><img src="https://982123570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9hXBoCTTNw5flARlUVJf%2Fuploads%2Fxg1NqxrXq9eHACybyPn4%2FCleanShot%202024-09-29%20at%2016.13.55.gif?alt=media&#x26;token=ab264e6d-5532-4896-8ff8-5bf80d15a9bd" alt=""><figcaption></figcaption></figure>

## Account View

Within the issue view, embed graphs, tables, internal dashboards, etc. from any webpage that supports embeddings, or build your own webpage and embed it.

<figure><img src="https://982123570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9hXBoCTTNw5flARlUVJf%2Fuploads%2F3csl17lLZElWFHgdBBhq%2FCleanShot%202025-05-11%20at%2015.00.02%402x.png?alt=media&#x26;token=f175336e-6b8e-4209-b463-7cb9ec3060fc" 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://docs.usepylon.com/pylon-docs/developer/embedded-iframes.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.
