---
title: "Embed a Page or Report in Decisions"
slug: "embed-a-page-in-decisions"
tags: ["embed", "iframe", "Pages and Dashboards", "Reports "]
updated: 2025-05-07T21:04:31Z
published: 2025-05-07T21:04:31Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Embed a Page or Report in Decisions

## Overview

This article will discuss how to embed Pages and Reports into iFrames.

---

## Embedding a Page

Page Designer Elements cannot be used directly. However, once the Page is applied to a Folder it can be embedded in an iFrame, or called via API. This example will show how to do so through an iFrame. After following the instructions in [Decisions Platform in an iFrame](https://documentation.decisions.com/docs/decisions-platform-in-an-iframe), you will have an .html file can be updated to source a Page.

1. Create a Page and then apply the Page to a Folder.
2. Open the Page and copy the URL.
3. Paste the URL into the .html file.
4. Go to [http://localhost:8085/iframe.html](http://localhost:8085/iframe.html) and the Page will now be displayed.

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1746649819074.png)

By default this Page is not attractive - it still has the side bar and headers as they appear inside Decisions. The URL can be appended to change the visuals.

Adding **&chrome=off** to the end of the URL will remove the side and top bars. Now only the Page is visible within the iFrame. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1746651854297.png)

---

## Embedding a Report

Reports are not directly accessible through iFrames. They have to be added to a Page through the Report Viewer Page Control. Once the Report is added to a Page it can displayed as described in the previous section. Here is an example with **&chrome=off** already added.

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1746651825487.png)

## Related

- [Embed an Edit Session of a Designer in an IFrame](/embed-an-edit-session-of-a-designer-in-an-iframe.md)
- [Embed Decisions Form in a Web App](/embed-decisions-form-web-app.md)
