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

# FlowX.AI documentation

> Build enterprise applications and deploy AI agents for banking, insurance, and logistics

<iframe src="https://s3.eu-west-1.amazonaws.com/docx.flowx.ai/5.6/hero-visual.html" style={{width: "100%", height: "380px", border: "none", borderRadius: "12px", overflow: "hidden"}} loading="lazy" />

FlowX.AI is an enterprise platform for building business apps in regulated industries. Connect your existing systems, design processes visually, and launch modern solutions without replacing your core infrastructure.

***

## Choose your path

<CardGroup cols={2}>
  <Card title="I want to build apps" icon="rocket" href="/5.9/docs/getting-started/building-your-first-proc">
    **Start here.** Create your first process with UI in the visual designer.
  </Card>

  <Card title="I need to deploy FlowX" icon="server" href="/5.9/setup-guides/setup-guides-overview">
    **Platform admins.** Install and configure FlowX in your infrastructure.
  </Card>

  <Card title="I want to integrate APIs" icon="code" href="/5.9/sdks/sdks-overview">
    **Developers.** Use our SDKs (Angular, React, iOS, Android) or REST APIs.
  </Card>

  <Card title="I want to deploy AI agents" icon="robot" href="/5.9/ai-platform/ai-in-flowx">
    **AI builders.** Build and deploy AI agents for your business processes.
  </Card>
</CardGroup>

***

## What you can build

Real examples of what teams build with FlowX.AI:

<AccordionGroup>
  <Accordion title="Customer onboarding" icon="user-plus">
    **The problem:** Onboarding takes weeks, requires multiple systems, and drops customers due to friction.

    **What you build:** A unified digital journey: ID verification, document upload, KYC checks, and account creation, all in one flow that connects to your core banking system.

    **Result:** Onboarding in minutes instead of days. Full audit trail for compliance.
  </Accordion>

  <Accordion title="Loan origination" icon="money-bill">
    **The problem:** Loan applications require manual data entry across systems, slow credit decisions, and paper-based approvals.

    **What you build:** End-to-end digital lending: application capture, credit scoring integration, automated decisioning, e-signature, and disbursement, with human review where needed.

    **Result:** Faster time-to-yes, reduced operational costs, consistent decisions.
  </Accordion>

  <Accordion title="Claims processing" icon="file-invoice">
    **The problem:** Claims intake is manual, assessment is slow, and customers wait weeks for resolution.

    **What you build:** First notice of loss capture, document collection, AI-assisted damage assessment, automated routing to adjusters, and settlement workflows.

    **Result:** Claims resolved in days, not weeks. Better customer experience.
  </Accordion>

  <Accordion title="Back-office automation" icon="gears">
    **The problem:** Internal processes rely on emails, spreadsheets, and tribal knowledge.

    **What you build:** Structured workflows for approvals, task assignment, escalations, and reporting, with visibility into bottlenecks.

    **Result:** Consistent processes, clear accountability, reduced errors.
  </Accordion>
</AccordionGroup>

***

## How it works

<Steps>
  <Step title="Design your process">
    Use the visual designer to map your business workflow using BPMN 2.0. Drag and drop nodes, define business rules, and set up integrations. No coding required for standard flows.

    <Card title="FlowX Designer overview" icon="pencil-ruler" href="/5.9/docs/flowx-designer/overview" />
  </Step>

  <Step title="Build your UI">
    Create user interfaces by configuring components: forms, tables, file uploads, and signatures. The UI automatically adapts to web and mobile.

    <Card title="UI components" icon="browser" href="/5.9/docs/building-blocks/ui-designer/ui-designer" />
  </Step>

  <Step title="Connect your systems">
    Integrate with your existing infrastructure using REST APIs, Kafka, or custom connectors. FlowX orchestrates the data flow between systems.

    <Card title="Integrations" icon="plug" href="/5.9/docs/platform-deep-dive/integrations/integrations-overview" />
  </Step>

  <Step title="Deploy and run">
    Deploy to FlowX SaaS or your own infrastructure. Monitor processes, handle exceptions, and iterate based on real usage.

    <Card title="Deployment options" icon="cloud" href="/5.9/docs/saas/saas-overview" />
  </Step>
</Steps>

***

## Key concepts

New to FlowX? Here's what you need to know:

| Concept         | What it is                                                                         |
| --------------- | ---------------------------------------------------------------------------------- |
| **Process**     | A business workflow defined in BPMN 2.0. Contains nodes, actions, and UI.          |
| **Node**        | A step in your process: user tasks, service tasks, gateways, events.               |
| **Action**      | What happens at a node: save data, call API, send notification, run business rule. |
| **Token**       | Tracks where a process instance is. Multiple tokens = parallel execution.          |
| **Data model**  | The structure of data in your process. Defined as keys with types.                 |
| **Integration** | Connection to external systems via REST, Kafka, or custom protocols.               |

<Card title="Full glossary" icon="book" href="/5.9/docs/platform-overview/frameworks-and-standards/business-process-industry-standards/intro-to-bpmn" />

***

## Get help

<CardGroup cols={3}>
  <Card title="FlowX Academy" icon="graduation-cap" href="https://academy.flowx.ai">
    Free courses and certifications
  </Card>

  <Card title="Support" icon="headset" href="https://flowxai.zendesk.com/">
    Contact the support team
  </Card>

  <Card title="Release notes" icon="newspaper" href="/release-notes/overview">
    Latest updates and changes
  </Card>
</CardGroup>
