# Docs > Comprehensive documentation for FlowX.AI, the AI-driven process automation platform. ## Docs - [Context Retrieval](https://docs.flowx.ai/5.9/ai-platform/agent-builder/context-retrieval.md): Query Knowledge Bases and retrieve relevant chunks using RAG search without calling an LLM. - [Extract Data from File](https://docs.flowx.ai/5.9/ai-platform/agent-builder/extract-data-from-file.md): Configure the Extract Data from File AI node to extract text and data from documents and ima… - [Intent Classification](https://docs.flowx.ai/5.9/ai-platform/agent-builder/intent-classification.md): Classify user messages and route workflows to different branches using AI-powered intent det… - [Memory capabilities](https://docs.flowx.ai/5.9/ai-platform/agent-builder/memory-capabilities.md): Persist conversation context across messages with automatic session memory retrieval and sum… - [AI node types](https://docs.flowx.ai/5.9/ai-platform/agent-builder/node-types.md): Understanding the different AI node types available in Agent Builder for building AI workflo… - [Agent Builder](https://docs.flowx.ai/5.9/ai-platform/agent-builder/overview.md): Create custom AI agents without code using the FlowX Agent Builder - a no-code/low-code plat… - [Speech to Text](https://docs.flowx.ai/5.9/ai-platform/agent-builder/speech-to-text.md): Transcribe audio to text within integration workflows. - [Agent Builder use cases](https://docs.flowx.ai/5.9/ai-platform/agent-builder/use-cases.md): Real-world examples of what you can build with FlowX.AI Agent Builder. - [Web Page Extractor](https://docs.flowx.ai/5.9/ai-platform/agent-builder/web-page-extractor.md): Collect readable content from web page URLs with configurable crawling depth, link following… - [AI in FlowX](https://docs.flowx.ai/5.9/ai-platform/ai-in-flowx.md): AI agents for every stage - config-time agents help you build apps faster, while business ag… - [AI Platform setup](https://docs.flowx.ai/5.9/ai-platform/ai-platform-setup.md): Infrastructure requirements, service configuration, and deployment guide for the FlowX.AI AI… - [AI providers and model configuration](https://docs.flowx.ai/5.9/ai-platform/ai-providers.md): Configure AI providers and assign default and fallback models per workspace type for text ge… - [Chat component](https://docs.flowx.ai/5.9/ai-platform/chat-component.md): Technical reference for the Chat component - runtime behavior, session management, workflows… - [Conversational workflows](https://docs.flowx.ai/5.9/ai-platform/conversational-workflows.md): Build multi-turn, AI-powered chat experiences with session memory, intent routing, and conte… - [Evaluations](https://docs.flowx.ai/5.9/ai-platform/evaluations.md): Score AI node outputs against test cases using LLM-as-judge, RAG-quality, and code evaluator… - [AI integrations](https://docs.flowx.ai/5.9/ai-platform/integrations.md): Connect AI agents to external data sources, APIs, and knowledge bases. - [AI comparison and reconciliation](https://docs.flowx.ai/5.9/ai-platform/patterns/ai-comparison-reconciliation.md): Compare AI-extracted document data against system-of-record values and generate structured e… - [Fan-out extraction](https://docs.flowx.ai/5.9/ai-platform/patterns/fan-out-extraction.md): Classify documents by type, then route each to a specialized extraction node with tailored p… - [Hybrid AI + business rules](https://docs.flowx.ai/5.9/ai-platform/patterns/hybrid-ai-rules.md): Combine AI extraction and understanding with deterministic business logic for auditable, exp… - [Intent classification and routing](https://docs.flowx.ai/5.9/ai-platform/patterns/intent-classification-routing.md): Classify user input into intent categories and route to specialized handlers. Use the dedica… - [Knowledge base RAG](https://docs.flowx.ai/5.9/ai-platform/patterns/knowledge-base-rag.md): Ground AI responses in your documents using retrieval-augmented generation with Qdrant vecto… - [AI patterns](https://docs.flowx.ai/5.9/ai-platform/patterns/overview.md): Reusable architectural patterns for building AI-powered apps on FlowX.AI. - [Session state management](https://docs.flowx.ai/5.9/ai-platform/patterns/session-state-management.md): Manage conversation history and session state across multi-turn interactions using FlowX Dat… - [AI Analyst](https://docs.flowx.ai/5.9/ai-platform/pre-built-agents/ai-analyst.md): Builds and optimizes BPMN processes using AI to generate, validate, and enhance workflows ba… - [AI Assistant](https://docs.flowx.ai/5.9/ai-platform/pre-built-agents/ai-assistant.md): Answers questions about the FlowX.AI platform as well as your organization's business domain… - [AI Designer](https://docs.flowx.ai/5.9/ai-platform/pre-built-agents/ai-designer.md): Convert natural language prompts, Figma designs, or sketches into complete UI layouts with v… - [AI Developer](https://docs.flowx.ai/5.9/ai-platform/pre-built-agents/ai-developer.md): Generate specific business rules or code expressions from natural language prompts, without… - [Config-time agents](https://docs.flowx.ai/5.9/ai-platform/pre-built-agents/overview.md): AI agents built into FlowX Designer that help you create processes, UIs, and business rules… - [Customer onboarding with KYC](https://docs.flowx.ai/5.9/ai-platform/tutorials/customer-onboarding.md): Build a multi-step customer onboarding process with identity verification, document generati… - [Document processing pipeline](https://docs.flowx.ai/5.9/ai-platform/tutorials/document-processing.md): Build an AI-powered document verification pipeline that classifies uploaded documents, extra… - [Mortgage advisor chatbot](https://docs.flowx.ai/5.9/ai-platform/tutorials/mortgage-advisor.md): Build a Chat Driven conversational AI mortgage advisor with built-in session memory, intent… - [Tutorials](https://docs.flowx.ai/5.9/ai-platform/tutorials/overview.md): Step-by-step guides for building real-world AI apps with FlowX.AI, based on production-grade… - [BPMN integration](https://docs.flowx.ai/5.9/ai-platform/using-agents/bpmn-integration.md): Trigger AI agents from BPMN workflow nodes for automated document processing, decisions, and… - [Chat interface](https://docs.flowx.ai/5.9/ai-platform/using-agents/chat-interface.md): Add conversational AI to your applications with the FlowX.AI Chat component. - [Using AI agents](https://docs.flowx.ai/5.9/ai-platform/using-agents/overview.md): Learn how to integrate and interact with AI agents in your FlowX.AI applications. - [Get build info by process instance](https://docs.flowx.ai/5.9/docs/api/start-process/build-info-by-process-instance.md): Retrieve the build associated with a running process instance, including the build settings… - [Get build info by UI flow session](https://docs.flowx.ai/5.9/docs/api/start-process/build-info-by-ui-flow-session.md): Retrieve the build associated with a running UI flow session, including the build settings u… - [Get Build Info](https://docs.flowx.ai/5.9/docs/api/start-process/get-build-info.md): Retrieve the active build for an app and workspace. Returns the buildId you need to start a… - [Start process by build id and process name](https://docs.flowx.ai/5.9/docs/api/start-process/rest2.md): Start a FlowX process from your own app or backend by specifying the appId, buildId, and pro… - [Start process by workspace, app, and process name](https://docs.flowx.ai/5.9/docs/api/start-process/start-by-process-name.md): Start a process using the workspace's active build — the simplest public REST entry point fo… - [Start process from UI with resource definition and inherit values](https://docs.flowx.ai/5.9/docs/api/start-process/start-process-rdi-inherit.md): Start a process by resource definition ID and inherit parameter values from a related proces… - [Start process and copy data from another instance](https://docs.flowx.ai/5.9/docs/api/start-process/start-with-copy-data.md): Start a new process whose initial data is copied from an existing process instance — useful… - [Node actions](https://docs.flowx.ai/5.9/docs/building-blocks/actions/actions.md): Actions define the activities that a node handles. Actions have various types and specify co… - [Append params to parent process](https://docs.flowx.ai/5.9/docs/building-blocks/actions/append-params-to-parent-process.md): It is a type of action that allows you to send data from a subprocess to a parent process. - [Business rules types](https://docs.flowx.ai/5.9/docs/building-blocks/actions/business-rule-action/business-rule-action.md): A business rule is an action type in FlowX.AI that allows you to configure a script on a BPM… - [Extracting additional data in business rules](https://docs.flowx.ai/5.9/docs/building-blocks/actions/business-rule-action/extracting-additional-data.md): Business rules in FlowX.AI allow you to extract and use key values dynamically. This is esse… - [Kafka send action](https://docs.flowx.ai/5.9/docs/building-blocks/actions/kafka-send-action.md): The FlowX.AI Designer offers various options to configure the Kafka Send Action through the… - [Send data to user interface](https://docs.flowx.ai/5.9/docs/building-blocks/actions/send-data-to-user-interface.md): Push real-time updates from the process to the client over a single long-lived HTTP connecti… - [Send notification action](https://docs.flowx.ai/5.9/docs/building-blocks/actions/send-notification-action.md): Send emails directly from process nodes using the Send Notification action. Supports both ne… - [Start integration workflow action](https://docs.flowx.ai/5.9/docs/building-blocks/actions/start-integration-workflow.md): The Start Integration Workflow action initiates a configured workflow to enable data process… - [Start new project instance](https://docs.flowx.ai/5.9/docs/building-blocks/actions/start-new-project-instance.md): Initiate a new main process from within an ongoing process to handle isolated use cases acro… - [Start subprocess action](https://docs.flowx.ai/5.9/docs/building-blocks/actions/start-subprocess-action.md): A Start subprocess action is an action that allows you to start a subprocess from another (p… - [Upload file action](https://docs.flowx.ai/5.9/docs/building-blocks/actions/upload-file-action.md): An Upload File action is an action type that allows you to upload a file to a service availa… - [Call activity node](https://docs.flowx.ai/5.9/docs/building-blocks/node/call-subprocess-tasks/call-activity-node.md): The Call Activity node is a custom node type in the main process that provides advanced opti… - [Start embedded subprocess](https://docs.flowx.ai/5.9/docs/building-blocks/node/call-subprocess-tasks/start-embedded-subprocess.md): The Start Embedded Subprocess node initiates subprocesses within a parent process, allowing… - [Error events](https://docs.flowx.ai/5.9/docs/building-blocks/node/error-events.md): Error Events expand the capabilities of process modeling and error handling within BPMN proc… - [Exclusive gateway](https://docs.flowx.ai/5.9/docs/building-blocks/node/exclusive-gateway-node.md): In the world of process flows, decisions play a crucial role, and that's where the Exclusive… - [Message catch boundary events](https://docs.flowx.ai/5.9/docs/building-blocks/node/message-events/message-catch-boundary-event.md): Trigger interrupting or non-interrupting boundary events on user tasks when an incoming mess… - [Message Start Event](https://docs.flowx.ai/5.9/docs/building-blocks/node/message-events/message-catch-start-event.md): Start a process instance when a specific message, incoming email, or incoming webhook is rec… - [Message Events](https://docs.flowx.ai/5.9/docs/building-blocks/node/message-events/message-events.md): Message events serve as a means to incorporate messaging capabilities into business process… - [Intermediate message events in business processes](https://docs.flowx.ai/5.9/docs/building-blocks/node/message-events/message-intermediate/example-intermediate-message-events.md): Orchestrate information exchange and synchronize stages within a process using Intermediate… - [Message catch intermediate event](https://docs.flowx.ai/5.9/docs/building-blocks/node/message-events/message-intermediate/message-catch-intermediate-event.md): A Message Catch Intermediate Event is a type of event in a process that waits for a specific… - [Message intermediate events overview](https://docs.flowx.ai/5.9/docs/building-blocks/node/message-events/message-intermediate/message-intermediate.md): Overview of BPMN message intermediate events for throwing and catching messages within proce… - [Message throw intermediate event](https://docs.flowx.ai/5.9/docs/building-blocks/node/message-events/message-intermediate/message-throw-intermediate-event.md): A Message Throw Intermediate Event is an event in a process where a message is sent to trigg… - [Send message/receive message tasks](https://docs.flowx.ai/5.9/docs/building-blocks/node/message-send-received-task-node.md): Send message task and Receive message task nodes are used to handle the interaction between… - [Process nodes (BPMN)](https://docs.flowx.ai/5.9/docs/building-blocks/node/node.md): A Business Process Model and Notation (BPMN) node is a visual representation of a point in y… - [Parallel gateway](https://docs.flowx.ai/5.9/docs/building-blocks/node/parallel-gateway.md): Run independent tasks concurrently in a process by opening and closing a parallel section wi… - [Start/end nodes](https://docs.flowx.ai/5.9/docs/building-blocks/node/start-end-node.md): Let's go through all the options for configuring start and end nodes for a process definitio… - [Service Task node](https://docs.flowx.ai/5.9/docs/building-blocks/node/task-node.md): A service task node refers to a task that utilizes various services, such as Web services, a… - [Timer boundary event](https://docs.flowx.ai/5.9/docs/building-blocks/node/timer-events/timer-boundary-event.md): Attach a BPMN event to a task or subprocess that activates when a duration, deadline, or spe… - [Timer events](https://docs.flowx.ai/5.9/docs/building-blocks/node/timer-events/timer-events.md): Trigger BPMN actions or events at predefined intervals, durations, or cycles to add time-bas… - [Timer expressions](https://docs.flowx.ai/5.9/docs/building-blocks/node/timer-events/timer-expressions.md): Configure timer expressions using Cron syntax for scheduling or ISO 8601 format for duration… - [Timer Intermediate Event (interrupting)](https://docs.flowx.ai/5.9/docs/building-blocks/node/timer-events/timer-intermediate-event.md): A Timer Intermediate Event (interrupting) is an event that is triggered based on a specified… - [Timer start event (interrupting)](https://docs.flowx.ai/5.9/docs/building-blocks/node/timer-events/timer-start-event.md): A Timer Start Event initiates a process instance based on a specified time or schedule. - [User task node](https://docs.flowx.ai/5.9/docs/building-blocks/node/user-task-node.md): This node represents an interaction with the user. It is used to display a piece of UI (defi… - [Data mappers](https://docs.flowx.ai/5.9/docs/building-blocks/process/data-mappers.md): Visually map data transfers between components while maintaining full backward compatibility. - [Process data model](https://docs.flowx.ai/5.9/docs/building-blocks/process/data-model.md): Manage key-value attributes inside process definitions, supporting strings, numbers, boolean… - [Process design principles](https://docs.flowx.ai/5.9/docs/building-blocks/process/design-principles.md): Foundational principles for designing FlowX processes. Covers modal usage, subprocess lifecy… - [Navigation areas](https://docs.flowx.ai/5.9/docs/building-blocks/process/navigation-areas.md): Navigation areas play a pivotal role in user interface design. They enhance the user experie… - [Navigation best practices](https://docs.flowx.ai/5.9/docs/building-blocks/process/navigation-best-practices.md): Guidelines for choosing the right navigation patterns, understanding valid combinations, and… - [Passing data between nodes](https://docs.flowx.ai/5.9/docs/building-blocks/process/passing-data-between-nodes.md): How outputs from subprocesses, workflows, AI agents, and business rules land in process vari… - [Permission-based expressions](https://docs.flowx.ai/5.9/docs/building-blocks/process/permission-based-expressions.md): Control UI element visibility and interaction based on user roles, usernames, and process da… - [Process Designer](https://docs.flowx.ai/5.9/docs/building-blocks/process/process.md): The Process Designer workspace is tailored for creating and editing business processes, feat… - [Process definition](https://docs.flowx.ai/5.9/docs/building-blocks/process/process-definition.md): The core of the platform is the process definition, which is the blueprint of the business p… - [Subprocess management](https://docs.flowx.ai/5.9/docs/building-blocks/process/subprocess.md): Learn how to configure, start, and execute subprocesses efficiently within your process flow. - [Project data model](https://docs.flowx.ai/5.9/docs/building-blocks/project-data-model.md): Define reusable data types at the project level to ensure consistency across processes - [Custom Components](https://docs.flowx.ai/5.9/docs/building-blocks/reusable-resources/custom-components.md): Create custom React components that integrate with FlowX process data and actions, extending… - [Reusable Functions](https://docs.flowx.ai/5.9/docs/building-blocks/reusable-resources/reusable-functions.md): Create and manage business logic components that can be reused across multiple processes in… - [Reusable UI Templates](https://docs.flowx.ai/5.9/docs/building-blocks/reusable-resources/reusable-ui.md): Create and manage modular UI components that can be used across multiple User Tasks and proc… - [Supported scripts](https://docs.flowx.ai/5.9/docs/building-blocks/supported-scripts.md): Scripts are used to execute actions and configure properties inside nodes. The following scr… - [Token](https://docs.flowx.ai/5.9/docs/building-blocks/token.md): Token represents the current position in the process flow. When you start a process, you hav… - [UI Designer best practices](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/best-practices.md): Best practices for creating effective user interfaces using FlowX.AI UI Designer, based on e… - [Conditional styling](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/conditional-styling.md): Dynamically update styling and properties of UI elements based on conditions, reducing the n… - [Dynamic & computed values](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/dynamic-and-computed-values.md): Build dynamic, interactive UIs with dynamic and computed values that deliver personalized an… - [Event Handlers](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/event-handlers.md): Configure how UI components respond to user interaction and lifecycle events — run node acti… - [Layout configuration](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/layout-configuration.md): Layout settings are available for all components that can group other types of elements (for… - [Localization and internationalization](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/localization-and-i18n.md): FlowX.AI localization and internationalization adapt applications to different languages, re… - [Platform-specific considerations](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/platform-considerations.md): Platform-specific configuration, limitations, and best practices for Web, iOS, and Android p… - [Screen configuration guide](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/screen-configuration-guide.md): Learn how to configure screens effectively using FlowX.AI UI Designer with platform-specific… - [Buttons](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/buttons.md): Interactive button components for triggering actions and file uploads with comprehensive sty… - [Chat](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/chat.md): Enable interactive AI agent conversations with end-users through a conversational interface… - [Collection](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/collection/collection.md): The Collection component functions as a versatile container element, allowing you to iterate… - [Collection Prototype](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/collection/collection-prototype.md): Create dynamic, data-driven interfaces with different layouts based on item properties using… - [File preview](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/file-preview.md): Preview file contents inside a UI flow without fully opening the file, using the File Previe… - [Checkbox](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/form-elements/checkbox-form-field.md): A checkbox form field is an interactive element in a web form that provides users with multi… - [Datepicker](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/form-elements/datepicker-form-field.md): The datepicker (Calendar Picker) is a lightweight component that allows end users to enter o… - [Input field](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/form-elements/input-form-field.md): Enable users to input and validate various types of data with flexible configuration options… - [Multi select](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/form-elements/multi-select.md): The Multi Select form field is an element that allows users to choose multiple options from… - [Radio](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/form-elements/radio-form-field.md): Radio buttons are normally presented in radio groups (a collection of radio buttons describi… - [Segmented button](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/form-elements/segmented-button.md): It allows you to pick only one option from a group of options, and you can choose to have be… - [Single Select](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/form-elements/select-form-field.md): Enable users to choose from a dropdown list of predefined options with advanced features inc… - [Slider](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/form-elements/slider.md): It allows you to pick only one option from a group of options, and you can choose to have be… - [Switch](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/form-elements/switch-form-field.md): Enable users to toggle between two states with an intuitive switch interface that stores boo… - [Text area](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/form-elements/text-area.md): Capture multi-line input from users for longer responses such as descriptions, comments, or… - [Image](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/image.md): Image UI elements are graphical components of a user interface that display a static or dyna… - [Indicators](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/indicators.md): The indicators (Message UI elements) allow you to display different types of messages. - [Markdown](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/markdown.md): A UI component that renders Markdown-formatted content on a screen. - [Multiple file upload](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/multiple-file-upload.md): A drag-and-drop upload component that lets users select and upload multiple files in a singl… - [Progress bar](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/progress-bar.md): A UI component for visualizing progress or completion state on a screen. - [Card](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/root-components/card.md): A card in FlowX.AI is a graphical component designed for the purpose of grouping and alignin… - [Container](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/root-components/container.md): A container in FlowX.AI is a versatile building block that empowers you to group components… - [Custom component](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/root-components/custom.md): Custom components are developed in the web application and referenced here by component iden… - [Root Components in UI Design](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/root-components/root-components.md): Root components serve as the foundation for structuring user interfaces, providing the frame… - [Separator](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/separator.md): A visual divider component used to group and separate UI content in screens. - [Table](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/table.md): The Table component is a versatile UI element allowing structured data display with customiz… - [Tooltip](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/tooltip.md): A UI component that displays additional context on hover or focus, with configurable icon an… - [Typography](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-component-types/typography.md): Typography is an important aspect of design that greatly influences how users perceive and i… - [UI Designer](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/ui-designer.md): The FlowX.AI UI Designer is a comprehensive, multi-platform interface creation tool that ena… - [Validators](https://docs.flowx.ai/5.9/docs/building-blocks/ui-designer/validators.md): Apply pre-defined validation rules to form inputs such as text, number, email, and date fiel… - [UI Flows](https://docs.flowx.ai/5.9/docs/building-blocks/ui-flows.md): Build reusable, multi-platform user interfaces that work across web, iOS, and Android withou… - [Fonts](https://docs.flowx.ai/5.9/docs/flowx-designer/design-assets/font-files.md): Fonts management allows you to upload and manage multiple font files, which can be later uti… - [Global Media Library](https://docs.flowx.ai/5.9/docs/flowx-designer/design-assets/global-media-library.md): System assets serve as a centralized hub for managing and organizing various types of media… - [Themes](https://docs.flowx.ai/5.9/docs/flowx-designer/design-assets/themes.md): Theme management enables you to change the appearance and styling of your app. Personalize t… - [Adding a new node](https://docs.flowx.ai/5.9/docs/flowx-designer/managing-a-project-flow/adding-a-new-node.md): Learn how to add and configure different node types to build process flows in FlowX.AI Desig… - [Adding an action to a node](https://docs.flowx.ai/5.9/docs/flowx-designer/managing-a-project-flow/adding-an-action-to-a-node.md): Learn how to enhance your process flows by adding actions to nodes for business rules, data… - [Adding parallel flow branches](https://docs.flowx.ai/5.9/docs/flowx-designer/managing-a-project-flow/adding-more-flow-branches.md): Learn how to create concurrent process flows using parallel gateways to execute multiple act… - [Creating and managing process definitions](https://docs.flowx.ai/5.9/docs/flowx-designer/managing-a-project-flow/creating-a-new-process-definition.md): Learn how to create new process definitions and manage them using operations like export, du… - [Creating a new project](https://docs.flowx.ai/5.9/docs/flowx-designer/managing-a-project-flow/creating-a-project.md): Learn how to create and configure a new project in FlowX.AI Designer - [Creating a User interface](https://docs.flowx.ai/5.9/docs/flowx-designer/managing-a-project-flow/creating-a-user-interface.md): Learn how to design and configure engaging user interfaces for your process flows using Flow… - [Exporting and importing projects](https://docs.flowx.ai/5.9/docs/flowx-designer/managing-a-project-flow/export-import-a-process-definition.md): Learn how to transfer projects between environments using the export and import functionalit… - [Handling decisions in the flow](https://docs.flowx.ai/5.9/docs/flowx-designer/managing-a-project-flow/handling-decisions-in-the-flow.md): Learn how to implement conditional branching in your processes using exclusive gateways to c… - [Moving a token backwards in a process](https://docs.flowx.ai/5.9/docs/flowx-designer/managing-a-project-flow/moving-a-token-backwards-in-a-process.md): Learn how to implement "Back" functionality in your processes to allow users to return to pr… - [Initiating/starting processes](https://docs.flowx.ai/5.9/docs/flowx-designer/managing-a-project-flow/starting-a-process.md): Learn the different methods for starting process instances in FlowX.AI, including user inter… - [FlowX.AI Designer](https://docs.flowx.ai/5.9/docs/flowx-designer/overview.md): The FlowX.AI Designer is a collaborative, no-code, web-based application development environ… - [Tutorial: Build a credit card application](https://docs.flowx.ai/5.9/docs/getting-started/building-your-first-proc.md): Learn FlowX.AI by building a complete credit card request flow with forms, integrations, and… - [FlowX.AI documentation](https://docs.flowx.ai/5.9/docs/introduction.md): Build enterprise applications and deploy AI agents for banking, insurance, and logistics - [Accessibility](https://docs.flowx.ai/5.9/docs/platform-deep-dive/accessibility.md): WCAG 2.1 Level AA accessibility support in FlowX.AI, including screen reader compatibility,… - [FlowX.AI Advancing Controller](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-components/advancing-controller.md): The Advancing Controller is a support service for the FlowX.AI Engine that enhances the effi… - [FlowX.AI Events Gateway](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-components/events-gateway.md): The FlowX Events Gateway is a service that centralizes the communication with Server-Sent Ev… - [FlowX.AI Engine](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-components/flowx-engine.md): Core service that runs process definitions, generates UI, and communicates with the frontend… - [FlowX.AI Audit](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/audit.md): The Audit service provides a centralized location for all audit events. The following detail… - [Configuration parameters](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/configuration-parameters.md): Manage variables and values that change across deployment environments (Development, QA, Pro… - [FlowX.AI CMS](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/content-management/content-management.md): The FlowX.AI Headless Content Management System (CMS) is a core component of the FlowX.AI pl… - [Combining files](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/content-management/documents-plugin/combining-files.md): You can combine multiple files into a single document using the Documents plugin. - [Converting files](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/content-management/documents-plugin/converting-documents-to-different-formats.md): Convert documents between formats using the Documents Plugin. Supports PDF to JPEG conversio… - [Deleting files](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/content-management/documents-plugin/deleting-a-file.md): The Documents plugin provides functionality for deleting files. - [Document Templates](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/content-management/documents-plugin/documents-plugin-overview.md): You can add Document Templates to your custom FlowX.AI deployment to enhance the core platfo… - [Encrypting and decrypting files](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/content-management/documents-plugin/encrypting-decrypting-files.md): Learn how to encrypt and decrypt files using the Documents plugin via Kafka messaging. - [Generating documents](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/content-management/documents-plugin/generating-from-html-templates.md): Generate new documents from custom templates that can be pre-filled with data from the curre… - [Getting URLs](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/content-management/documents-plugin/getting-urls-to-documents.md): In certain scenarios, obtaining URLs pointing to uploaded documents for use in integrations… - [Listing stored files](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/content-management/documents-plugin/listing-stored-files.md): View files stored in S3-compatible buckets (such as MinIO or Amazon S3) using the Documents… - [Managing templates](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/content-management/documents-plugin/managing-html-templates.md): The Documents plugin provides the flexibility to define and manage HTML templates for docume… - [Splitting documents](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/content-management/documents-plugin/splitting-a-document.md): You can split a document into multiple parts using the Documents plugin. - [Creating and uploading a new document](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/content-management/documents-plugin/uploading-a-new-document.md): A comprehensive guide to integrating document creation from templates, managing uploads, and… - [Enumerations](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/content-management/enumerations.md): Enumerations allow you to manage a collection of predefined values that can be used within U… - [Media library](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/content-management/media-library.md): Centralized hub for managing PDFs, images, GIFs, and other media files uploaded to processes. - [Forwarding notifications](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/content-management/notifications-plugin/forwarding-notifications-to-an-external-system.md): If the Notification service is not directly connected to an SMTP / SMS server and you want t… - [Managing notification templates](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/content-management/notifications-plugin/managing-notification-templates.md): You can create and manage notification templates using FlowX.AI Designer by accessing the de… - [Notification Templates](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/content-management/notifications-plugin/notifications-plugin-overview.md): You can add Notification Templates to your custom FlowX.AI deployment. The plugin will **enh… - [Generate OTP](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/content-management/notifications-plugin/otp-flow/generate-otp.md): There are some cases when you will need to generate an OTP (One Time Password) from a busine… - [Handling OTP](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/content-management/notifications-plugin/otp-flow/otp-flow.md): The notifications plugin can also be used for handling the one time password (OTP) generatio… - [Validate OTP](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/content-management/notifications-plugin/otp-flow/validate-otp.md): Validate one-time passwords (OTP) sent via SMS or email using the Notifications Plugin Kafka… - [Sending a notification](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/content-management/notifications-plugin/sending-a-notification.md): Learn how to configure and implement notification functionality in your business processes u… - [Sending an email](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/content-management/notifications-plugin/sending-an-email-with-attachments.md): To use the notification plugin for sending emails with attachments, you must define the same… - [Substitution tags](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/content-management/substitution-tags.md): Substitution tags are used to generate dynamic content across the platform. As **enumeration… - [FlowX.AI Scheduler](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/scheduler.md): The Scheduler is part of the core extensions of the FlowX.AI platform. You can add it to you… - [FlowX.AI Data Search](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/search-data-service.md): Search for specific data across process instances using Elasticsearch-powered indexing for f… - [Task Management localization](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/task-management/task-management-localization.md): Comprehensive localization support for Task Management, enabling multi-language experiences… - [Task management](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/task-management/task-management-overview.md): Task Management tracks work items generated by running processes, giving teams visibility in… - [Using allocation rules](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/task-management/using-allocation-rules.md): Allocation rules automatically assign tasks to users as tokens enter a swimlane, distributin… - [Using out of office records](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/task-management/using-out-of-office-records.md): The Out-of-office feature allows you to register users availability to perform a task. It ca… - [Using stages](https://docs.flowx.ai/5.9/docs/platform-deep-dive/core-extensions/task-management/using-stages.md): You can define specific stages during the execution of a process. Stages are configured on e… - [Building a connector](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/building-a-connector.md): Build custom connectors to integrate external systems with FlowX.AI as independently deploya… - [Consuming FlowX from external apps](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/consuming-flowx-from-external-apps.md): Choose the right integration pattern when calling FlowX from your own code — embed the UI wi… - [Creating a Kafka consumer](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/creating-a-kafka-consumer.md): This guide focuses on creating a **Kafka** consumer using Spring Boot. - [Creating a Kafka producer](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/creating-a-kafka-producer.md): This guide focuses on creating a **Kafka** producer using Spring Boot. - [Custom Agent node](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/custom-agent-node.md): Create AI agents with advanced capabilities using MCP tools to execute complex tasks in Inte… - [Email Sender](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/email-sender.md): Configure SMTP email connections as data sources to send emails directly from your FlowX.AI… - [Email Trigger](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/email-trigger.md): Configure email-based process triggers to automatically start process instances when emails… - [File Storage](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/file-storage.md): Connect to external file storage (FTP, SFTP, S3, or Azure Blob) as a data source and move fi… - [Finding identifiers and parameters](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/finding-identifiers-and-parameters.md): A comprehensive reference guide for locating identifiers, UUIDs, and parameters required for… - [FlowX Database](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/flowx-database.md): Store and access structured data between processes and applications - [Incoming Webhooks](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/incoming-webhooks.md): Trigger FlowX processes when an external system sends an HTTP POST. Secure with API keys, ev… - [Integration Designer](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/integration-designer.md): Connect FlowX to external systems via REST APIs using a drag-and-drop interface for data mod… - [Overview](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/integrations-overview.md): Integrations connect legacy systems, third-party applications, and external data sources to… - [Knowledge Base integration](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/knowledge-base-integration/knowledge-base-overview.md): Learn how to create and manage FlowX Knowledge Bases to provide AI agents with contextual in… - [Managing stores](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/knowledge-base-integration/managing-content.md): Learn how to upload documents, manage stores, and work with chunks in FlowX Knowledge Bases. - [Testing a knowledge base](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/knowledge-base-integration/testing-knowledge-base.md): Test create, append, replace, delete, edit-metadata, and query operations against a knowledg… - [Using Knowledge Base in workflows](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/knowledge-base-integration/using-knowledge-base-in-workflows.md): Learn how to query Knowledge Bases using Custom Agent and Context Retrieval nodes in workflo… - [MCP Data Sources](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/mcp-integration/adding-mcp-data-source.md): Learn how to add, configure, and manage MCP servers as data sources in Integration Designer. - [MCP integration](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/mcp-integration/mcp-integration-overview.md): Learn how to integrate Model Context Protocol (MCP) servers with FlowX.AI to enable AI agent… - [Microsoft Outlook](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/microsoft-outlook-data-source.md): Connect to Microsoft Outlook via MS Graph API to read and send emails directly from your Flo… - [Mock integrations](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/mock-integrations.md): If you need to test the business process flow but haven't completed all integrations, you ca… - [Observability with OpenTelemetry](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/open-telemetry.md): Monitor and analyze FlowX.AI platform performance using OpenTelemetry for distributed tracin… - [Oracle Database](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/oracle-database.md): Connect to Oracle databases as a data source in FlowX workflows and run SQL queries against… - [Proxy connections](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/proxy-connections.md): Create and manage reusable proxy connections to route data source traffic through HTTP or HT… - [Unmanaged MongoDB](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/unmanaged-mongodb.md): Connect to externally managed MongoDB instances as a data source in FlowX workflows. - [Workflow data model](https://docs.flowx.ai/5.9/docs/platform-deep-dive/integrations/workflow-data-models.md): Define structured data models at the workflow level with input and output parameters, enabli… - [FlowX custom plugins](https://docs.flowx.ai/5.9/docs/platform-deep-dive/plugins/custom-plugins.md): Adding new capabilities to the core platform can be done by using plugins. FlowX plugins rep… - [OCR plugin](https://docs.flowx.ai/5.9/docs/platform-deep-dive/plugins/custom-plugins/ocr-plugin.md): The OCR (Optical Character Recognition) plugin is a tool that enables you to read barcodes a… - [Authorization & access roles](https://docs.flowx.ai/5.9/docs/platform-deep-dive/plugins/custom-plugins/reporting/access-and-authorization.md): Configure authorization and access roles for the Reporting plugin using Keycloak integration… - [Reporting plugin](https://docs.flowx.ai/5.9/docs/platform-deep-dive/plugins/custom-plugins/reporting/reporting-overview.md): Build custom and technical reports from BPMN process data and process instance data, integra… - [WYSIWYG editor](https://docs.flowx.ai/5.9/docs/platform-deep-dive/plugins/wysiwyg.md): Create and edit notification and document templates in FlowX Designer with the WYSIWYG (What… - [Third-party components](https://docs.flowx.ai/5.9/docs/platform-deep-dive/third-party-components.md): FlowX.AI uses a number of third-party software components - [Anonymous runtime access](https://docs.flowx.ai/5.9/docs/platform-deep-dive/user-roles-management/anonymous-runtime-access.md): Run processes and UI flows for unauthenticated users using the built-in Anonymous role and t… - [Business filters](https://docs.flowx.ai/5.9/docs/platform-deep-dive/user-roles-management/business-filters.md): An optional attribute, from the authorization token, that can be set to restrict access to p… - [Swimlanes](https://docs.flowx.ai/5.9/docs/platform-deep-dive/user-roles-management/swimlanes.md): Swimlanes provide a way of grouping process nodes by process participants. - [Data architecture](https://docs.flowx.ai/5.9/docs/platform-overview/data-architecture.md): Which data stores FlowX.AI uses, what each stores, and how they fit together. - [FlowX.AI architecture](https://docs.flowx.ai/5.9/docs/platform-overview/flowx-architecture.md): FlowX.AI is built on a layered microservices architecture with event-driven communication. T… - [Intro to BPMN](https://docs.flowx.ai/5.9/docs/platform-overview/frameworks-and-standards/business-process-industry-standards/intro-to-bpmn.md): A process represents your business use case, such as requesting a credit card, placing a foo… - [Intro to Elasticsearch](https://docs.flowx.ai/5.9/docs/platform-overview/frameworks-and-standards/event-driven-architecture-frameworks/intro-to-elasticsearch.md): Integrate Elasticsearch into event-driven architectures and workflows to efficiently index a… - [Intro to Kafka concepts](https://docs.flowx.ai/5.9/docs/platform-overview/frameworks-and-standards/event-driven-architecture-frameworks/intro-to-kafka-concepts.md): Apache Kafka is an open-source distributed event streaming platform that can handle a high v… - [Intro to Kubernetes](https://docs.flowx.ai/5.9/docs/platform-overview/frameworks-and-standards/event-driven-architecture-frameworks/intro-to-kubernetes.md): Kubernetes is an open-source container orchestration platform that automates many of the man… - [Intro to NGINX](https://docs.flowx.ai/5.9/docs/platform-overview/frameworks-and-standards/event-driven-architecture-frameworks/intro-to-nginx.md): NGINX is a free, open-source, high-performance web server with a rich feature set, simple co… - [Intro to Redis](https://docs.flowx.ai/5.9/docs/platform-overview/frameworks-and-standards/event-driven-architecture-frameworks/intro-to-redis.md): Open-source, in-memory key-value data store used as a cache for fast access to frequently us… - [Projects](https://docs.flowx.ai/5.9/docs/projects/managing-applications/application.md): Projects group all resources and dependencies needed to implement an use case. - [Dependencies](https://docs.flowx.ai/5.9/docs/projects/managing-applications/dependencies.md): Manage dependencies between projects and libraries to enable resource sharing, modular devel… - [Libraries](https://docs.flowx.ai/5.9/docs/projects/managing-applications/libraries.md): Libraries are specialized projects that serve as reusable containers for resources that can… - [Versioning](https://docs.flowx.ai/5.9/docs/projects/managing-applications/versioning.md): Easily track and manage your project's evolution with comprehensive versioning features. - [Reference types in resources usage](https://docs.flowx.ai/5.9/docs/projects/reference-types.md): Understanding how Reference Type values are determined in the Resource Usage Overview and wh… - [Resources](https://docs.flowx.ai/5.9/docs/projects/resources.md): Overview of Global and project resources, including their usage, dependencies, promotion, an… - [Active policy](https://docs.flowx.ai/5.9/docs/projects/runtime/active-policy.md): The Active policy defines the strategy for selecting which build version of a project is act… - [Failed process start (exceptions)](https://docs.flowx.ai/5.9/docs/projects/runtime/active-process/failed-process-start.md): View and debug exceptions that occur when process instances fail to start, including detaile… - [Process instance](https://docs.flowx.ai/5.9/docs/projects/runtime/active-process/process-instance.md): A process instance is a specific execution of a business process that is defined on the Flow… - [Update process variables](https://docs.flowx.ai/5.9/docs/projects/runtime/active-process/update-process-variables.md): Modify process variables on active process instances to resolve production issues without re… - [Builds](https://docs.flowx.ai/5.9/docs/projects/runtime/builds.md): The Build feature allows for the creation of deployable packages of a project, encapsulating… - [Configuration parameters overrides](https://docs.flowx.ai/5.9/docs/projects/runtime/configuration-parameters-overrides.md): The Configuration parameters overrides feature allows you to set environment-specific values… - [Manage Triggers](https://docs.flowx.ai/5.9/docs/projects/runtime/manage-triggers.md): Monitor and control event-based triggers that automatically start process instances. Manage… - [Scheduled processes](https://docs.flowx.ai/5.9/docs/projects/runtime/scheduled-processes.md): Automate process instance creation on specific dates, times, or intervals using Start Timer… - [UI Flow Sessions](https://docs.flowx.ai/5.9/docs/projects/runtime/ui-flow-sessions.md): Monitor and manage active UI Flow sessions, track session activity, and view audit logs. UI… - [Workspaces](https://docs.flowx.ai/5.9/docs/projects/workspaces.md): Workspaces enable organizations to manage multiple business contexts within one FlowX instan… - [Container app authentication](https://docs.flowx.ai/5.9/docs/saas/container-app-authentication.md): Configure authentication flows, landing pages, and session management for container applicat… - [Container app branding](https://docs.flowx.ai/5.9/docs/saas/container-app-branding.md): Customize the visual appearance of the SaaS container app with organization-level branding s… - [Inviting Users](https://docs.flowx.ai/5.9/docs/saas/inviting-users.md): Learn how Organization Admins can invite designer users to their organization via email with… - [Organization settings](https://docs.flowx.ai/5.9/docs/saas/organization-settings.md): Configure AI providers, manage access, design assets, and platform settings for your FlowX o… - [FlowX SaaS Overview](https://docs.flowx.ai/5.9/docs/saas/saas-overview.md): Learn about FlowX.AI SaaS deployment model and multi-tenant architecture. - [Android SDK](https://docs.flowx.ai/5.9/migrating-from-5.1-lts/android.md): Migrate the FlowX Android renderer SDK from 5.1.x LTS to 5.9.x. - [Angular SDK](https://docs.flowx.ai/5.9/migrating-from-5.1-lts/angular.md): Migrate the FlowX Angular renderer SDK from 5.1.x LTS to 5.9.x. - [API & integration breaking changes](https://docs.flowx.ai/5.9/migrating-from-5.1-lts/api-breaking-changes.md): REST endpoint renames, removals, mandatory headers, and token-format changes that custom API… - [Authentication & IAM migration](https://docs.flowx.ai/5.9/migrating-from-5.1-lts/authentication-iam.md): Keycloak two-realm architecture, service-account renames, opaque-token removal, and the new… - [Engine partitioning configuration](https://docs.flowx.ai/5.9/migrating-from-5.1-lts/engine-partitioning.md): The process-instance partitioning and archiving configuration consolidated under flowx.data.… - [Ingress routing and CORS](https://docs.flowx.ai/5.9/migrating-from-5.1-lts/ingress-routing.md): NGINX ingress controller no longer assumed, CORS handling moved to the application layer, an… - [iOS SDK](https://docs.flowx.ai/5.9/migrating-from-5.1-lts/ios.md): Migrate the FlowX iOS renderer SDK from 5.1.x LTS to 5.9.x. - [Kafka migration](https://docs.flowx.ai/5.9/migrating-from-5.1-lts/kafka.md): One mandatory new header, new Kafka topics that did not exist in 5.1.x, a topic-ownership mo… - [License and organization configuration](https://docs.flowx.ai/5.9/migrating-from-5.1-lts/organization-deployment.md): ORGANIZATION_ID Liquibase parameter on the 9 services that backfill org_id columns, the lice… - [Migrating from 5.1 LTS](https://docs.flowx.ai/5.9/migrating-from-5.1-lts/overview.md): Plan and execute a direct upgrade from FlowX.AI 5.1.x LTS to 5.9.x LTS. - [Prerequisites & upgrade path](https://docs.flowx.ai/5.9/migrating-from-5.1-lts/prerequisites.md): Audience, supported source versions, and the inventory you should gather before starting the… - [React SDK](https://docs.flowx.ai/5.9/migrating-from-5.1-lts/react.md): Migrate the FlowX React renderer SDK from 5.1.x LTS to 5.9.x. - [Runtime authorization migration](https://docs.flowx.ai/5.9/migrating-from-5.1-lts/runtime-authorization.md): How runtime roles, end-user groups, and solution sharing change between FlowX.AI 5.1.x and 5… - [EU AI Act](https://docs.flowx.ai/5.9/observatory/compliance/eu-ai-act.md): 18 EU AI Act requirements mapped to Observatory controls, with scope by risk tier. - [Gap analysis & heatmap](https://docs.flowx.ai/5.9/observatory/compliance/gap-analysis-heatmap.md): Cross-framework view that prioritises remediation by the impact of closing each gap. - [ISO 42001](https://docs.flowx.ai/5.9/observatory/compliance/iso-42001.md): 12 ISO/IEC 42001:2023 requirements mapped to Observatory controls for AI management systems. - [NIST AI RMF](https://docs.flowx.ai/5.9/observatory/compliance/nist-ai-rmf.md): 16 NIST AI Risk Management Framework requirements mapped to Observatory controls across Gove… - [Compliance](https://docs.flowx.ai/5.9/observatory/compliance/overview.md): EU AI Act, NIST AI RMF, and ISO 42001 mapped to your runtime — controls evaluated continuous… - [Getting started](https://docs.flowx.ai/5.9/observatory/getting-started.md): Connect your first project, instrument an agent, and see traces in Observatory in under 15 m… - [AI Registry](https://docs.flowx.ai/5.9/observatory/governance/ai-registry.md): Catalogue every model, deployment, and owner across your portfolio — the inventory layer for… - [Assessments](https://docs.flowx.ai/5.9/observatory/governance/assessments.md): Dynamic, weighted-scoring questionnaires for repeatable governance reviews. - [Evidence](https://docs.flowx.ai/5.9/observatory/governance/evidence.md): Collect, review, and approve evidence for governance controls — automated and manual, with g… - [Governance](https://docs.flowx.ai/5.9/observatory/governance/overview.md): Policy engine, risk scoring, evidence collection, and assessments — the controls layer for p… - [Policies](https://docs.flowx.ai/5.9/observatory/governance/policies.md): Define, assign, and evaluate governance rules. Bundle rules into packs. Track compliance acr… - [Risk Dashboard](https://docs.flowx.ai/5.9/observatory/governance/risk-dashboard.md): Six-dimensional risk scoring per app, rolled up to the org for leadership visibility. - [Alerts](https://docs.flowx.ai/5.9/observatory/observability/alerts.md): Threshold-based alerting with cooldowns and SLA tracking across eight LLM metrics. - [Analytics](https://docs.flowx.ai/5.9/observatory/observability/analytics.md): Cost, latency, error rate, and model performance trends across all your projects. - [Drift Monitor](https://docs.flowx.ai/5.9/observatory/observability/drift-monitor.md): Distribution-level monitoring across five metrics, with composite scoring and timeline chart… - [LLM Calls](https://docs.flowx.ai/5.9/observatory/observability/llm-calls.md): A searchable, filterable table of every LLM invocation from every project, with full input a… - [Observability](https://docs.flowx.ai/5.9/observatory/observability/overview.md): Real-time tracing, analytics, drift detection, and threshold alerts for every LLM call, chai… - [Threads](https://docs.flowx.ai/5.9/observatory/observability/threads.md): Multi-turn conversations grouped from chat events, with per-message latency, cost, and feedb… - [Traces](https://docs.flowx.ai/5.9/observatory/observability/traces.md): The chain-of-calls view for a single run — every chain, tool call, and event with timings an… - [Observatory](https://docs.flowx.ai/5.9/observatory/overview.md): Observe, govern, and prove the value of every AI agent running on FlowX from one platform. - [Compliance ROI](https://docs.flowx.ai/5.9/observatory/roi/compliance-roi.md): Quantify audit-labour savings and risk reduction from automated governance and evidence coll… - [Financial ROI](https://docs.flowx.ai/5.9/observatory/roi/financial-roi.md): Per-agent and per-project payback period, annual ROI %, and 5-year Net Present Value. - [ROI & value](https://docs.flowx.ai/5.9/observatory/roi/overview.md): Risk-adjusted financial ROI, Value Outcome Units, and Monte Carlo sensitivity — board-grade… - [Sensitivity analysis](https://docs.flowx.ai/5.9/observatory/roi/sensitivity-analysis.md): Monte Carlo simulations across ROI inputs to show confidence ranges instead of single-point… - [Value Outcome Units](https://docs.flowx.ai/5.9/observatory/roi/value-outcome-units.md): Group agents by business outcome so technical metrics translate to board-level revenue and c… - [Decorators](https://docs.flowx.ai/5.9/observatory/sdk/decorators.md): Reference for the @agent, @chain, and @tool decorators that auto-instrument your code. - [Event reporting](https://docs.flowx.ai/5.9/observatory/sdk/event-reporting.md): The event protocol, custom events, and how `saved` and `chat` shape downstream views. - [SDK overview](https://docs.flowx.ai/5.9/observatory/sdk/overview.md): Install the Observatory Python SDK, configure the API key, and learn where instrumentation b… - [Environment variables](https://docs.flowx.ai/5.9/observatory/setup/environment-variables.md): Reference for the environment variables each Observatory service reads. - [Self-hosted setup](https://docs.flowx.ai/5.9/observatory/setup/self-hosted.md): Stand up Observatory locally with Docker Compose for development, evaluation, or on-premise… - [Android SDK](https://docs.flowx.ai/5.9/sdks/android-renderer.md): Install and configure the FlowX.AI Android SDK to render process-driven UI in native Android… - [Angular SDK](https://docs.flowx.ai/5.9/sdks/angular-renderer.md): The Angular renderer SDK renders UI configured in the FlowX Designer as a standalone Angular… - [iOS SDK](https://docs.flowx.ai/5.9/sdks/ios-renderer.md): Install and configure the FlowX.AI iOS SDK to render process-driven UI in native iOS apps. R… - [React Native SDK](https://docs.flowx.ai/5.9/sdks/react-native-renderer.md): The React Native renderer SDK renders processes configured in the FlowX Designer inside a Re… - [React SDK](https://docs.flowx.ai/5.9/sdks/react-renderer.md): The React renderer SDK renders UI configured in the FlowX Designer as a standalone React com… - [SDKs overview](https://docs.flowx.ai/5.9/sdks/sdks-overview.md): FlowX.AI web and native mobile SDKs auto-generate UIs from business process definitions for… - [IAM solution](https://docs.flowx.ai/5.9/setup-guides/access-management/access-management-overview.md): Identity and access management (IAM) framework of processes, policies, and technologies for… - [Configuring an IAM solution (Keycloak)](https://docs.flowx.ai/5.9/setup-guides/access-management/configuring-an-iam-solution.md): This guide provides step-by-step instructions for configuring a minimal Keycloak setup to ma… - [Configuring an IAM solution (EntraID)](https://docs.flowx.ai/5.9/setup-guides/access-management/configuring-an-iam-solution-entra.md): This guide provides step-by-step instructions for configuring a minimal EntraId setup to man… - [End-user access management](https://docs.flowx.ai/5.9/setup-guides/access-management/end-user-access-management.md): Manage end-user roles, groups, and attributes for controlling access to published solutions… - [Permission reference guide](https://docs.flowx.ai/5.9/setup-guides/access-management/permission-reference-guide.md): Technical reference for FlowX Designer permissions, naming conventions, and UI mappings - [Role selection & management guide](https://docs.flowx.ai/5.9/setup-guides/access-management/role-selection-guide.md): Practical guidance for selecting and assigning the right roles in FlowX Designer - [Complete roles & permissions matrix](https://docs.flowx.ai/5.9/setup-guides/access-management/roles-permissions-matrix.md): Detailed permission matrices for all FlowX roles across organization, workspace, and project… - [Runtime authorization](https://docs.flowx.ai/5.9/setup-guides/access-management/runtime-authorization.md): Project-scoped roles, end-user groups, and solution sharing for controlling who can access a… - [Workspaces access rights](https://docs.flowx.ai/5.9/setup-guides/access-management/workspaces-access-rights.md): Overview of FlowX workspaces access rights and role-based access control - [FlowX Admin setup](https://docs.flowx.ai/5.9/setup-guides/admin-setup-guide.md): Complete configuration reference for the FlowX Admin microservice, including logging, databa… - [FlowX Advancing Controller setup](https://docs.flowx.ai/5.9/setup-guides/advancing-controller-setup-guide.md): This guide provides step-by-step instructions to help you configure and deploy the Advancing… - [AI Gateway setup](https://docs.flowx.ai/5.9/setup-guides/ai-gateway-setup.md): Set up the AI Gateway microservice — powers the AI chat experience in the FlowX Designer, st… - [Application Manager setup](https://docs.flowx.ai/5.9/setup-guides/application-manager.md): Set up the Application Manager backend microservice for managing FlowX apps, libraries, vers… - [Audit setup](https://docs.flowx.ai/5.9/setup-guides/audit-setup-guide.md): This guide will walk you through the process of setting up the Audit service and configuring… - [Authorization system setup](https://docs.flowx.ai/5.9/setup-guides/authorization-setup-guide.md): Configure these environment variables for the authorization-system microservice deployment. - [FlowX CMS setup](https://docs.flowx.ai/5.9/setup-guides/cms-setup.md): Set up the FlowX CMS Docker microservice for managing taxonomies and content inside an app. - [Data-Sync job setup](https://docs.flowx.ai/5.9/setup-guides/data-sync.md): Comprehensive guide for configuring and deploying the Data-Sync Job in your Kubernetes envir… - [FlowX Designer setup](https://docs.flowx.ai/5.9/setup-guides/designer-setup-guide.md): To set up FlowX Designer in your environment, follow this guide. - [Document Parser setup](https://docs.flowx.ai/5.9/setup-guides/document-parser-setup.md): Configure the Document Parser service for document text extraction, OCR processing, and AI-p… - [Documents plugin setup](https://docs.flowx.ai/5.9/setup-guides/documents-plugin-setup.md): The Documents plugin provides functionality for generating, persisting, combining, and manip… - [Email Gateway setup](https://docs.flowx.ai/5.9/setup-guides/email-gateway-setup.md): This guide provides step-by-step instructions for setting up the Email Gateway microservice. - [FlowX Events Gateway setup](https://docs.flowx.ai/5.9/setup-guides/events-gateway-setup.md): This guide will walk you through the process of setting up the events-gateway service. - [File Gateway setup](https://docs.flowx.ai/5.9/setup-guides/file-gateway-setup.md): Set up the File Gateway microservice — ingests files from FTP, SFTP, S3, and Azure Blob stor… - [Configuring access roles for processes](https://docs.flowx.ai/5.9/setup-guides/flowx-engine-setup-guide/configuring-access-roles-for-processes.md): Learn how to set up user role-based access control for process definitions using swimlanes,… - [Configuring Elasticsearch indexing](https://docs.flowx.ai/5.9/setup-guides/flowx-engine-setup-guide/configuring-elasticsearch-indexing/elasticsearch-indexing.md): This guide shows you how to enable process instance indexing using either Kafka or HTTP tran… - [Indexing config guidelines](https://docs.flowx.ai/5.9/setup-guides/flowx-engine-setup-guide/configuring-elasticsearch-indexing/process-instance-indexing-config-guidelines.md): Guidelines for sizing and configuring Elasticsearch for process instance indexing based on a… - [FlowX Engine setup](https://docs.flowx.ai/5.9/setup-guides/flowx-engine-setup-guide/engine-setup.md): This guide provides instructions on how to set up and configure the FlowX.AI Engine. - [Partitioning & archiving](https://docs.flowx.ai/5.9/setup-guides/flowx-engine-setup-guide/process-instance-data-archiving.md): Improving data management using data partitioning and the archival processes. - [Routing](https://docs.flowx.ai/5.9/setup-guides/ingress-configuration.md): How FlowX services are exposed externally on 5.9.x, the per-service route table, and CORS ha… - [Integration Designer setup](https://docs.flowx.ai/5.9/setup-guides/integration-designer-setup.md): This guide explains how to configure the Integration Designer service using environment vari… - [Kafka Authentication profile](https://docs.flowx.ai/5.9/setup-guides/kafka-authentication-config.md): Enable secure Kafka communication across Java microservices using Spring configuration profi… - [License service setup](https://docs.flowx.ai/5.9/setup-guides/license-engine-setup.md): Set up the License service (formerly License Engine) — manages platform and application lice… - [ModPod setup](https://docs.flowx.ai/5.9/setup-guides/modpod-setup.md): Configure the ModPod service for ML model serving with LightGBM, scikit-learn, and SHAP expl… - [NoSQL DB Runner](https://docs.flowx.ai/5.9/setup-guides/nosql-db-runner.md): Set up the NoSQL DB Runner microservice that powers FlowX Database with MongoDB and Azure Co… - [Notifications plugin setup](https://docs.flowx.ai/5.9/setup-guides/notifications-plugin-setup.md): The Notifications plugin is available as a Docker image, and it has the following dependenci… - [Deployment configuration for OpenTelemetry](https://docs.flowx.ai/5.9/setup-guides/open-telemetry-config.md): Guide to deploying OpenTelemetry components and configuring associated services. - [Organization Manager setup](https://docs.flowx.ai/5.9/setup-guides/organization-manager-setup.md): This guide provides step-by-step instructions for setting up the Organization Manager micros… - [Open Telemetry default properties](https://docs.flowx.ai/5.9/setup-guides/ot-default-properties.md): Default OpenTelemetry configuration properties for FlowX.AI services, including Java agent s… - [OCR plugin setup](https://docs.flowx.ai/5.9/setup-guides/plugins-setup-guide/ocr-plugin-setup.md): The OCR plugin is a Docker image that can be deployed using the following infrastructure pre… - [Plugins setup](https://docs.flowx.ai/5.9/setup-guides/plugins-setup-guide/plugins-setup-guide-overview.md): To set up a plugin in your environment, you must go through the next steps. - [Reporting setup](https://docs.flowx.ai/5.9/setup-guides/plugins-setup-guide/reporting-setup.md): The Reporting setup guide assists in configuring the reporting plugin, relying on specific d… - [Redis configuration](https://docs.flowx.ai/5.9/setup-guides/redis-configuration.md): Configure Redis deployment modes for FlowX platform services - [Runtime manager setup](https://docs.flowx.ai/5.9/setup-guides/runtime-manager.md): This guide provides a step-by-step process for setting up and configuring the Runtime Manage… - [Scheduler setup](https://docs.flowx.ai/5.9/setup-guides/scheduler-setup-guide.md): This guide will walk you through the process of setting up the Scheduler service. - [FlowX Data Search setup](https://docs.flowx.ai/5.9/setup-guides/search-data-service-setup-guide.md): Comprehensive guide for installing, configuring, and deploying the FlowX Data Search service - [Microservices setup guides](https://docs.flowx.ai/5.9/setup-guides/setup-guides-overview.md): Complete reference for deploying and configuring FlowX.AI microservices in your environment - [Speech to Text setup](https://docs.flowx.ai/5.9/setup-guides/speech-to-text-setup.md): Configure the Speech to Text service for audio transcription and text-to-speech capabilities. - [SpiceDB setup](https://docs.flowx.ai/5.9/setup-guides/spicedb.md): This guide covers the step-by-step installation and configuration of SpiceDB for FlowX deplo… - [Task management setup](https://docs.flowx.ai/5.9/setup-guides/task-management-plugin-setup.md): Configure and deploy the Task Management plugin as a Docker microservice within the FlowX pl… - [Web Crawler setup](https://docs.flowx.ai/5.9/setup-guides/web-crawler-setup.md): Configure the Web Crawler service for web page crawling, content extraction, and AI-driven b… - [Webhook Gateway setup](https://docs.flowx.ai/5.9/setup-guides/webhook-gateway-setup.md): Set up the Webhook Gateway microservice — the public endpoint that receives incoming webhook… - [Release Notes](https://docs.flowx.ai/release-notes/overview.md) - [Deployment guidelines v3.0](https://docs.flowx.ai/release-notes/v3.x.x/v3.0.0-february-2023/deployment-guidelines-v3.0.0.md) - [v3.0.0 February 2023](https://docs.flowx.ai/release-notes/v3.x.x/v3.0.0-february-2023/v3.0.0-february-2023.md): We are excited to announce the release of FLOWX.AI 3.0 🔥, featuring new and improved featur… - [Deployment guidelines v3.1.0](https://docs.flowx.ai/release-notes/v3.x.x/v3.1.0-march-2023/deployment-guidelines-v3.1.0.md) - [v3.1.0 March 2023](https://docs.flowx.ai/release-notes/v3.x.x/v3.1.0-march-2023/v3.1.0-march-2023.md): Drumroll please... 🥁 We are excited to announce **FLOWX.AI 3.1** release 🔥. - [Deployment guidelines v3.2.0](https://docs.flowx.ai/release-notes/v3.x.x/v3.2.0-april-2023/deployment-guidelines-v3.2.0.md) - [v3.2.0 April 2023](https://docs.flowx.ai/release-notes/v3.x.x/v3.2.0-april-2023/v3.2.0-april-2023.md): Drumroll please... 🥁 We are excited to announce **FLOWX.AI 3.2** release 🔥. - [Deployment guidelines v3.3.0](https://docs.flowx.ai/release-notes/v3.x.x/v3.3.0-july-2023/deployment-guidelines-v3.3.0.md) - [v3.3.0 July 2023](https://docs.flowx.ai/release-notes/v3.x.x/v3.3.0-july-2023/v3.3.0-july-2023.md): We can't reinvent the wheel... but we can certainly give it a whole new spin! Drumroll, plea… - [Deployment guidelines v3.4.0](https://docs.flowx.ai/release-notes/v3.x.x/v3.4.0-september-2023/deployment-guidelines-v3.4.0.md) - [v3.4.0 September 2023](https://docs.flowx.ai/release-notes/v3.x.x/v3.4.0-september-2023/v3.4.0-september-2023.md) - [Deployment guidelines v3.4.1](https://docs.flowx.ai/release-notes/v3.x.x/v3.4.1-september-2023/deployment-guidelines-v3.4.1.md) - [v3.4.1 September 2023](https://docs.flowx.ai/release-notes/v3.x.x/v3.4.1-september-2023/v3.4.1-september-2023.md) - [Deployment guidelines v3.4.2](https://docs.flowx.ai/release-notes/v3.x.x/v3.4.2-october-2023/deployment-guidelines-v3.4.2.md) - [v3.4.2 October 2023](https://docs.flowx.ai/release-notes/v3.x.x/v3.4.2-october-2023/v3.4.2-october-2023.md): Welcome to the FLOWX.AI v3.4.2 patch release! This update brings several enhancements and fi… - [Deployment guidelines v3.4.3](https://docs.flowx.ai/release-notes/v3.x.x/v3.4.3-october-2023/deployment-guidelines-v3.4.3.md) - [v3.4.3 October 2023](https://docs.flowx.ai/release-notes/v3.x.x/v3.4.3-october-2023/v3.4.3-october-2023.md): In FLOWX.AI version 3.4.3, we've addressed several bugs to improve the stability and reliabi… - [Deployment guidelines v3.4.4](https://docs.flowx.ai/release-notes/v3.x.x/v3.4.4-november-2023/deployment-guidelines-v3.4.4.md) - [v3.4.4 November 2023](https://docs.flowx.ai/release-notes/v3.x.x/v3.4.4-november-2023/v3.4.4-november-2023.md) - [Deployment guidelines v3.4.5](https://docs.flowx.ai/release-notes/v3.x.x/v3.4.5-november-2023/deployment-guidelines-v3.4.5.md) - [v3.4.5 November 2023](https://docs.flowx.ai/release-notes/v3.x.x/v3.4.5-november-2023/v3.4.5-november-2023.md) - [Deployment guidelines v3.4.6](https://docs.flowx.ai/release-notes/v3.x.x/v3.4.6-december-2023/deployment-guidelines-v3.4.6.md) - [v3.4.6 December 2023](https://docs.flowx.ai/release-notes/v3.x.x/v3.4.6-december-2023/v3.4.6-december-2023.md) - [Deployment guidelines v3.4.7](https://docs.flowx.ai/release-notes/v3.x.x/v3.4.7-january-2024/deployment-guidelines-v3.4.7.md) - [v3.4.7 January 2024](https://docs.flowx.ai/release-notes/v3.x.x/v3.4.7-january-2024/v3.4.7-january-2024.md) - [Deployment guidelines v3.4.8](https://docs.flowx.ai/release-notes/v3.x.x/v3.4.8-june-2024/deployment-guidelines-v3.4.8.md) - [v3.4.8 June 2024](https://docs.flowx.ai/release-notes/v3.x.x/v3.4.8-june-2024/v3.4.8-june-2024.md) - [Deployment guidelines v4.0](https://docs.flowx.ai/release-notes/v4.x/v4.0.0-april-2024/deployment-guidelines-v4.0.0.md) - [Deployment changes](https://docs.flowx.ai/release-notes/v4.x/v4.0.0-april-2024/migrating-from-v3.4.x/migrating-from-v3.4.x.md): This document outlines the additional configuration changes required for deployment in versi… - [Process configuration](https://docs.flowx.ai/release-notes/v4.x/v4.0.0-april-2024/migrating-from-v3.4.x/process-configuration.md): This guide outlines changes in process and UI configuration from v3.4.x to 4.0 version. - [Renderer SDKs](https://docs.flowx.ai/release-notes/v4.x/v4.0.0-april-2024/migrating-from-v3.4.x/renderers.md): This guide assists in migrating from FlowX v3.4.x to v4.0. - [UI components - change log](https://docs.flowx.ai/release-notes/v4.x/v4.0.0-april-2024/ui-components-changelog.md): This log outlines the changes in component styles and props from version 3.4.x to version 4.… - [FlowX.AI 4.0.0 Release Notes](https://docs.flowx.ai/release-notes/v4.x/v4.0.0-april-2024/v4.0.0-april-2024.md): 🎉 Welcome to the much-anticipated FlowX.AI 4.0 release! 🚀 Get ready to experience a whole… - [Deployment guidelines v4.1](https://docs.flowx.ai/release-notes/v4.x/v4.1.x/v4.1.0-may-2024/deployment-guidelines-v4.1.0.md) - [Migrating from previous versions to v4.1](https://docs.flowx.ai/release-notes/v4.x/v4.1.x/v4.1.0-may-2024/migrating-from-v3.4.x-to-v4.1.md) - [Components change log v4.1](https://docs.flowx.ai/release-notes/v4.x/v4.1.x/v4.1.0-may-2024/ui-components-changelog.md): This log outlines the changes in component styles and props from v4.0 to v4.1. - [FlowX.AI 4.1.0 Release Notes (LTS)](https://docs.flowx.ai/release-notes/v4.x/v4.1.x/v4.1.0-may-2024/v4.1.0-may-2024.md): 🎉 Welcome to the FlowX.AI 4.1.0 release! - [Deployment guidelines v4.1.1](https://docs.flowx.ai/release-notes/v4.x/v4.1.x/v4.1.1-june-2024/deployment-guidelines-v4.1.1.md) - [Migrating from previous versions to v4.1.1](https://docs.flowx.ai/release-notes/v4.x/v4.1.x/v4.1.1-june-2024/migrating-from-previous-to-v4.1.1.md) - [FlowX.AI 4.1.1 Release Notes (LTS)](https://docs.flowx.ai/release-notes/v4.x/v4.1.x/v4.1.1-june-2024/v4.1.1-june-2024.md) - [Deployment guidelines v4.1.2](https://docs.flowx.ai/release-notes/v4.x/v4.1.x/v4.1.2-june-2024/deployment-guidelines-v4.1.2.md) - [Migrating from previous versions to v4.1.2](https://docs.flowx.ai/release-notes/v4.x/v4.1.x/v4.1.2-june-2024/migrating-from-previous-to-v4.1.2.md) - [FlowX.AI 4.1.2 Release Notes (LTS)](https://docs.flowx.ai/release-notes/v4.x/v4.1.x/v4.1.2-june-2024/v4.1.2-june-2024.md) - [Deployment guidelines v4.1.3](https://docs.flowx.ai/release-notes/v4.x/v4.1.x/v4.1.3-august-2024/deployment-guidelines-v4.1.3.md) - [Migrating from previous versions to v4.1.3](https://docs.flowx.ai/release-notes/v4.x/v4.1.x/v4.1.3-august-2024/migrating-from-previous-to-v4.1.3.md) - [FlowX.AI 4.1.3 Release Notes (LTS)](https://docs.flowx.ai/release-notes/v4.x/v4.1.x/v4.1.3-august-2024/v4.1.3-august-2024.md) - [Deployment guidelines v4.1.4](https://docs.flowx.ai/release-notes/v4.x/v4.1.x/v4.1.4-september-2024/deployment-guidelines-v4.1.4.md) - [Migrating from previous versions to v4.1.4](https://docs.flowx.ai/release-notes/v4.x/v4.1.x/v4.1.4-september-2024/migrating-from-previous-to-v4.1.4.md) - [FlowX.AI 4.1.4 Release Notes (LTS)](https://docs.flowx.ai/release-notes/v4.x/v4.1.x/v4.1.4-september-2024/v4.1.4-september-2024.md) - [Deployment guidelines v4.1.5](https://docs.flowx.ai/release-notes/v4.x/v4.1.x/v4.1.5-september-2024/deployment-guidelines-v4.1.5.md) - [Migrating from previous versions to v4.1.5](https://docs.flowx.ai/release-notes/v4.x/v4.1.x/v4.1.5-september-2024/migrating-from-previous-to-v4.1.5.md) - [FlowX.AI 4.1.5 Release Notes (LTS)](https://docs.flowx.ai/release-notes/v4.x/v4.1.x/v4.1.5-september-2024/v4.1.5-september-2024.md) - [Deployment guidelines v4.2.0](https://docs.flowx.ai/release-notes/v4.x/v4.2.x/v4.2.0-june-2024/deployment-guidelines-v4.2.0.md) - [FlowX.AI 4.2.0 Release](https://docs.flowx.ai/release-notes/v4.x/v4.2.x/v4.2.0-june-2024/v4.2.0-june-2024.md): We are excited to announce the release FlowX.AI 4.2 🔥, featuring new and improved features… - [Deployment guidelines v4.2.1](https://docs.flowx.ai/release-notes/v4.x/v4.2.x/v4.2.1-july-2024/deployment-guidelines-v4.2.1.md) - [FlowX.AI 4.2.1 Release](https://docs.flowx.ai/release-notes/v4.x/v4.2.x/v4.2.1-july-2024/v4.2.1-july-2024.md): We are excited to announce the release FlowX.AI 4.2.1 🔥, featuring new and improved feature… - [Deployment guidelines v4.5.0](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.0-october-2024/deployment-guidelines-v4.5.0.md) - [Deployment changes for v4.5.0](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.0-october-2024/migrating-from-v4.1.x-to-v4.5.0/migrating-from-v4.1.x.md): This document outlines the configuration and infrastructure changes introduced from v4.1.x t… - [Configuration and migration guide](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.0-october-2024/migrating-from-v4.1.x-to-v4.5.0/process-configuration.md): This guide outlines changes in process and UI configuration from v4.1.x to 4.5.1 version. - [Renderer SDKs](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.0-october-2024/migrating-from-v4.1.x-to-v4.5.0/renderers.md): This guide assists in migrating from FlowX v4.1.x to v4.5.0. - [FlowX.AI 4.5.0 Release Notes](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.0-october-2024/v4.5.0-october-2024.md): Welcome to the FlowX.AI 4.5.0 release! 🚀 This update is packed with groundbreaking features… - [Deployment guidelines v4.5.1](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.1-november-2024/deployment-guidelines-v4.5.1.md) - [Deployment changes for v.4.5.1](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.1-november-2024/migrating-from-v4.1.x-to-v4.5.1/migrating-from-v4.1.x.md): This document outlines the configuration and infrastructure changes introduced from v4.1.x t… - [Configuration and migration guide](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.1-november-2024/migrating-from-v4.1.x-to-v4.5.1/process-configuration.md): This guide outlines changes in process and UI configuration from v4.1.x to 4.5.1 version. - [Renderer SDKs](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.1-november-2024/migrating-from-v4.1.x-to-v4.5.1/renderers.md): This guide assists in migrating from FlowX v4.1.x to v4.5.1. - [FlowX.AI 4.5.1 Release Notes](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.1-november-2024/v4.5.1-november-2024.md): FlowX.AI 4.5.1 brings essential bug fixes and user experience improvements. - [Deployment guidelines v4.5.2](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.2-november-2024/deployment-guidelines-v4.5.2.md) - [FlowX.AI 4.5.2 Release](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.2-november-2024/v4.5.2-november-2024.md): FlowX.AI 4.5.2 introduces table updates, performance improvements, enhanced plugin integrati… - [Deployment guidelines v4.5.3](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.3-november-2024/deployment-guidelines-v4.5.3.md) - [Migrating from older versions to v4.5.3](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.3-november-2024/migrating-from-v4.1.x-to-v4.5.3/migrating-from-v4.1.x.md): This document outlines the configuration and infrastructure changes introduced from v4.1.x t… - [Configuration and migration guide](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.3-november-2024/migrating-from-v4.1.x-to-v4.5.3/process-configuration.md): This guide outlines changes in process and UI configuration from v4.1.x to 4.5.1 version. - [Renderer SDKs](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.3-november-2024/migrating-from-v4.1.x-to-v4.5.3/renderers.md): This guide assists in migrating from FlowX v4.1.x to v4.5.1. - [FlowX.AI 4.5.3 Release Notes](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.3-november-2024/v4.5.3-november-2024.md): FlowX.AI 4.5.3 introduces advanced branch merging capabilities, enhanced table customization… - [Deployment guidelines v4.5.4](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.4-december-2024/deployment-guidelines-v4.5.4.md) - [FlowX.AI 4.5.4 Release Notes](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.4-december-2024/v4.5.4-december-2024.md): This internal release brings various enhancements and new features to improve functionality,… - [Deployment guidelines v4.5.5](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.5-december-2024/deployment-guidelines-v4.5.5.md) - [FlowX.AI 4.5.5 Release Notes](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.5-december-2024/v4.5.5-december-2024.md): This release brings various enhancements and new features to improve functionality, usabilit… - [Deployment guidelines v4.5.6](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.6-december-2024/deployment-guidelines-v4.5.6.md) - [FlowX.AI 4.5.6 Release Notes](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.6-december-2024/v4.5.6-december-2024.md): Version 4.5.6 brings enhanced export options for media libraries, key bug fixes, and improve… - [Deployment guidelines v4.5.7](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.7-january-2025/deployment-guidelines-v4.5.7.md) - [FlowX.AI 4.5.7 Release Notes](https://docs.flowx.ai/release-notes/v4.x/v4.5.x/v4.5.7-january-2025/v4.5.7-january-2025.md) - [Deployment guidelines v4.6.0](https://docs.flowx.ai/release-notes/v4.x/v4.6.x/v4.6.0-january-2025/deployment-guidelines-v4.6.0.md) - [Deployment changes for v4.6.0](https://docs.flowx.ai/release-notes/v4.x/v4.6.x/v4.6.0-january-2025/migrating-from-v4.1.x-to-v4.6.0/migrating-from-v4.1.x.md): This document outlines the configuration and infrastructure changes introduced from v4.1.x t… - [Configuration and migration guide](https://docs.flowx.ai/release-notes/v4.x/v4.6.x/v4.6.0-january-2025/migrating-from-v4.1.x-to-v4.6.0/process-configuration.md): This guide outlines changes in process and UI configuration from v4.1.x to 4.6.0 version. - [Renderer SDKs](https://docs.flowx.ai/release-notes/v4.x/v4.6.x/v4.6.0-january-2025/migrating-from-v4.1.x-to-v4.6.0/renderers.md): This guide assists in migrating from FlowX v4.1.x to v4.6.0. - [FlowX.AI 4.6.0 Release Notes](https://docs.flowx.ai/release-notes/v4.x/v4.6.x/v4.6.0-january-2025/v4.6.0-january-2025.md): Welcome, FlowX fam! The 4.6.0 update is here, and it’s packed with features designed to save… - [Deployment guidelines v4.6.1](https://docs.flowx.ai/release-notes/v4.x/v4.6.x/v4.6.1-february-2025/deployment-guidelines-v4.6.1.md) - [Migrating from previous versions to v4.6.1](https://docs.flowx.ai/release-notes/v4.x/v4.6.x/v4.6.1-february-2025/migrating-from-v4.1.x-to-v4.6.1.md) - [FlowX.AI 4.6.1 Release Notes](https://docs.flowx.ai/release-notes/v4.x/v4.6.x/v4.6.1-february-2025/v4.6.1-february-2025.md): FlowX.AI 4.6.1 is here with important fixes and improvements to keep things running smoothly… - [Deployment guidelines v4.7.0](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.0-february-2025/deployment-guidelines-v4.7.0.md) - [Migrating from previous versions to v4.7.0](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.0-february-2025/migrating-from-v4.1.x-to-v4.7.0.md) - [FlowX.AI 4.7.0 Release Notes](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.0-february-2025/v4.7.0-february-2025.md): FlowX.AI 4.7.0 is here to keep your projects vibing, your merges drama-free, and your config… - [Deployment guidelines v4.7.1](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.1-march-2025/deployment-guidelines-v4.7.1.md) - [Migrating from previous versions to v4.7.1](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.1-march-2025/migrating-from-v4.1.x-to-v4.7.1.md) - [FlowX.AI 4.7.1 Release Notes](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.1-march-2025/v4.7.1-march-2025.md): FlowX.AI 4.7.1 brings enhanced resource navigation, better error detection, and workflow imp… - [Deployment guidelines v4.7.10](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.10-november-2025/deployment-guidelines-v4.7.10.md) - [FlowX.AI 4.7.10 Release Notes](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.10-november-2025/v4.7.10-november-2025.md): Latest features, improvements, and bug fixes in our newest release - [Deployment guidelines v4.7.11](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.11-december-2025/deployment-guidelines-v4.7.11.md) - [FlowX.AI 4.7.11 Release Notes](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.11-december-2025/v4.7.11-december-2025.md): Security and maintenance updates for the 4.7.x LTS release - [Deployment guidelines v4.7.2](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.2-march-2025/deployment-guidelines-v4.7.2.md) - [Migrating from previous versions to v4.7.2](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.2-march-2025/migrating-from-v4.1.x-to-v4.7.2.md) - [FlowX.AI 4.7.2 Release Notes](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.2-march-2025/v4.7.2-march-2025.md): FlowX.AI 4.7.2 delivers improved merge conflict handling with retry capabilities, deprecates… - [Deployment guidelines v4.7.3](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.3-april-2025/deployment-guidelines-v4.7.3.md) - [Migrating from previous versions to v4.7.3](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.3-april-2025/migrating-from-v4.1.x-to-v4.7.3.md) - [FlowX.AI 4.7.3 Release Notes](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.3-april-2025/v4.7.3-april-2025.md): FlowX.AI 4.7.3 enhances workflow conflict resolution, adds configurable enumeration ordering… - [Deployment guidelines v4.7.4](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.4-may-2025/deployment-guidelines-v4.7.4.md) - [Migrating from previous versions to v4.7.4](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.4-may-2025/migrating-from-v4.1.x-to-v4.7.4.md) - [FlowX.AI 4.7.4 Release Notes](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.4-may-2025/v4.7.4-may-2025.md): FlowX.AI 4.7.4 enhances system stability with Spring Boot updates and resolves critical issu… - [Deployment guidelines v4.7.5](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.5-june-2025/deployment-guidelines-v4.7.5.md) - [Migrating from previous versions to v4.7.5](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.5-june-2025/migrating-from-v4.1.x-to-v4.7.5.md) - [FlowX.AI 4.7.5 Release Notes](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.5-june-2025/v4.7.5-june-2025.md): FlowX.AI 4.7.5 enhances system stability with introducing support for more 3rd party depende… - [Deployment guidelines v4.7.6](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.6-july-2025/deployment-guidelines-v4.7.6.md) - [Migrating from previous versions to v4.7.6](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.6-july-2025/migrating-from-v4.1.x-to-v4.7.6.md) - [FlowX.AI 4.7.6 Release Notes](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.6-july-2025/v4.7.6-july-2025.md): This release includes significant improvements to logging configuration and resolves some is… - [Deployment guidelines v4.7.7](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.7-august-2025/deployment-guidelines-v4.7.7.md) - [FlowX.AI 4.7.7 Release Notes](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.7-august-2025/v4.7.7-august-2025.md): Latest features, improvements, and bug fixes in our newest release - [Deployment guidelines v4.7.8](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.8-september-2025/deployment-guidelines-v4.7.8.md) - [FlowX.AI 4.7.8 Release Notes](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.8-september-2025/v4.7.8-september-2025.md): Latest features, improvements, and bug fixes in our newest release - [Deployment guidelines v4.7.9](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.9-october-2025/deployment-guidelines-v4.7.9.md) - [FlowX.AI 4.7.9 Release Notes](https://docs.flowx.ai/release-notes/v4.x/v4.7.x-lts/v4.7.9-october-2025/v4.7.9-october-2025.md): Latest features, improvements, and bug fixes in our newest release - [Deployment guidelines v5.0.0](https://docs.flowx.ai/release-notes/v5.x/v5.0.0-july-2025/deployment-guidelines-v5.0.md) - [Post-deployment configuration](https://docs.flowx.ai/release-notes/v5.x/v5.0.0-july-2025/migrating-from-v4.7.x-to-5.0/configuration-and-migration.md): This section contains the steps in the order we recommend for post-deployment configuration… - [Update environment variables](https://docs.flowx.ai/release-notes/v5.x/v5.0.0-july-2025/migrating-from-v4.7.x-to-5.0/environment-variables.md): Update environment variables for all existing FlowX.AI services - [Install new services](https://docs.flowx.ai/release-notes/v5.x/v5.0.0-july-2025/migrating-from-v4.7.x-to-5.0/install-services.md): Step-by-step installation guide for new FlowX.AI 5.0 services - [Overview](https://docs.flowx.ai/release-notes/v5.x/v5.0.0-july-2025/migrating-from-v4.7.x-to-5.0/migration-overview.md): Complete migration guide from FlowX.AI 4.7.x to 5.0 with prerequisites and step-by-step proc… - [Prerequisites](https://docs.flowx.ai/release-notes/v5.x/v5.0.0-july-2025/migrating-from-v4.7.x-to-5.0/prerequisites.md): This section contains the steps in the order we recommend for migrating data from FlowX v4.7… - [Renderer SDKs](https://docs.flowx.ai/release-notes/v5.x/v5.0.0-july-2025/migrating-from-v4.7.x-to-5.0/renderers.md): This guide assists in migrating from FlowX.AI v4.7.x to v5.0. - [FlowX.AI 5.0.0 Release Notes](https://docs.flowx.ai/release-notes/v5.x/v5.0.0-july-2025/v5.0.0-july-2025.md): Latest features, improvements, and bug fixes in our newest release - [Deployment guidelines v5.1.1](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/deployment-guidelines-v5.1.1.md) - [Deployment guidelines v5.1.2](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/deployment-guidelines-v5.1.2.md) - [Deployment guidelines v5.1.3](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/deployment-guidelines-v5.1.3.md) - [Deployment guidelines v5.1.4](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/deployment-guidelines-v5.1.4.md) - [Deployment guidelines v5.1.5](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/deployment-guidelines-v5.1.5.md) - [Deployment guidelines v5.1.6](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/deployment-guidelines-v5.1.6.md) - [Deployment guidelines v5.1.7](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/deployment-guidelines-v5.1.7.md) - [Deployment guidelines v5.1.8](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/deployment-guidelines-v5.1.8.md) - [Deployment guidelines v5.1.9](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/deployment-guidelines-v5.1.9.md) - [Deployment guidelines v5.1.0](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/v5.1.0-september-2025/deployment-guidelines-v5.1.md) - [Post-deployment configuration](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/v5.1.0-september-2025/migrating-from-v4.7.x-to-5.1/configuration-and-migration.md): This section contains the steps in order that we recommend for post-deployment configuration… - [Update environment variables](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/v5.1.0-september-2025/migrating-from-v4.7.x-to-5.1/environment-variables.md): Update environment variables for all existing FlowX.AI services - [Install new services](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/v5.1.0-september-2025/migrating-from-v4.7.x-to-5.1/install-services.md): Step-by-step installation guide for new FlowX.AI 5.1.0 services - [Overview](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/v5.1.0-september-2025/migrating-from-v4.7.x-to-5.1/migration-overview.md): Complete migration guide from FlowX.AI 4.7.x to 5.1.0 with prerequisites and step-by-step pr… - [Prerequisites](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/v5.1.0-september-2025/migrating-from-v4.7.x-to-5.1/prerequisites.md): This section contains the steps in order that we recommend for migrating data from FlowX v4.… - [Renderer SDKs](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/v5.1.0-september-2025/migrating-from-v4.7.x-to-5.1/renderers.md): This guide assists in migrating from FlowX.AI v4.7.x to v5.1.0. - [Post-upgrade troubleshooting](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/v5.1.0-september-2025/migrating-from-v4.7.x-to-5.1/troubleshooting.md): Common issues and solutions that may occur after upgrading from FlowX v4.7.x to v5.1.0. - [FlowX.AI 5.1.0 Release Notes](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/v5.1.0-september-2025/v5.1.0-september-2025.md): Introducing Workspaces, Project Data Model, Library-to-Library Dependencies, Data Mappers, R… - [FlowX.AI 5.1.1 Release Notes (LTS)](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/v5.1.1-november-2025.md): WCAG 2.1 Level AA compliance achieved, AI Platform enhancements, bug fixes, and quality impr… - [FlowX.AI 5.1.2 Release Notes (LTS)](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/v5.1.2-december-2025.md): Bug fixes, stability improvements, and quality enhancements for the FlowX.AI 5.1.x LTS line. - [FlowX.AI 5.1.3 Release Notes (LTS)](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/v5.1.3-january-2026.md): Security patches, performance optimizations, bug fixes, and stability improvements for the F… - [FlowX.AI 5.1.4 Release Notes (LTS)](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/v5.1.4-february-2026.md): Security patches, performance optimizations, bug fixes, and stability improvements for the F… - [FlowX.AI 5.1.5 Release Notes (LTS)](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/v5.1.5-february-2026.md): Bug fixes and stability improvements for the FlowX.AI 5.1.x LTS line. - [FlowX.AI 5.1.6 Release Notes (LTS)](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/v5.1.6-march-2026.md): Bug fixes, stability improvements, and platform enhancements for the FlowX.AI 5.1.x LTS line. - [FlowX.AI 5.1.7 Release Notes (LTS)](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/v5.1.7-march-2026.md): Bug fixes and stability improvements for the FlowX.AI 5.1.x LTS line. - [FlowX.AI 5.1.8 Release Notes (LTS)](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/v5.1.8-april-2026.md): Bug fixes and stability improvements for the FlowX.AI 5.1.x LTS line. - [FlowX.AI 5.1.9 Release Notes (LTS)](https://docs.flowx.ai/release-notes/v5.x/v5.1.x-lts/v5.1.9-may-2026.md): Bug fixes and stability improvements for the FlowX.AI 5.1.x LTS line. - [Deployment guidelines v5.2.0](https://docs.flowx.ai/release-notes/v5.x/v5.2.0-november-2025/deployment-guidelines-v5.2.md) - [Update environment variables](https://docs.flowx.ai/release-notes/v5.x/v5.2.0-november-2025/update-environment-variables-5.2.md): Update environment variables for all existing FlowX.AI services - [FlowX.AI 5.2.0 Release Notes](https://docs.flowx.ai/release-notes/v5.x/v5.2.0-november-2025/v5.2.0-november-2025.md): Accessibility improvements, new side panel navigation, FlowX Database sensitive data handlin… - [Deployment guidelines v5.3.0](https://docs.flowx.ai/release-notes/v5.x/v5.3.0-december-2025/deployment-guidelines-v5.3.md) - [Overview](https://docs.flowx.ai/release-notes/v5.x/v5.3.0-december-2025/migrating-from-v5.2-to-v5.3/migration-overview.md): Migration guide for upgrading from FlowX.AI v5.2.0 to v5.3.0 - [Update environment variables](https://docs.flowx.ai/release-notes/v5.x/v5.3.0-december-2025/migrating-from-v5.2-to-v5.3/update-environment-variables-5.3.md): Update environment variables for all existing FlowX.AI services - [FlowX.AI 5.3.0 Release Notes](https://docs.flowx.ai/release-notes/v5.x/v5.3.0-december-2025/v5.3.0-december-2025.md): UI Flows for multi-platform app building, UI Events for real-time interactions, enhanced cus… - [Deployment guidelines v5.4.0](https://docs.flowx.ai/release-notes/v5.x/v5.4.0-january-2026/deployment-guidelines-v5.4.md) - [FlowX.AI 5.4.0 Release Notes](https://docs.flowx.ai/release-notes/v5.x/v5.4.0-january-2026/v5.4.0-january-2026.md): SaaS multi-tenant platform capabilities, database tenant isolation, email-triggered processe… - [Deployment guidelines v5.5.0](https://docs.flowx.ai/release-notes/v5.x/v5.5.0-february-2026/deployment-guidelines-v5.5.md) - [Overview](https://docs.flowx.ai/release-notes/v5.x/v5.5.0-february-2026/migrating-from-v5.4-to-v5.5/migration-overview.md): Migration guide for upgrading from FlowX.AI v5.4.0 to v5.5.0 - [Update environment variables](https://docs.flowx.ai/release-notes/v5.x/v5.5.0-february-2026/migrating-from-v5.4-to-v5.5/update-environment-variables-5.5.md): Environment variable changes when upgrading from FlowX.AI v5.4.0 to v5.5.0 - [FlowX.AI 5.5.0 Release Notes](https://docs.flowx.ai/release-notes/v5.x/v5.5.0-february-2026/v5.5.0-february-2026.md): Enhanced Chat component, UI Flows improvements, Microsoft Outlook integration, container app… - [Deployment guidelines v5.6.0](https://docs.flowx.ai/release-notes/v5.x/v5.6.0-march-2026/deployment-guidelines-v5.6.md) - [FlowX.AI 5.6.0 Release Notes](https://docs.flowx.ai/release-notes/v5.x/v5.6.0-march-2026/v5.6.0-march-2026.md): Conversational AI with memory and intent routing, incoming webhooks, proxy connections, unma… - [Deployment guidelines v5.7.0](https://docs.flowx.ai/release-notes/v5.x/v5.7.0-april-2026/deployment-guidelines-v5.7.md): Component versions, environment variables, and configuration changes for FlowX.AI 5.7.0 depl… - [FlowX.AI 5.7.0 Release Notes](https://docs.flowx.ai/release-notes/v5.x/v5.7.0-april-2026/v5.7.0-april-2026.md): Single-org on-premises deployment, custom React components, AI providers self-service, chat-… - [Deployment guidelines v5.8.0](https://docs.flowx.ai/release-notes/v5.x/v5.8.0-may-2026/deployment-guidelines-v5.8.md): Component versions, environment variables, and configuration changes for FlowX.AI 5.8.0 depl… - [FlowX.AI 5.8.0 Release Notes](https://docs.flowx.ai/release-notes/v5.x/v5.8.0-may-2026/v5.8.0-may-2026.md): Runtime authorization overhaul, UI Flow permissions, Custom Components in Processes, new the… - [Deployment guidelines v5.9.0](https://docs.flowx.ai/release-notes/v5.x/v5.9.0-june-2026/deployment-guidelines-v5.9.md): Component versions, environment variables, and configuration changes for FlowX.AI 5.9.0 depl… - [FlowX.AI 5.9.0 Release Notes](https://docs.flowx.ai/release-notes/v5.x/v5.9.0-june-2026/v5.9.0-june-2026.md): First LTS in the 5.9.x family. Brings conversational AI, UI Flows and Custom Components, AI… ## OpenAPI Specs - [openapi](https://docs.flowx.ai/api-reference/openapi.json)