# Embedded Pages

{% hint style="success" %}
**Audience:** Developers & Solution Architects

**Purpose:** Explains how Embedded Pages work in <code class="expression">space.vars.Kizen\_company\_name</code> plugins and how they can be used to build full-page, integrated experiences.
{% endhint %}

## Overview

Embedded pages are similar to [floating frames](/docs/integrations-and-plugins/plugin-development/floating-frames.md), but instead of being a small, movable window, embedded pages are full-page embedded content that is navigable at a configurable URL within <code class="expression">space.vars.Kizen\_company\_name</code>. These pages have the same features as a floating frame, but are integrated more seamlessly into the application, with the <code class="expression">space.vars.Kizen\_company\_name</code> navigation bar appearing at the top of the page.

Embedded pages are useful to embed external applications like a calendar, or can be used as a callback page as part of a larger plugin that may use form submissions or other actions that trigger a navigation to a confirmation page or other informational view.

***

## What's Next

Next, continue to [Embedded Blocks](/docs/integrations-and-plugins/plugin-development/embedded-blocks.md) to learn how plugins can embed custom content and actions directly into homepages and record detail pages, enabling real-time interaction with <code class="expression">space.vars.Kizen\_company\_name</code> data.

<details>

<summary>Related Topics</summary>

* [Plugin Development](/docs/integrations-and-plugins/plugin-development.md)
* [Toolbar Items](/docs/integrations-and-plugins/plugin-development/toolbar-items.md)
* [Floating Frames](/docs/integrations-and-plugins/plugin-development/floating-frames.md)
* [Embedded Blocks](/docs/integrations-and-plugins/plugin-development/embedded-blocks.md)
* [Data Adornments](/docs/integrations-and-plugins/plugin-development/data-adornments.md)
* [Cookies](/docs/integrations-and-plugins/plugin-development/cookies.md)

</details>


---

# 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://developer.kizen.com/docs/integrations-and-plugins/plugin-development/embedded-pages.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.
