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

# Introduction

> Docs2work is the process infrastructure layer for human and AI organizations.

Docs2work lets you build repeatable business processes — warranty claims, invoice approvals, onboarding, purchase requests — that work with humans today and can be progressively automated by AI agents over time.

## The three modules

**Forms** capture structured business data with validation and conditional logic. Humans submit via browser. AI agents submit headlessly via API. Both paths run identical validation.

**Sheets** are the persistent memory layer. Every form submission creates a sheet row. Agents read sheet data as context before acting. Data only enters through validated ingestion points — never by direct write.

**Workflows** are non-linear process graphs defining what happens, in what order, and who is responsible at each step. Every action — human or agent — is logged in a unified audit trail.

## The key principle

Data only enters the system through validated ingestion points. No direct database writes. Whether the actor is a human or an AI agent, the process and the audit trail are identical.
