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

# Data Forms Guide

> Build schema-driven UIs in Kodexa for document data review and correction, combining layout components, data components, scripting, and extraction tools.

<CardGroup cols={2}>
  <Card title="Introduction" icon="book" href="/guides/data-forms/introduction">
    What data forms are and how they fit into document processing
  </Card>

  <Card title="Form Structure" icon="sitemap" href="/guides/data-forms/schema-structure">
    UINode tree, conditional rendering, and iteration
  </Card>

  <Card title="Data Binding" icon="link" href="/guides/data-forms/data-binding">
    Context variables, expressions, and scoped data
  </Card>

  <Card title="Layout Components" icon="table-columns" href="/guides/data-forms/layout-components">
    Panels, tabs, rows, columns, and alerts
  </Card>

  <Card title="Data Components" icon="pen-to-square" href="/guides/data-forms/data-components">
    Attribute editors, tables, grids, and more
  </Card>

  <Card title="Extraction" icon="wand-magic-sparkles" href="/guides/data-forms/extraction">
    Direct extract and AI-powered data extraction
  </Card>

  <Card title="Scripting" icon="code" href="/guides/data-forms/scripting">
    Events, QuickJS runtime, and document API
  </Card>

  <Card title="Bridge API" icon="plug" href="/guides/data-forms/bridge-api">
    Platform data access, HTTP, and service bridges
  </Card>
</CardGroup>
