# Kizen basics

- [What is Kizen?](https://developer.kizen.com/docs/kizen-basics/what-is-kizen.md): Learn what Kizen is, how it structures data, Agentic Workflows, and Activities, and how these components work together across the platform.
- [How is Kizen Structured?](https://developer.kizen.com/docs/kizen-basics/how-is-kizen-structured.md): Understand how Kizen is structured, including its core components and how data, Agentic Workflows, and Activities work together across the platform.
- [Kizen Basics in Action](https://developer.kizen.com/docs/kizen-basics/kizen-in-action.md): See how Kizen works in practice through guided walkthroughs that show how data, Activities, and Agentic Workflows come together.
- [Prerequisites | Kizen Basics](https://developer.kizen.com/docs/kizen-basics/kizen-in-action/prerequisites-or-kizen-in-action.md): Review the prerequisites required to complete the Kizen in Action walkthroughs, including account access and permissions.
- [Log In and Navigate the Platform | Kizen Basics](https://developer.kizen.com/docs/kizen-basics/kizen-in-action/logging-in-and-navigating-the-platform-or-kizen-in-action.md): Learn how to log in to Kizen and navigate the platform, including Dashboards, data, Agentic Workflows, and Settings.
- [Create Your First Business Workspace | Kizen Basics](https://developer.kizen.com/docs/kizen-basics/kizen-in-action/create-your-first-business-workspace-or-kizen-basics.md): Learn how to create your first Business in Kizen and understand how it serves as the foundation for data, users, and Agentic Workflows.
- [Configure Your Business Settings | Kizen Basics](https://developer.kizen.com/docs/kizen-basics/kizen-in-action/configure-your-business-settings-or-kizen-basics.md): Learn how Kizen administrators can configure their workspace by editing business information, adding team members, and creating roles and permission groups in the Settings area.
- [Create Your First Contact Record | Kizen Basics](https://developer.kizen.com/docs/kizen-basics/kizen-in-action/create-your-first-contact-record-or-kizen-basics.md): Learn how to create your first Contact Record in Kizen and understand how Contacts are used across Activities, Agentic Workflows, and data relationships.
- [Create Your First Object | Kizen Basics](https://developer.kizen.com/docs/kizen-basics/kizen-in-action/create-your-first-object-or-kizen-basics.md): Learn how to create your first Object in Kizen and understand how custom data structures support & Agentic Workflows.
- [Create Your First Record | Kizen Basics](https://developer.kizen.com/docs/kizen-basics/kizen-in-action/create-your-first-record-or-kizen-basics.md): Learn how Records work in Kizen Objects. Create, structure, and connect Record data to power Agentic Workflows, Activities, reporting, and enterprise operations.
- [Configure Your First Permission Groups | Kizen Basics](https://developer.kizen.com/docs/kizen-basics/kizen-in-action/configure-your-first-permission-groups-or-kizen-basics.md): Learn how to create permission groups and apply object-level access in Kizen to control what your team can see, edit, and delete.
- [Create Your First Workflow Object | Kizen Basics](https://developer.kizen.com/docs/kizen-basics/kizen-in-action/create-your-first-workflow-or-kizen-in-action.md): Learn how to create a Workflow Object in Kizen to track operational processes through defined stages like Reported, Searching, and Resolved.
- [Move Through Your Workflow | Kizen Basics](https://developer.kizen.com/docs/kizen-basics/kizen-in-action/move-through-your-workflow-or-kizen-basics.md): Learn how to update existing Records in Kizen and understand how changes impact Workflow Objects and Agentic Workflows.
- [Update A Contact Record | Kizen Basics](https://developer.kizen.com/docs/kizen-basics/kizen-in-action/update-a-contact-record-or-kizen-basics.md): Learn how to modify a Contact Record by adding Custom Fields so you can connect guest Activity to operational events and power timely Agentic Workflows.
- [Create Your First Agentic Workflow | Kizen Basics](https://developer.kizen.com/docs/kizen-basics/kizen-in-action/create-your-first-agentic-workflow-or-kizen-basics.md): Learn how to create Agentic Workflows in Kizen to send emails, trigger actions, and automate workflows using Contact Records and scheduled triggers.
- [Create Your First Activity | Kizen Basics](https://developer.kizen.com/docs/kizen-basics/kizen-in-action/create-your-first-activity-or-kizen-basics.md): Create your first Kizen Activity using a Purchase Tickets example. Define Activity settings, notifications, and calendar integration for your team.
- [Schedule Your Activity | Kizen Basics](https://developer.kizen.com/docs/kizen-basics/kizen-in-action/scheduling-your-activity-and-timelines-or-kizen-in-action.md): Learn how to schedule Activities in Kizen and use timelines to plan and track future actions.
- [Log Your Activity | Kizen Basics](https://developer.kizen.com/docs/kizen-basics/kizen-in-action/tracking-your-activity-in-timelines-or-kizen-in-action.md): Learn how to log Activities in Kizen and use timelines to record and track completed actions.
- [Reports in Kizen | Kizen Basics](https://developer.kizen.com/docs/kizen-basics/kizen-in-action/reporting-in-kizen-or-kizen-in-action.md): Build Kizen dashboards to monitor activities, track records, and report on live operational data using Dashlets, filters, and role-based sharing settings.


---

# 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/kizen-basics.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.
