> 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/readme.md).

# Introduction

<code class="expression">space.vars.Kizen\_company\_name</code> is a leading AI platform for the future of work, redefining how people and AI seamlessly move and improve as one. Founded on the principle that technology should make work more meaningful, <code class="expression">space.vars.Kizen\_company\_name</code> creates AI systems and assistants that learn, adapt, and improve over time, just like the people who use them.\
\
Today, <code class="expression">space.vars.Kizen\_company\_name</code> powers millions of mission-critical experiences for leading organizations in highly regulated industries like insurance, healthcare, and financial services. We help companies realize the AI opportunity by delivering production-ready AI assistants for their teams. It molds to your unique business set-up and keeps your teams in charge and performing at their best. The result: up to 4-8x productivity and climbing across regulated fields.

This site includes basic concept topics, tutorials & walkthroughs of <code class="expression">space.vars.Kizen\_company\_name</code>'s platform, as well as more technical content such as API references and plugin documentation to help you get up and running quickly.

### What You Can Build with <code class="expression">space.vars.Kizen\_company\_name</code>

<code class="expression">space.vars.Kizen\_company\_name</code> provides a flexible, event-driven architecture that lets you automate and extend your systems in powerful ways. Admins and Technical Builders commonly use <code class="expression">space.vars.Kizen\_company\_name</code> in different way&#x73;*.*

{% columns %}
{% column %}

#### **Admins**

* Configure API connections and credentials
* Manage data schemas, fields, and permissions
* Define workflow rules and operational logic
* Set up integrations with third-party systems
* Maintain business settings across industries
  {% endcolumn %}

{% column %}

#### **Technical Builders**

* Connect external systems using APIs, webhooks, and plugins
* Orchestrate AI-driven and multi-system workflows
* Query, transform, and sync data programmatically
* Enrich platform data using third-party services
* Build domain-specific <code class="expression">space.vars.automations</code> for insurance, healthcare, and financial services
  {% endcolumn %}
  {% endcolumns %}

Everything in <code class="expression">space.vars.Kizen\_company\_name</code> is connected. One update can power dozens of insights and <code class="expression">space.vars.automations</code> across your business. If your goal is to manage, integrate, automate, or customize your enterprise workflows, you've come to the right place!

### Jump Right In

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-head-side-gear">:head-side-gear:</i></h4></td><td><strong>Kizen Basics</strong></td><td>Learn the core concepts behind how data, <code class="expression">space.vars.entities</code>, <code class="expression">space.vars.activities</code>, and <code class="expression">space.vars.automations</code> are structured in <code class="expression">space.vars.Kizen_company_name</code> with a fun walkthrough tutorial.</td><td></td><td></td><td><a href="/pages/PbYb0GukRhiS4qCHdRal">/pages/PbYb0GukRhiS4qCHdRal</a></td></tr><tr><td><h4><i class="fa-leaf">:leaf:</i></h4></td><td><strong>Concepts</strong></td><td>Dive deep to understand the core building blocks behind Kizen's Agentic OS capabilities, so you can extend them.</td><td></td><td></td><td><a href="/pages/aOjs4gC5WzIpifbjuGsn">/pages/aOjs4gC5WzIpifbjuGsn</a></td></tr><tr><td><h4><i class="fa-plug">:plug:</i></h4></td><td><strong>Integrations &#x26; Plugins</strong></td><td>Integrate your data, automate cross-system <code class="expression">space.vars.automations</code>, and add customer UI actions with <code class="expression">space.vars.Kizen_company_name</code>'s integration tools.</td><td></td><td></td><td><a href="/pages/GMSt8SKGZgnlmlinriBF">/pages/GMSt8SKGZgnlmlinriBF</a></td></tr></tbody></table>


---

# 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/readme.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.
