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

# Tutorials

> Step-by-step guides for building real-world AI apps with FlowX.AI, based on production-grade examples.

Learn how to build AI-powered apps on FlowX by following end-to-end tutorials based on real implementations.

## Available tutorials

<CardGroup cols={2}>
  <Card title="Mortgage advisor chatbot" icon="building-columns" href="./mortgage-advisor">
    Build a Chat Driven conversational AI mortgage advisor that collects client data across turns, evaluates eligibility across multiple banks, and generates personalized product recommendations.

    **You will learn:** Chat Driven workflows, built-in session memory, intent routing, knowledge base RAG with re-ranking, hybrid AI + business rules, Send as Chat Reply, chat UI integration
  </Card>

  <Card title="Document processing pipeline" icon="file-check" href="./document-processing">
    Build an AI-powered document verification pipeline that classifies uploaded documents, extracts structured data, and reconciles it against application data.

    **You will learn:** fan-out extraction, document classification, AI reconciliation, business rules validation, human-in-the-loop review
  </Card>

  <Card title="Customer onboarding with KYC" icon="user-plus" href="./customer-onboarding">
    Build a multi-step customer onboarding process with identity verification, document generation, manual review routing, and email notifications.

    **You will learn:** multi-step forms, REST API integration via workflows, exclusive gateways, document generation, task assignment, timer events, notifications
  </Card>
</CardGroup>

***

## What makes these different

These tutorials are derived from **production apps**, not hypothetical examples. Each one:

* Uses **real workflow structures** exported from working FlowX projects
* Shows how to combine **multiple AI node types** (extraction, understanding, generation) in a single app
* Demonstrates **integration patterns** (REST APIs, databases, email triggers, chat UI)
* Includes the **business logic layer** — not just the AI parts

***

## Before you start

<Info>
  These tutorials assume familiarity with FlowX Designer basics — creating processes, workflows, data sources, and UI flows. If you are new to FlowX, start with the [FlowX Academy](https://academy.flowx.ai) courses first.
</Info>

Each tutorial is structured as:

1. **Architecture overview** — what you are building and how the pieces fit together
2. **Data model** — the data types and sources you need
3. **Workflows** — step-by-step workflow construction with AI nodes
4. **Process orchestration** — BPMN processes that tie workflows together
5. **UI** — the user-facing interface (chat or task management)
6. **Testing** — how to validate the end-to-end flow

***

## Related resources

<CardGroup cols={2}>
  <Card title="AI patterns" icon="puzzle-piece" href="../patterns/overview">
    Reusable patterns extracted from these tutorials
  </Card>

  <Card title="Agent Builder" icon="robot" href="../agent-builder/overview">
    Node types and configuration reference
  </Card>

  <Card title="Node types" icon="diagram-project" href="../agent-builder/node-types">
    Detailed reference for each AI node type
  </Card>

  <Card title="Using agents" icon="play" href="../using-agents/overview">
    Integration options for deploying agents
  </Card>
</CardGroup>
