> For the complete documentation index, see [llms.txt](https://developer.kizen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.kizen.com/docs/integrations-and-plugins/plugin-development/toolbar-items.md).

# Toolbar Items

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

**Purpose:** Explains how plugin toolbar items work in <code class="expression">space.vars.Kizen\_company\_name</code> and how they can be used to trigger plugin actions from the application toolbar.
{% endhint %}

## Overview

Plugin toolbar items are actions that can be added to the top-level navigation bar in the application. When a plugin app registers a toolbar item, it becomes available in the toolbar builder and can be configured by each individual user, or as part of a toolbar template for the business.

When clicked, the toolbar item runs a single plugin script that can perform any action the plugin runner is capable of. For example:

* Navigate within <code class="expression">space.vars.Kizen\_company\_name</code> to a specific page
* Open an embedded [floating frame](/docs/integrations-and-plugins/plugin-development/floating-frames.md)
* Run JavaScript code that combines complex events, such as calls to the <code class="expression">space.vars.Kizen\_company\_name</code> API or external services&#x20;

If a plugin is disabled for a business, any associated toolbar items will be hidden until the plugin is re-enabled.

***

## What's Next?

Next, continue to [Floating Frames](/docs/integrations-and-plugins/plugin-development/floating-frames.md) to learn how plugins can display interactive, positionable overlays in <code class="expression">space.vars.Kizen\_company\_name</code>, embed external content, and respond to user actions and data events.

<details>

<summary>Related Topics</summary>

* [Plugin Development](/docs/integrations-and-plugins/plugin-development.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)
* [Data Adornments](/docs/integrations-and-plugins/plugin-development/data-adornments.md)
* [Cookies](/docs/integrations-and-plugins/plugin-development/cookies.md)

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developer.kizen.com/docs/integrations-and-plugins/plugin-development/toolbar-items.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
