> For the complete documentation index, see [llms.txt](https://docs.unifize.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unifize.com/user-guide/definitions.md).

# Definitions

This section introduces the core concepts that power the Unifize platform. Whether you’re setting up workflows, collaborating with your team, or analyzing data, these definitions provide the foundation for how everything connects in Unifize.

## Why It Matters

Each module in Unifize is designed to mirror how regulated teams work: structured, collaborative, and traceable. Knowing the difference between a **Process**, a **Record**, or a **Checklist** helps you build more effective workflows and scale operations confidently.

## Explore Key Concepts

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/Ik2hxgD71sn3vgKGSwla">Process</a></td><td>A defined workflow with roles, statuses, and checklist logic.</td><td><a href="/pages/Ik2hxgD71sn3vgKGSwla">/pages/Ik2hxgD71sn3vgKGSwla</a></td></tr><tr><td><a href="/pages/uNsAUEOQ32SD9lrPTZdL">Record</a></td><td>A single instance of a process—tracking data, actions, and people.</td><td><a href="/pages/uNsAUEOQ32SD9lrPTZdL">/pages/uNsAUEOQ32SD9lrPTZdL</a></td></tr><tr><td><a href="/pages/1nextf4OhmIPkuxUKQpT">Conversation</a></td><td>Embedded chat for real-time, contextual collaboration.</td><td></td></tr><tr><td><a href="/pages/6TEGOAvAeHsFt3FX2UMg">Report</a></td><td>Filtered views of records for tracking and decision-making.</td><td></td></tr><tr><td><a href="/pages/OpdQHCqFmjS9OLRHq58s">Chart</a></td><td>Visual snapshots of trends, performance, and bottlenecks.</td><td></td></tr><tr><td><a href="/pages/4wukjhQkly33nIvlbFgv">Checklist</a></td><td>Structured tasks and fields that drive execution and compliance.</td><td></td></tr><tr><td><a href="/pages/N2esUBVR29KRpuPykpYA">Org</a></td><td>Highest level of abstraction containing people, workflows and data.</td><td></td></tr></tbody></table>

## When to Use

* Building or editing processes
* Onboarding new users
* Reviewing compliance and audit structures

These definitions form the foundation of your Unifize experience. Use them to design smarter workflows and collaborate with clarity.<br>


---

# 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://docs.unifize.com/user-guide/definitions.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.
