# Embedded Blocks

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

**Purpose:** Explains how Embedded Blocks work in <code class="expression">space.vars.Kizen\_company\_name</code> plugins and how they can be used to add custom content and actions to pages.
{% endhint %}

## Overview

Custom content can be embedded on homepages and record detail pages to augment <code class="expression">space.vars.Kizen\_company\_name</code>'s functionality.

On a homepage, custom content blocks can be created to show additional information and UI.

On detail pages, custom actions can be configured with actions such as logging an activity or starting an <code class="expression">space.vars.automation</code>. Additionally, an action can call a plugin script written in Javascript. The script is called with the context of the current record, and can perform data mutations, showing the changes in <code class="expression">space.vars.Kizen\_company\_name</code> in real-time.

Additionally, on detail pages a Javascript plugin script can be run on page navigation to fetch and merge external data on-demand.

***

## What's Next

Next, continue to [Data Adornments](/docs/integrations-and-plugins/plugin-development/data-adornments.md) to learn how plugins can add one-click actions to specific field types, enabling quick, context-aware interactions directly from record 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 Pages](/docs/integrations-and-plugins/plugin-development/embedded-pages.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-blocks.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.
