# Data Adornments

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

**Purpose:** Explains how Data Adornments work in <code class="expression">space.vars.Kizen\_company\_name</code> plugins and how they enable one-click, field-level actions.
{% endhint %}

## Overview

Data adornments are one-click actions that run a Javascript plugin script with the context of the record and field value that was clicked. The action, once configured and the plugin is installed, appears on all fields of the configured type anywhere in the application. For example, the [RingCentral](/docs/integrations-and-plugins/integrations/ring-central.md) plugin can dial a contact record’s phone number in a single click.

Because the action is a Javascript plugin script, a data adornment can trigger any behavior other plugin components can, including navigating the browser, opening a floating frame, or updating data on the record.

***

## What's Next

Next, continue to [Cookies](/docs/integrations-and-plugins/plugin-development/cookies.md) to learn how plugins should manage cookies when running inside iFrames, including best practices for session handling, partitioned cookies, and cross-browser behavior within the <code class="expression">space.vars.Kizen\_company\_name</code> ecosystem.

<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)
* [Embedded Blocks](/docs/integrations-and-plugins/plugin-development/embedded-blocks.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/data-adornments.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.
