Learn how to build AI-powered apps on FlowX by following end-to-end tutorials based on real implementations.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.
Available tutorials
Mortgage advisor chatbot
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
Document processing pipeline
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
Customer onboarding with KYC
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
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
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 courses first.
- Architecture overview — what you are building and how the pieces fit together
- Data model — the data types and sources you need
- Workflows — step-by-step workflow construction with AI nodes
- Process orchestration — BPMN processes that tie workflows together
- UI — the user-facing interface (chat or task management)
- Testing — how to validate the end-to-end flow
Related resources
AI patterns
Reusable patterns extracted from these tutorials
Agent Builder
Node types and configuration reference
Node types
Detailed reference for each AI node type
Using agents
Integration options for deploying agents

