> ## Documentation Index
> Fetch the complete documentation index at: https://developer.kodexa.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Kodexa Concepts Introduction

> Core Kodexa concepts for modeling document-heavy business processes with Activities, Tasks, documents, knowledge, and human-in-the-loop review.

Kodexa is a platform for running document-heavy business processes where automation, human review, institutional knowledge, and audit trails need to stay aligned.

The Concepts section starts with the business problem first. Activities are how the platform shows up in the workflow: a run of automated work with inputs, steps, state, and results. Tasks are how people show up in that workflow: reviewable, assignable units of human work when judgment or exception handling is needed.

<div className="not-prose my-8 overflow-hidden rounded-lg border border-slate-200 bg-slate-950 shadow-xl dark:border-slate-800">
  <div className="grid grid-cols-1 gap-0 lg:grid-cols-2">
    <div className="flex min-h-[300px] flex-col justify-center gap-5 p-8 lg:order-2 lg:min-h-[360px] lg:p-10">
      <p className="text-xs font-semibold uppercase tracking-widest text-blue-300">
        {"Narrated concept walkthrough"}
      </p>

      <div className="m-0 text-3xl font-semibold tracking-normal text-white lg:text-5xl" role="heading" aria-level={2}>
        {"Kodexa: What We Do"}
      </div>

      <p className="m-0 text-base leading-7 text-slate-300">
        {"Review the six-slide introduction to Kodexa's Activity and Task mental model."}
      </p>

      <a href="/slides/concepts-introduction?play=1" className="inline-flex w-fit items-center rounded-md bg-blue-500 px-5 py-3 text-sm font-semibold text-white transition hover:bg-blue-400">
        {"Play Slides"}
      </a>

      <p className="m-0 text-xs leading-5 text-slate-400">
        {"The presentation starts after the click and advances when each voiceover finishes."}
      </p>
    </div>

    <img src="https://mintcdn.com/kodexa/50WM2BcrNwiFq-Jl/images/concepts/introduction/slide-01.png?fit=max&auto=format&n=50WM2BcrNwiFq-Jl&q=85&s=9d5928a291cdbf4fd6e04342efbe1d98" alt="Document-heavy enterprise processes split across automation, inboxes, spreadsheets, and institutional knowledge" className="h-56 w-full object-cover sm:h-64 lg:order-1 lg:h-full lg:min-h-[360px]" noZoom width="1536" height="1024" data-path="images/concepts/introduction/slide-01.png" />
  </div>
</div>

## Mental Model

Kodexa models real-world business workflow challenges around unstructured data by starting with Activity. Tasks are incorporated into that Activity model as the human-work points where judgment, approval, exception handling, or correction is needed.

* **Activity**: a run of automated work, defined by an Activity Plan, with inputs, steps, dependencies, status, logs, and results.
* **Task**: a unit of human work inside an Activity, owned by a person or queue, reviewable, completable, and tied to the workflow when judgment is needed.
* **Workflow**: the choreography between Activities and Tasks. Activities create Tasks when a human decision is needed; Tasks can start Activities when their status changes.
* **Project**: the workspace where the right document types, resources, Activity Plans, review surfaces, and permissions are bound together for a business use case.

## Where To Go Next

* [Activities](/concepts/activities) explain how Kodexa models automated business process runs.
* [Tasks](/concepts/tasks) explain where human review and judgment fit inside those runs.
* [Projects](/concepts/projects) explain the workspace boundary for a business process.
* [Project templates](/concepts/project_templates) explain reusable project setup.
* [Activity Plans](/guides/activity-plans/index) explain how automated work is configured and run.
* [Knowledge system](/concepts/knowledge_system) explains how Kodexa represents reusable knowledge.
* [Working with exceptions](/concepts/working_with_exceptions) explains where human review fits.
