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

# Workflow builder

> The Workflow section in Cradl AI allows you to build complex automations that interact with your data sources. 

<img src="https://mintcdn.com/cradl-c8140fcc/h9Ef8u5tET66KGuX/images/workflow.webp?fit=max&auto=format&n=h9Ef8u5tET66KGuX&q=85&s=1219ed47945dc3bf2c2efff78e858457" alt="Workflow Web" width="1600" height="802" data-path="images/workflow.webp" />

In the workflow section, you can:

* Trigger automatic document intake from different sources
* Edit your data extraction AI model
* Add custom validation and business logic
* Route low-confidence predictions for manual review
* Export transformed data to your systems automatically

***

## How workflows work

A Workflow in Cradl AI is made up of **nodes**. Each node represents an action your documents go through — like model predictions, validation checks, or human review.

Here’s a typical Workflow:

1. **Document upload**\
   Upload documents via the API, dashboard, or integrations.
2. **Prediction**\
   Run your trained extraction model to process the document.
3. **Validation**\
   Apply field-level validators or confidence thresholds.
4. **Manual review**\
   If validation fails, send the document to a human reviewer using Cradl AI’s built-in review UI.
5. **Export**\
   Once validated, send the structured data to your target system via webhooks or direct integrations.

***
