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

# Guides

> Guides for modeling, building, and operating document workflows in Kodexa, covering data definitions, Activity Plans, modules, and deployment.

<div className="not-prose mb-8 overflow-hidden rounded-lg border border-slate-200 bg-slate-950 shadow-sm dark:border-slate-800">
  <img className="h-44 w-full object-cover sm:h-56" src="https://mintcdn.com/kodexa/ddGoVDGTQwmj-CZ-/images/guides-banner.png?fit=max&auto=format&n=ddGoVDGTQwmj-CZ-&q=85&s=a5c463fcecae70214a31fa4025880a17" alt="Kodexa guide map connecting documents, data definitions, activities, tasks, and deployment" noZoom width="1536" height="512" data-path="images/guides-banner.png" />
</div>

These guides move from the document model into the workflow model: data definitions, Activity Plans, Tasks, Data Forms, modules, service bridges, and deployment.

<CardGroup cols={2}>
  <Card title="Architecture" icon="network-wired" iconType="regular" href="/guides/architecture/index">
    See how the product experience, Activity runtime, knowledge layer, integrations, and operating model fit together.
  </Card>

  <Card title="Activity Plans" icon="diagram-project" iconType="regular" href="/guides/activity-plans/index">
    Model document-heavy business processes as reusable Activity Plans with Tasks, scripts, modules, prompts, agents, and bridge calls.
  </Card>

  <Card title="Data Definitions" icon="sitemap" iconType="regular" href="/guides/data-definitions/index">
    Define the structured business data that Kodexa extracts, reviews, validates, and moves through workflows.
  </Card>

  <Card title="Working with Claude Code" icon="sparkles" iconType="regular" href="/guides/claude-code">
    Use Claude Code with Kodexa metadata skills to author Git-backed configuration and sync it with the KDX CLI.
  </Card>

  <Card title="Deployment" icon="cloud-check" iconType="regular" href="/guides/deployment/index">
    Deploy and manage Kodexa resources in your infrastructure.
  </Card>

  <Card title="Modules" icon="cube" iconType="regular" href="/guides/modules/introduction">
    Build and deploy custom Python modules and skill modules to extend the platform.
  </Card>

  <Card title="Formulas" icon="function" iconType="regular" href="/guides/formulas/index">
    Write powerful formulas for calculations, string manipulation, dates, and logical decisions.
  </Card>

  <Card title="Data Forms" icon="table-layout" iconType="regular" href="/guides/data-forms/index">
    Build dynamic, YAML-configured data forms with reusable card components.
  </Card>
</CardGroup>
