# Docs > Comprehensive documentation for FlowX.AI, the AI-driven process automation platform. ## Docs - [Context Retrieval](https://docs.flowx.ai/5.1/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.1/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 images using LLM, OCR, or text parsing strategies. - [Intent Classification](https://docs.flowx.ai/5.1/ai-platform/agent-builder/intent-classification.md): Classify user messages and route workflows to different branches using AI-powered intent detection. - [Memory capabilities](https://docs.flowx.ai/5.1/ai-platform/agent-builder/memory-capabilities.md): Persist conversation context across messages with automatic session memory retrieval and summarization. - [AI node types](https://docs.flowx.ai/5.1/ai-platform/agent-builder/node-types.md): Understanding the different AI node types available in Agent Builder for building AI workflows. - [Agent Builder](https://docs.flowx.ai/5.1/ai-platform/agent-builder/overview.md): Create custom AI agents without code using the FlowX Agent Builder - a no-code/low-code platform for business users. - [Speech to Text](https://docs.flowx.ai/5.1/ai-platform/agent-builder/speech-to-text.md): Convert audio to text (transcription) or text to audio (text-to-speech) within integration workflows. - [Agent Builder use cases](https://docs.flowx.ai/5.1/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.1/ai-platform/agent-builder/web-page-extractor.md): Collect readable content from web page URLs with configurable crawling depth, link following, and scrape speed. - [AI in FlowX](https://docs.flowx.ai/5.1/ai-platform/ai-in-flowx.md): AI agents for every stage - config-time agents help you build apps faster, while business agents power intelligent experiences for your end-users. - [AI Platform setup](https://docs.flowx.ai/5.1/ai-platform/ai-platform-setup.md): Infrastructure requirements, service configuration, and deployment guide for the FlowX.AI AI Platform. - [AI providers and model configuration](https://docs.flowx.ai/5.1/ai-platform/ai-providers.md): Configure AI providers and assign default and fallback models per workspace type for text generation, image understanding, embeddings, and document processing. - [Chat component](https://docs.flowx.ai/5.1/ai-platform/chat-component.md): Technical reference for the Chat component - runtime behavior, session management, workflows, and SDK integration. - [Conversational workflows](https://docs.flowx.ai/5.1/ai-platform/conversational-workflows.md): Build multi-turn, AI-powered chat experiences with session memory, intent routing, and context-aware responses. - [AI integrations](https://docs.flowx.ai/5.1/ai-platform/integrations.md): Connect AI agents to external data sources, APIs, and knowledge bases. - [AI comparison and reconciliation](https://docs.flowx.ai/5.1/ai-platform/patterns/ai-comparison-reconciliation.md): Compare AI-extracted document data against system-of-record values and generate structured exception reports with match rates and confidence scores. - [Fan-out extraction](https://docs.flowx.ai/5.1/ai-platform/patterns/fan-out-extraction.md): Classify documents by type, then route each to a specialized extraction node with tailored prompts and schemas. Scale to dozens of document types. - [Hybrid AI + business rules](https://docs.flowx.ai/5.1/ai-platform/patterns/hybrid-ai-rules.md): Combine AI extraction and understanding with deterministic business logic for auditable, explainable decision-making. - [Intent classification and routing](https://docs.flowx.ai/5.1/ai-platform/patterns/intent-classification-routing.md): Classify user input into intent categories and route to specialized handlers. Use the dedicated Intent Classification node (5.6+) for most cases, or the TEXT_UNDERSTANDING + Condition pattern for advanced scenarios. - [Knowledge base RAG](https://docs.flowx.ai/5.1/ai-platform/patterns/knowledge-base-rag.md): Ground AI responses in your documents using retrieval-augmented generation with Qdrant vector search and the CUSTOM_AGENT node. - [AI patterns](https://docs.flowx.ai/5.1/ai-platform/patterns/overview.md): Reusable architectural patterns for building AI-powered apps on FlowX.AI. - [Session state management](https://docs.flowx.ai/5.1/ai-platform/patterns/session-state-management.md): Manage conversation history and session state across multi-turn interactions using FlowX Database workflows. - [AI Analyst](https://docs.flowx.ai/5.1/ai-platform/pre-built-agents/ai-analyst.md): Builds and optimizes BPMN processes using AI to generate, validate, and enhance workflows based on user-provided documents - [AI Assistant](https://docs.flowx.ai/5.1/ai-platform/pre-built-agents/ai-assistant.md): Answers questions about the FlowX.AI platform as well as your organization's business domain based on uploaded documentation. - [AI Designer](https://docs.flowx.ai/5.1/ai-platform/pre-built-agents/ai-designer.md): Convert natural language prompts, Figma designs, or sketches into complete UI layouts with validations and data models. - [AI Developer](https://docs.flowx.ai/5.1/ai-platform/pre-built-agents/ai-developer.md): Generate specific business rules or code expressions from natural language prompts, without manual coding. - [Config-time agents](https://docs.flowx.ai/5.1/ai-platform/pre-built-agents/overview.md): AI agents built into FlowX Designer that help you create processes, UIs, and business rules faster. - [Customer onboarding with KYC](https://docs.flowx.ai/5.1/ai-platform/tutorials/customer-onboarding.md): Build a multi-step customer onboarding process with identity verification, document generation, manual review routing, and email notifications. - [Document processing pipeline](https://docs.flowx.ai/5.1/ai-platform/tutorials/document-processing.md): Build an AI-powered document verification pipeline that classifies uploaded documents, extracts structured data, and reconciles it against application data. - [Mortgage advisor chatbot](https://docs.flowx.ai/5.1/ai-platform/tutorials/mortgage-advisor.md): Build a Chat Driven conversational AI mortgage advisor with built-in session memory, intent routing, a knowledge base, and hybrid AI + business rule recommendations. - [Tutorials](https://docs.flowx.ai/5.1/ai-platform/tutorials/overview.md): Step-by-step guides for building real-world AI apps with FlowX.AI, based on production-grade examples. - [BPMN integration](https://docs.flowx.ai/5.1/ai-platform/using-agents/bpmn-integration.md): Trigger AI agents from BPMN workflow nodes for automated document processing, decisions, and content generation. - [Chat interface](https://docs.flowx.ai/5.1/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.1/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.1/docs/api/start-process/build-info-by-process-instance.md): Retrieve the build associated with a running process instance, including the build settings used to render its UI. - [Get build info by UI flow session](https://docs.flowx.ai/5.1/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 used to render it. - [Get Build Info](https://docs.flowx.ai/5.1/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 process via REST. - [Start process by build id and process name](https://docs.flowx.ai/5.1/docs/api/start-process/rest2.md): Start a FlowX process from your own app or backend by specifying the appId, buildId, and process definition name. - [Start process by workspace, app, and process name](https://docs.flowx.ai/5.1/docs/api/start-process/start-by-process-name.md): Start a process using the workspace's active build — the simplest public REST entry point for triggering a FlowX process from your own backend or scheduled job. - [Start process from UI with resource definition and inherit values](https://docs.flowx.ai/5.1/docs/api/start-process/start-process-rdi-inherit.md): Start a process by resource definition ID and inherit parameter values from a related process instance. Typically used from UI actions. - [Start process and copy data from another instance](https://docs.flowx.ai/5.1/docs/api/start-process/start-with-copy-data.md): Start a new process whose initial data is copied from an existing process instance — useful for retry, resume, and clone-like workflows. - [Node actions](https://docs.flowx.ai/5.1/docs/building-blocks/actions/actions.md): Actions define the activities that a node handles. Actions have various types and specify communication details for plugins or integrations. - [Append params to parent process](https://docs.flowx.ai/5.1/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.1/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 BPMN node. It's a way to specify business logic or decision-making processes in a business process. - [Extracting additional data in business rules](https://docs.flowx.ai/5.1/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 essential for handling user security details, configuration parameters, and business logic calculations. - [Kafka send action](https://docs.flowx.ai/5.1/docs/building-blocks/actions/kafka-send-action.md): The FlowX.AI Designer offers various options to configure the Kafka Send Action through the Actions tab at the node level. - [Send data to user interface](https://docs.flowx.ai/5.1/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 connection using Server-Sent Events (SSE). - [Send notification action](https://docs.flowx.ai/5.1/docs/building-blocks/actions/send-notification-action.md): Send emails directly from process nodes using the Send Notification action. Supports both new outbound emails and replies to received emails. - [Start integration workflow action](https://docs.flowx.ai/5.1/docs/building-blocks/actions/start-integration-workflow.md): The Start Integration Workflow action initiates a configured workflow to enable data processing, transformation, or other tasks across connected systems. - [Start new project instance](https://docs.flowx.ai/5.1/docs/building-blocks/actions/start-new-project-instance.md): Initiate a new main process from within an ongoing process to handle isolated use cases across different apps or environments. - [Start subprocess action](https://docs.flowx.ai/5.1/docs/building-blocks/actions/start-subprocess-action.md): A Start subprocess action is an action that allows you to start a subprocess from another (parent) process. - [Upload file action](https://docs.flowx.ai/5.1/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 available on Kafka. - [Call activity node](https://docs.flowx.ai/5.1/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 options for starting subprocesses. - [Start embedded subprocess](https://docs.flowx.ai/5.1/docs/building-blocks/node/call-subprocess-tasks/start-embedded-subprocess.md): The Start Embedded Subprocess node initiates subprocesses within a parent process, allowing for encapsulated functionality and enhanced process management. - [Error events](https://docs.flowx.ai/5.1/docs/building-blocks/node/error-events.md): Error Events expand the capabilities of process modeling and error handling within BPMN processing. These Error Event nodes enhance the BPMN standard and offer improved control over error management. - [Exclusive gateway](https://docs.flowx.ai/5.1/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 Gateway comes into play. This tool enables you to create conditional pathways based on data provided. - [Message catch boundary events](https://docs.flowx.ai/5.1/docs/building-blocks/node/message-events/message-catch-boundary-event.md): Trigger interrupting or non-interrupting boundary events on user tasks when an incoming message is received during a process flow. - [Message Start Event](https://docs.flowx.ai/5.1/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 received by the Message Start Event node. - [Message Events](https://docs.flowx.ai/5.1/docs/building-blocks/node/message-events/message-events.md): Message events serve as a means to incorporate messaging capabilities into business process modeling. These events are specifically designed to capture the interaction between different process participants by referencing messages. - [Intermediate message events in business processes](https://docs.flowx.ai/5.1/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 Events. - [Message catch intermediate event](https://docs.flowx.ai/5.1/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 before continuing with the process flow. - [Message intermediate events overview](https://docs.flowx.ai/5.1/docs/building-blocks/node/message-events/message-intermediate/message-intermediate.md): Overview of BPMN message intermediate events for throwing and catching messages within process flows. - [Message throw intermediate event](https://docs.flowx.ai/5.1/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 trigger communication or action with another part of the process. It represents the act of throwing a message to initiate a specific task or notification. - [Send message/receive message tasks](https://docs.flowx.ai/5.1/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 a running process and external systems. This is done using Kafka send actions or start integration workflow actions. - [Process nodes (BPMN)](https://docs.flowx.ai/5.1/docs/building-blocks/node/node.md): A Business Process Model and Notation (BPMN) node is a visual representation of a point in your process. Nodes are added at specific process points to denote the entrance or transition of a record within the process. - [Parallel gateway](https://docs.flowx.ai/5.1/docs/building-blocks/node/parallel-gateway.md): Run independent tasks concurrently in a process by opening and closing a parallel section with Parallel Gateway nodes. - [Start/end nodes](https://docs.flowx.ai/5.1/docs/building-blocks/node/start-end-node.md): Let's go through all the options for configuring start and end nodes for a process definition. - [Service Task node](https://docs.flowx.ai/5.1/docs/building-blocks/node/task-node.md): A service task node refers to a task that utilizes various services, such as Web services, automated applications, or other similar services, to accomplish a particular task. - [Timer boundary event](https://docs.flowx.ai/5.1/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 specific date condition is met. - [Timer events](https://docs.flowx.ai/5.1/docs/building-blocks/node/timer-events/timer-events.md): Trigger BPMN actions or events at predefined intervals, durations, or cycles to add time-based behavior to processes. - [Timer expressions](https://docs.flowx.ai/5.1/docs/building-blocks/node/timer-events/timer-expressions.md): Configure timer expressions using Cron syntax for scheduling or ISO 8601 format for durations and timeouts. - [Timer Intermediate Event (interrupting)](https://docs.flowx.ai/5.1/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 time duration or date. It is placed within the flow of a process and serves as a point of interruption and continuation. - [Timer start event (interrupting)](https://docs.flowx.ai/5.1/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.1/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 (defined in the UI Designer or a custom Angular component. You can also define actions available for the users to interact with the process. - [Data mappers](https://docs.flowx.ai/5.1/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.1/docs/building-blocks/process/data-model.md): Manage key-value attributes inside process definitions, supporting strings, numbers, booleans, objects, arrays, and enums. - [Process design principles](https://docs.flowx.ai/5.1/docs/building-blocks/process/design-principles.md): Foundational principles for designing FlowX processes. Covers modal usage, subprocess lifecycle, navigation, and platform behaviors. - [Navigation areas](https://docs.flowx.ai/5.1/docs/building-blocks/process/navigation-areas.md): Navigation areas play a pivotal role in user interface design. They enhance the user experience by providing a structured, organized, and efficient way for users to interact with and explore various features and solutions. - [Navigation best practices](https://docs.flowx.ai/5.1/docs/building-blocks/process/navigation-best-practices.md): Guidelines for choosing the right navigation patterns, understanding valid combinations, and avoiding common misconfigurations in FlowX process design. - [Passing data between nodes](https://docs.flowx.ai/5.1/docs/building-blocks/process/passing-data-between-nodes.md): How outputs from subprocesses, workflows, AI agents, and business rules land in process variables, and how downstream nodes read them. - [Permission-based expressions](https://docs.flowx.ai/5.1/docs/building-blocks/process/permission-based-expressions.md): Control UI element visibility and interaction based on user roles, usernames, and process data for granular access control. - [Process Designer](https://docs.flowx.ai/5.1/docs/building-blocks/process/process.md): The Process Designer workspace is tailored for creating and editing business processes, featuring a menu with all the essential elements needed to design a process. - [Process definition](https://docs.flowx.ai/5.1/docs/building-blocks/process/process-definition.md): The core of the platform is the process definition, which is the blueprint of the business process made up of nodes that are linked by sequences. - [Subprocess management](https://docs.flowx.ai/5.1/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.1/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.1/docs/building-blocks/reusable-resources/custom-components.md): Create custom React components that integrate with FlowX process data and actions, extending the built-in component palette with your own UI elements. - [Reusable Functions](https://docs.flowx.ai/5.1/docs/building-blocks/reusable-resources/reusable-functions.md): Create and manage business logic components that can be reused across multiple processes in your FlowX.AI applications. - [Reusable UI Templates](https://docs.flowx.ai/5.1/docs/building-blocks/reusable-resources/reusable-ui.md): Create and manage modular UI components that can be used across multiple User Tasks and processes in your FlowX.AI applications. - [Supported scripts](https://docs.flowx.ai/5.1/docs/building-blocks/supported-scripts.md): Scripts are used to execute actions and configure properties inside nodes. The following script languages are supported. - [Token](https://docs.flowx.ai/5.1/docs/building-blocks/token.md): Token represents the current position in the process flow. When you start a process, you have a graph of nodes that connect based on the defined sequence and configuration. - [UI Designer best practices](https://docs.flowx.ai/5.1/docs/building-blocks/ui-designer/best-practices.md): Best practices for creating effective user interfaces using FlowX.AI UI Designer, based on established design principles and platform capabilities. - [Conditional styling](https://docs.flowx.ai/5.1/docs/building-blocks/ui-designer/conditional-styling.md): Dynamically update styling and properties of UI elements based on conditions, reducing the need for multiple prototypes. - [Dynamic & computed values](https://docs.flowx.ai/5.1/docs/building-blocks/ui-designer/dynamic-and-computed-values.md): Build dynamic, interactive UIs with dynamic and computed values that deliver personalized and responsive experiences to users. - [Layout configuration](https://docs.flowx.ai/5.1/docs/building-blocks/ui-designer/layout-configuration.md): Layout settings are available for all components that can group other types of elements (for example, Containers or Cards). - [Localization and internationalization](https://docs.flowx.ai/5.1/docs/building-blocks/ui-designer/localization-and-i18n.md): FlowX.AI localization and internationalization adapt applications to different languages, regions, and formats, enhancing the user experience with dynamic date, number and currency formatting. - [Platform-specific considerations](https://docs.flowx.ai/5.1/docs/building-blocks/ui-designer/platform-considerations.md): Platform-specific configuration, limitations, and best practices for Web, iOS, and Android platforms in FlowX.AI UI Designer. - [Screen configuration guide](https://docs.flowx.ai/5.1/docs/building-blocks/ui-designer/screen-configuration-guide.md): Learn how to configure screens effectively using FlowX.AI UI Designer with platform-specific settings and navigation areas. - [UI actions](https://docs.flowx.ai/5.1/docs/building-blocks/ui-designer/ui-actions.md): Control how UI elements respond to user interactions, including loaders, modals, and sending data back to a process. - [Buttons](https://docs.flowx.ai/5.1/docs/building-blocks/ui-designer/ui-component-types/buttons.md): Interactive button components for triggering actions and file uploads with comprehensive styling and configuration options. - [Chat](https://docs.flowx.ai/5.1/docs/building-blocks/ui-designer/ui-component-types/chat.md): Enable interactive AI agent conversations with end-users through a conversational interface in FlowX applications. - [Collection](https://docs.flowx.ai/5.1/docs/building-blocks/ui-designer/ui-component-types/collection/collection.md): The Collection component functions as a versatile container element, allowing you to iterate through a list of elements and display them according to their specific configurations. - [Collection Prototype](https://docs.flowx.ai/5.1/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 collection prototypes. - [File preview](https://docs.flowx.ai/5.1/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 Preview component. - [Checkbox](https://docs.flowx.ai/5.1/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 multiple selectable options. It allows you to choose one or more options from a pre-determined set by checking the corresponding checkboxes. - [Datepicker](https://docs.flowx.ai/5.1/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 or select a date value. - [Input field](https://docs.flowx.ai/5.1/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 and platform-specific customization. - [Multi select](https://docs.flowx.ai/5.1/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 a list of choices. Each option consists of a label, which is displayed in the dropdown menu, and a corresponding value, which is stored upon selection. - [Radio](https://docs.flowx.ai/5.1/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 describing a set of related options). Only one radio button in a group can be selected at the same time. - [Segmented button](https://docs.flowx.ai/5.1/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 between 2 and 5 options in the group. The segmented button helps improve usability in your app. - [Single Select](https://docs.flowx.ai/5.1/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 including search, validation, and selective option disabling. - [Slider](https://docs.flowx.ai/5.1/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 between 2 and 5 options in the group. The slider helps improve usability in your app. - [Switch](https://docs.flowx.ai/5.1/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 boolean values in your process instances. - [Text area](https://docs.flowx.ai/5.1/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 feedback. - [Image](https://docs.flowx.ai/5.1/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 dynamic visual representation of an object, concept, or content. - [Indicators](https://docs.flowx.ai/5.1/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.1/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.1/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 single action. - [Progress bar](https://docs.flowx.ai/5.1/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.1/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 aligning various elements. It offers added functionality by incorporating an accordion feature, allowing users to expand and collapse content as needed. - [Container](https://docs.flowx.ai/5.1/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 and arrange them as needed, providing flexibility in UI design. It can also serve as the root component for your design. - [Custom component](https://docs.flowx.ai/5.1/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 identifier. This will dictate where the component is displayed in the component hierarchy and what actions are available for the component. - [Root Components in UI Design](https://docs.flowx.ai/5.1/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 framework for arranging and configuring different types of components. - [Separator](https://docs.flowx.ai/5.1/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.1/docs/building-blocks/ui-designer/ui-component-types/table.md): The Table component is a versatile UI element allowing structured data display with customizable columns, pagination, filtering, and styling options. - [Tooltip](https://docs.flowx.ai/5.1/docs/building-blocks/ui-designer/ui-component-types/tooltip.md): A UI component that displays additional context on hover or focus, with configurable icon and content. - [Typography](https://docs.flowx.ai/5.1/docs/building-blocks/ui-designer/ui-component-types/typography.md): Typography is an important aspect of design that greatly influences how users perceive and interact with your content. In this section, we'll explore how to effectively utilize two essential UI elements, "Text" and "Link." - [UI Designer](https://docs.flowx.ai/5.1/docs/building-blocks/ui-designer/ui-designer.md): The FlowX.AI UI Designer is a comprehensive, multi-platform interface creation tool that enables visual design of user experiences across web, iOS, and Android platforms without extensive coding. - [UI events](https://docs.flowx.ai/5.1/docs/building-blocks/ui-designer/ui-events.md): UI events enable frontend-side data transformations directly on UI components, eliminating the need for server roundtrips when updating local data. Configure event expressions that evaluate at runtime to create responsive, performant user interfaces. - [Validators](https://docs.flowx.ai/5.1/docs/building-blocks/ui-designer/validators.md): Apply pre-defined validation rules to form inputs such as text, number, email, and date fields across web, mobile, and desktop apps. - [UI Flows](https://docs.flowx.ai/5.1/docs/building-blocks/ui-flows.md): Build reusable, multi-platform user interfaces that work across web, iOS, and Android without the overhead of BPMN processes. - [Fonts](https://docs.flowx.ai/5.1/docs/flowx-designer/design-assets/font-files.md): Fonts management allows you to upload and manage multiple font files, which can be later utilized when configuring UI templates using the UI Designer. - [Global Media Library](https://docs.flowx.ai/5.1/docs/flowx-designer/design-assets/global-media-library.md): System assets serve as a centralized hub for managing and organizing various types of media files outside an application, used on themes, including images, GIFs, and more. - [Themes](https://docs.flowx.ai/5.1/docs/flowx-designer/design-assets/themes.md): Theme management enables you to change the appearance and styling of your app. Personalize the look and feel to match your branding, preferences, or specific requirements. - [Adding a new node](https://docs.flowx.ai/5.1/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 Designer. - [Adding an action to a node](https://docs.flowx.ai/5.1/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 management, and integration with external systems. - [Adding parallel flow branches](https://docs.flowx.ai/5.1/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 activities simultaneously. - [Creating and managing process definitions](https://docs.flowx.ai/5.1/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, duplicate, copy between projects, and view dependencies. - [Creating a new project](https://docs.flowx.ai/5.1/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.1/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 FlowX.AI Designer. - [Exporting and importing projects](https://docs.flowx.ai/5.1/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 functionality in FlowX.AI Designer. - [Handling decisions in the flow](https://docs.flowx.ai/5.1/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 create dynamic, decision-driven workflows. - [Moving a token backwards in a process](https://docs.flowx.ai/5.1/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 previous steps while preserving data. - [Initiating/starting processes](https://docs.flowx.ai/5.1/docs/flowx-designer/managing-a-project-flow/starting-a-process.md): Learn the different methods for starting process instances in FlowX.AI, including user interaction, automated triggers, and system integration options. - [FlowX.AI Designer](https://docs.flowx.ai/5.1/docs/flowx-designer/overview.md): The FlowX.AI Designer is a collaborative, no-code, web-based application development environment, designed to facilitate the creation of web and mobile applications without the need for coding expertise. - [Tutorial: Build a credit card application](https://docs.flowx.ai/5.1/docs/getting-started/building-your-first-proc.md): Learn FlowX.AI by building a complete credit card request flow with forms, integrations, and notifications. - [FlowX.AI documentation](https://docs.flowx.ai/5.1/docs/introduction.md): Build enterprise applications and deploy AI agents for banking, insurance, and logistics - [Accessibility](https://docs.flowx.ai/5.1/docs/platform-deep-dive/accessibility.md): WCAG 2.1 Level AA accessibility support in FlowX.AI, including screen reader compatibility, keyboard navigation, and configurable accessibility properties across web and mobile platforms. - [FlowX.AI Advancing Controller](https://docs.flowx.ai/5.1/docs/platform-deep-dive/core-components/advancing-controller.md): The Advancing Controller is a support service for the FlowX.AI Engine that enhances the efficiency of advancing operations. It facilitates equal distribution and redistribution of the workload during scale-up and scale-down scenarios. - [FlowX.AI Events Gateway](https://docs.flowx.ai/5.1/docs/platform-deep-dive/core-components/events-gateway.md): The FlowX Events Gateway is a service that centralizes the communication with Server-Sent Events (SSE) messages from Backend to Frontend. - [FlowX.AI Engine](https://docs.flowx.ai/5.1/docs/platform-deep-dive/core-components/flowx-engine.md): Core service that runs process definitions, generates UI, and communicates with the frontend, custom integrations, and plugins. - [FlowX.AI Audit](https://docs.flowx.ai/5.1/docs/platform-deep-dive/core-extensions/audit.md): The Audit service provides a centralized location for all audit events. The following details are available for each event. - [Configuration parameters](https://docs.flowx.ai/5.1/docs/platform-deep-dive/core-extensions/configuration-parameters.md): Manage variables and values that change across deployment environments (Development, QA, Production) without hardcoded updates. - [FlowX.AI CMS](https://docs.flowx.ai/5.1/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 platform, designed to enhance the platform's capabilities with specialized functionalities for managing taxonomies and diverse content types. - [Combining files](https://docs.flowx.ai/5.1/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.1/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 conversion and on-the-fly CSV/Excel (including macro-enabled .xlsm) to JSON conversion on download. - [Deleting files](https://docs.flowx.ai/5.1/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.1/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 platform capabilities with functionality specific to document handling. - [Encrypting and decrypting files](https://docs.flowx.ai/5.1/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.1/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 current process instance. - [Getting URLs](https://docs.flowx.ai/5.1/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 is essential. This process involves adding a custom action to your workflow that requests URLs from the Documents plugin. - [Listing stored files](https://docs.flowx.ai/5.1/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 Plugin REST API. - [Managing templates](https://docs.flowx.ai/5.1/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 document generation, enabling customization through various parameter types. - [Splitting documents](https://docs.flowx.ai/5.1/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.1/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 configuring workflows for document processing. - [Enumerations](https://docs.flowx.ai/5.1/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 UI components or templates. These values can be tailored for specific source systems or languages. - [Media library](https://docs.flowx.ai/5.1/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.1/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 to use an external system for sending the notifications, you can use the notification plugin just to forward the notifications to your custom implementation. - [Managing notification templates](https://docs.flowx.ai/5.1/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 dedicated section. - [Notification Templates](https://docs.flowx.ai/5.1/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 **enhance the core platform capabilities with functionality specific to sending various notifications**. - [Generate OTP](https://docs.flowx.ai/5.1/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 business flow, for example when validating an email account. - [Handling OTP](https://docs.flowx.ai/5.1/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) generation and validation flow. - [Validate OTP](https://docs.flowx.ai/5.1/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 integration. - [Sending a notification](https://docs.flowx.ai/5.1/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 using the FlowX.AI Notifications Plugin. - [Sending an email](https://docs.flowx.ai/5.1/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 topic configuration as for sending regular notifications. A notification template must be created, and the corresponding Kafka topics must be defined. - [Substitution tags](https://docs.flowx.ai/5.1/docs/platform-deep-dive/core-extensions/content-management/substitution-tags.md): Substitution tags are used to generate dynamic content across the platform. As **enumerations**, substitution tags can be defined for each language set for the solution. - [FlowX.AI Scheduler](https://docs.flowx.ai/5.1/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 your custom FlowX deployment to enhance the core platform capabilities with functionality specific to scheduling messages. - [FlowX.AI Data Search](https://docs.flowx.ai/5.1/docs/platform-deep-dive/core-extensions/search-data-service.md): Search for specific data across process instances using Elasticsearch-powered indexing for fast, precise results. - [Task Management localization](https://docs.flowx.ai/5.1/docs/platform-deep-dive/core-extensions/task-management/task-management-localization.md): Comprehensive localization support for Task Management, enabling multi-language experiences through FlowX substitution tags. - [Task management](https://docs.flowx.ai/5.1/docs/platform-deep-dive/core-extensions/task-management/task-management-overview.md): Task Management tracks work items generated by running processes, giving teams visibility into who is doing what and where each case stands. One task is created per process instance. - [Using allocation rules](https://docs.flowx.ai/5.1/docs/platform-deep-dive/core-extensions/task-management/using-allocation-rules.md): Allocation rules automatically assign tasks to users as tokens enter a swimlane, distributing work based on each user's current task count. - [Using out of office records](https://docs.flowx.ai/5.1/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 can be allocated manually or automatically. - [Using stages](https://docs.flowx.ai/5.1/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 each node and they will be used to trigger an event when passing from one stage to another. - [Building a connector](https://docs.flowx.ai/5.1/docs/platform-deep-dive/integrations/building-a-connector.md): Build custom connectors to integrate external systems with FlowX.AI as independently deployable microservices. - [Consuming FlowX from external apps](https://docs.flowx.ai/5.1/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 with the SDKs, trigger processes via REST or webhooks, drive events through Kafka, or react to events downstream. - [Creating a Kafka consumer](https://docs.flowx.ai/5.1/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.1/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.1/docs/platform-deep-dive/integrations/custom-agent-node.md): Create AI agents with advanced capabilities using MCP tools to execute complex tasks in Integration Designer workflows. - [Email Sender](https://docs.flowx.ai/5.1/docs/platform-deep-dive/integrations/email-sender.md): Configure SMTP email connections as data sources to send emails directly from your FlowX.AI processes, including replies to received emails and new outbound messages. - [Email Trigger](https://docs.flowx.ai/5.1/docs/platform-deep-dive/integrations/email-trigger.md): Configure email-based process triggers to automatically start process instances when emails are received. Email Triggers connect to IMAP mail servers and monitor specific mailboxes to initiate workflows. - [Finding identifiers and parameters](https://docs.flowx.ai/5.1/docs/platform-deep-dive/integrations/finding-identifiers-and-parameters.md): A comprehensive reference guide for locating identifiers, UUIDs, and parameters required for API calls, Kafka integrations, and external system connections. - [FlowX Database](https://docs.flowx.ai/5.1/docs/platform-deep-dive/integrations/flowx-database.md): Store and access structured data between processes and applications - [Incoming Webhooks](https://docs.flowx.ai/5.1/docs/platform-deep-dive/integrations/incoming-webhooks.md): Trigger FlowX processes when an external system sends an HTTP POST. Secure with API keys, event-driven, no polling. - [Integration Designer](https://docs.flowx.ai/5.1/docs/platform-deep-dive/integrations/integration-designer.md): Connect FlowX to external systems via REST APIs using a drag-and-drop interface for data models, workflows, and endpoints. - [Overview](https://docs.flowx.ai/5.1/docs/platform-deep-dive/integrations/integrations-overview.md): Integrations connect legacy systems, third-party applications, and external data sources to the FlowX Engine through two complementary approaches. - [Knowledge Base integration](https://docs.flowx.ai/5.1/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 information from static documents and dynamic data feeds. - [Managing stores](https://docs.flowx.ai/5.1/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. - [Using Knowledge Base in workflows](https://docs.flowx.ai/5.1/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 workflows. - [MCP Data Sources](https://docs.flowx.ai/5.1/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.1/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 agents to use external tools and services. - [Microsoft Outlook](https://docs.flowx.ai/5.1/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 FlowX.AI processes, using Azure AD authentication for native Outlook integration. - [Mock integrations](https://docs.flowx.ai/5.1/docs/platform-deep-dive/integrations/mock-integrations.md): If you need to test the business process flow but haven't completed all integrations, you can still do so by utilizing the mock integrations server included in the platform. - [Observability with OpenTelemetry](https://docs.flowx.ai/5.1/docs/platform-deep-dive/integrations/open-telemetry.md): Monitor and analyze FlowX.AI platform performance using OpenTelemetry for distributed tracing, metrics, and logging. - [Oracle Database](https://docs.flowx.ai/5.1/docs/platform-deep-dive/integrations/oracle-database.md): Connect to Oracle databases as a data source in FlowX workflows and run SQL queries against them. - [Proxy connections](https://docs.flowx.ai/5.1/docs/platform-deep-dive/integrations/proxy-connections.md): Create and manage reusable proxy connections to route data source traffic through HTTP or HTTPS proxy servers. - [Unmanaged MongoDB](https://docs.flowx.ai/5.1/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.1/docs/platform-deep-dive/integrations/workflow-data-models.md): Define structured data models at the workflow level with input and output parameters, enabling consistent data lineage and structured integration between processes and Integration Designer workflows. - [FlowX custom plugins](https://docs.flowx.ai/5.1/docs/platform-deep-dive/plugins/custom-plugins.md): Adding new capabilities to the core platform can be done by using plugins. FlowX plugins represent already-built functionality that can be added to a FlowX.AI platform deployment. - [OCR plugin](https://docs.flowx.ai/5.1/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 and extract handwritten signatures from .pdf documents. - [Authorization & access roles](https://docs.flowx.ai/5.1/docs/platform-deep-dive/plugins/custom-plugins/reporting/access-and-authorization.md): Configure authorization and access roles for the Reporting plugin using Keycloak integration with Apache Superset. - [Reporting plugin](https://docs.flowx.ai/5.1/docs/platform-deep-dive/plugins/custom-plugins/reporting/reporting-overview.md): Build custom and technical reports from BPMN process data and process instance data, integrated with the FlowX.AI Engine. - [WYSIWYG editor](https://docs.flowx.ai/5.1/docs/platform-deep-dive/plugins/wysiwyg.md): Create and edit notification and document templates in FlowX Designer with the WYSIWYG (What You See Is What You Get) editor. - [Third-party components](https://docs.flowx.ai/5.1/docs/platform-deep-dive/third-party-components.md): FlowX.AI uses a number of third-party software components - [Business filters](https://docs.flowx.ai/5.1/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 process instances based on a business specific value (for example, bank branch name). - [Swimlanes](https://docs.flowx.ai/5.1/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.1/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.1/docs/platform-overview/flowx-architecture.md): FlowX.AI is built on a layered microservices architecture with event-driven communication. This page covers the 23+ backend services, AI Platform, client SDKs, and infrastructure that make up the platform. - [Intro to BPMN](https://docs.flowx.ai/5.1/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 food order, or registering a vehicle. - [Intro to Elasticsearch](https://docs.flowx.ai/5.1/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 and search event data. - [Intro to Kafka concepts](https://docs.flowx.ai/5.1/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 volume of data and enables you to pass messages from one end-point to another. - [Intro to Kubernetes](https://docs.flowx.ai/5.1/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 manual processes involved in containerized application deployment, management, and scaling. - [Intro to NGINX](https://docs.flowx.ai/5.1/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 configuration, and low resource consumption that can also function as a reverse proxy, load balancer, mail proxy, HTTP cache, and many other things. - [Intro to Redis](https://docs.flowx.ai/5.1/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 used data with sub-millisecond response times. - [Projects](https://docs.flowx.ai/5.1/docs/projects/managing-applications/application.md): Projects group all resources and dependencies needed to implement an use case. - [Dependencies](https://docs.flowx.ai/5.1/docs/projects/managing-applications/dependencies.md): Manage dependencies between projects and libraries to enable resource sharing, modular development, and version control across your FlowX applications - [Libraries](https://docs.flowx.ai/5.1/docs/projects/managing-applications/libraries.md): Libraries are specialized projects that serve as reusable containers for resources that can be shared across multiple projects. - [Versioning](https://docs.flowx.ai/5.1/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.1/docs/projects/reference-types.md): Understanding how Reference Type values are determined in the Resource Usage Overview and why certain values appear based on the underlying resource model. - [Resources](https://docs.flowx.ai/5.1/docs/projects/resources.md): Overview of Global and project resources, including their usage, dependencies, promotion, and configuration within the platform. - [Active policy](https://docs.flowx.ai/5.1/docs/projects/runtime/active-policy.md): The Active policy defines the strategy for selecting which build version of a project is active in the runtime environment. - [Failed process start (exceptions)](https://docs.flowx.ai/5.1/docs/projects/runtime/active-process/failed-process-start.md): View and debug exceptions that occur when process instances fail to start, including detailed error information and stack traces. - [Process instance](https://docs.flowx.ai/5.1/docs/projects/runtime/active-process/process-instance.md): A process instance is a specific execution of a business process that is defined on the FlowX.AI platform. Once a process definition is added to the platform, it can be executed, monitored, and optimized by creating an instance of the definition. - [Update process variables](https://docs.flowx.ai/5.1/docs/projects/runtime/active-process/update-process-variables.md): Modify process variables on active process instances to resolve production issues without restarts or backend intervention. - [Builds](https://docs.flowx.ai/5.1/docs/projects/runtime/builds.md): The Build feature allows for the creation of deployable packages of a project, encapsulating all its resources into a single unit. - [Configuration parameters overrides](https://docs.flowx.ai/5.1/docs/projects/runtime/configuration-parameters-overrides.md): The Configuration parameters overrides feature allows you to set environment-specific values for certain parameters within a project. - [Manage Triggers](https://docs.flowx.ai/5.1/docs/projects/runtime/manage-triggers.md): Monitor and control event-based triggers that automatically start process instances. Manage Triggers provides a centralized interface to view, activate, and deactivate triggers configured in your project builds. - [Scheduled processes](https://docs.flowx.ai/5.1/docs/projects/runtime/scheduled-processes.md): Automate process instance creation on specific dates, times, or intervals using Start Timer Event nodes and predefined schedules. - [UI Flow Sessions](https://docs.flowx.ai/5.1/docs/projects/runtime/ui-flow-sessions.md): Monitor and manage active UI Flow sessions, track session activity, and view audit logs. UI Flow Sessions provides visibility into user interactions with UI Flows, including session status, audit trails, and associated processes. - [Workspaces](https://docs.flowx.ai/5.1/docs/projects/workspaces.md): Workspaces enable organizations to manage multiple business contexts within one FlowX instance while maintaining logical data isolation. - [Container app authentication](https://docs.flowx.ai/5.1/docs/saas/container-app-authentication.md): Configure authentication flows, landing pages, and session management for container applications that embed FlowX UI Flows. - [Container app branding](https://docs.flowx.ai/5.1/docs/saas/container-app-branding.md): Customize the visual appearance of the SaaS container app with organization-level branding settings. - [Inviting Users](https://docs.flowx.ai/5.1/docs/saas/inviting-users.md): Learn how Organization Admins can invite designer users to their organization via email with role assignments and secure activation. - [Organization settings](https://docs.flowx.ai/5.1/docs/saas/organization-settings.md): Configure AI providers, manage access, design assets, and platform settings for your FlowX organization. - [FlowX SaaS Overview](https://docs.flowx.ai/5.1/docs/saas/saas-overview.md): Learn about FlowX.AI SaaS deployment model and multi-tenant architecture. - [Android SDK](https://docs.flowx.ai/5.1/sdks/android-renderer.md): Install and configure the FlowX.AI Android SDK to render process-driven UI in native Android apps. Requires Android 8.0+ (API 26). - [Angular SDK](https://docs.flowx.ai/5.1/sdks/angular-renderer.md): FlowxProcessRenderer is a library designed to render the UI of processes created via the Flowx Process Designer. - [iOS SDK](https://docs.flowx.ai/5.1/sdks/ios-renderer.md): Install and configure the FlowX.AI iOS SDK to render process-driven UI in native iOS apps. Requires iOS 15+ and Swift 5.7. - [React SDK](https://docs.flowx.ai/5.1/sdks/react-renderer.md): The FlowxProcessRenderer is a low code library designed to render UI configured via the Flowx.AI Process Editor. - [SDKs overview](https://docs.flowx.ai/5.1/sdks/sdks-overview.md): FlowX.AI web and native mobile SDKs auto-generate UIs from business process definitions for browser and banking app integration. - [IAM solution](https://docs.flowx.ai/5.1/setup-guides/access-management/access-management-overview.md): Identity and access management (IAM) framework of processes, policies, and technologies for controlling access to digital identities. - [Configuring an IAM solution (Keycloak)](https://docs.flowx.ai/5.1/setup-guides/access-management/configuring-an-iam-solution.md): This guide provides step-by-step instructions for configuring a minimal Keycloak setup to manage users, roles, and apps efficiently. - [Configuring an IAM solution (EntraID)](https://docs.flowx.ai/5.1/setup-guides/access-management/configuring-an-iam-solution-entra.md): This guide provides step-by-step instructions for configuring a minimal EntraId setup to manage users, roles, and applications efficiently. - [End-user access management](https://docs.flowx.ai/5.1/setup-guides/access-management/end-user-access-management.md): Manage end-user roles, groups, and attributes for controlling access to published solutions at runtime. - [Permission reference guide](https://docs.flowx.ai/5.1/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.1/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.1/setup-guides/access-management/roles-permissions-matrix.md): Detailed permission matrices for all FlowX roles across organization, workspace, and project levels - [Runtime authorization](https://docs.flowx.ai/5.1/setup-guides/access-management/runtime-authorization.md): Project-scoped roles, end-user groups, and solution sharing for controlling who can access a published FlowX solution at runtime. - [Workspaces access rights](https://docs.flowx.ai/5.1/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.1/setup-guides/admin-setup-guide.md): Complete configuration reference for the FlowX Admin microservice, including logging, databases, Kafka, and various subsystems. - [FlowX Advancing Controller setup](https://docs.flowx.ai/5.1/setup-guides/advancing-controller-setup-guide.md): This guide provides step-by-step instructions to help you configure and deploy the Advancing Controller effectively. - [Application Manager setup](https://docs.flowx.ai/5.1/setup-guides/application-manager.md): Set up the Application Manager backend microservice for managing FlowX apps, libraries, versions, manifests, and builds. - [Audit setup](https://docs.flowx.ai/5.1/setup-guides/audit-setup-guide.md): This guide will walk you through the process of setting up the Audit service and configuring it to meet your needs. - [Authorization system setup](https://docs.flowx.ai/5.1/setup-guides/authorization-setup-guide.md): Configure these environment variables for the authorization-system microservice deployment. - [FlowX CMS setup](https://docs.flowx.ai/5.1/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.1/setup-guides/data-sync.md): Comprehensive guide for configuring and deploying the Data-Sync Job in your Kubernetes environment - [FlowX Designer setup](https://docs.flowx.ai/5.1/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.1/setup-guides/document-parser-setup.md): Configure the Document Parser service for document text extraction, OCR processing, and AI-powered document parsing. - [Documents plugin setup](https://docs.flowx.ai/5.1/setup-guides/documents-plugin-setup.md): The Documents plugin provides functionality for generating, persisting, combining, and manipulating documents within the FlowX.AI system. - [Email Gateway setup](https://docs.flowx.ai/5.1/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.1/setup-guides/events-gateway-setup.md): This guide will walk you through the process of setting up the events-gateway service. - [Configuring access roles for processes](https://docs.flowx.ai/5.1/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, business filters, and permissions configuration. - [Configuring Elasticsearch indexing](https://docs.flowx.ai/5.1/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 transport strategies. - [Indexing config guidelines](https://docs.flowx.ai/5.1/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 app load and indexed keys per process. - [FlowX Engine setup](https://docs.flowx.ai/5.1/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.1/setup-guides/flowx-engine-setup-guide/process-instance-data-archiving.md): Improving data management using data partitioning and the archival processes. - [Ingress configuration guide](https://docs.flowx.ai/5.1/setup-guides/ingress-configuration.md): Centralized guide for configuring Kubernetes ingress for FlowX.AI services - [Integration Designer setup](https://docs.flowx.ai/5.1/setup-guides/integration-designer-setup.md): This guide explains how to configure the Integration Designer service using environment variables. - [Kafka Authentication profile](https://docs.flowx.ai/5.1/setup-guides/kafka-authentication-config.md): Enable secure Kafka communication across Java microservices using Spring configuration profiles - [License service setup](https://docs.flowx.ai/5.1/setup-guides/license-engine-setup.md): Set up the License service (formerly License Engine) — manages platform and application licensing, subscription plans, feature quotas, and usage tracking across SaaS and self-hosted deployments. - [ModPod setup](https://docs.flowx.ai/5.1/setup-guides/modpod-setup.md): Configure the ModPod service for ML model serving with LightGBM, scikit-learn, and SHAP explainability. - [NoSQL DB Runner](https://docs.flowx.ai/5.1/setup-guides/nosql-db-runner.md): Set up the NoSQL DB Runner microservice that powers FlowX Database with MongoDB and Azure Cosmos DB support. - [Notifications plugin setup](https://docs.flowx.ai/5.1/setup-guides/notifications-plugin-setup.md): The Notifications plugin is available as a Docker image, and it has the following dependencies. - [Deployment configuration for OpenTelemetry](https://docs.flowx.ai/5.1/setup-guides/open-telemetry-config.md): Guide to deploying OpenTelemetry components and configuring associated services. - [Organization Manager setup](https://docs.flowx.ai/5.1/setup-guides/organization-manager-setup.md): This guide provides step-by-step instructions for setting up the Organization Manager microservice. - [Open Telemetry default properties](https://docs.flowx.ai/5.1/setup-guides/ot-default-properties.md): Default OpenTelemetry configuration properties for FlowX.AI services, including Java agent settings, exporters, and resource attributes. - [OCR plugin setup](https://docs.flowx.ai/5.1/setup-guides/plugins-setup-guide/ocr-plugin-setup.md): The OCR plugin is a Docker image that can be deployed using the following infrastructure prerequisites. - [Plugins setup](https://docs.flowx.ai/5.1/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.1/setup-guides/plugins-setup-guide/reporting-setup.md): The Reporting setup guide assists in configuring the reporting plugin, relying on specific dependencies and configurations. - [Redis configuration](https://docs.flowx.ai/5.1/setup-guides/redis-configuration.md): Configure Redis deployment modes for FlowX platform services - [Runtime manager setup](https://docs.flowx.ai/5.1/setup-guides/runtime-manager.md): This guide provides a step-by-step process for setting up and configuring the Runtime Manager module, including database, Kafka, and OAuth2 authentication settings to manage runtime and build configurations. - [Scheduler setup](https://docs.flowx.ai/5.1/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.1/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.1/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.1/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.1/setup-guides/spicedb.md): This guide covers the step-by-step installation and configuration of SpiceDB for FlowX deployments, including operator installation, database setup, and service integration. - [Task management setup](https://docs.flowx.ai/5.1/setup-guides/task-management-plugin-setup.md): Configure and deploy the Task Management plugin as a Docker microservice within the FlowX platform. - [Web Crawler setup](https://docs.flowx.ai/5.1/setup-guides/web-crawler-setup.md): Configure the Web Crawler service for web page crawling, content extraction, and AI-driven browser automation. - [Webhook Gateway setup](https://docs.flowx.ai/5.1/setup-guides/webhook-gateway-setup.md): Set up the Webhook Gateway microservice — the public endpoint that receives incoming webhook calls from external systems and routes them to FlowX processes via Kafka. - [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 features that will elevate your workflow experience. From the new theming options to enhanced functionality, this update will take your productivity to the next level. 🚀 - [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, please! 🥁 **FLOWX.AI 3.3** has arrived, bringing a new wave of exciting new features and enhancements. - [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 fixes to improve your FLOWX.AI experience. While it may not be a major version update, it's packed with valuable improvements. - [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 reliability of the platform. Here are the key bug fixes in this release. - [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 version 4.0 - [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.0. - [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 new level of innovation and efficiency with FlowX.AI 4.0. - [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 that will elevate your workflow experience. - [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 features that will elevate your workflow experience. - [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 to v4.5.0 for deploying the FlowX.AI platform. - [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, enhancements, and fixes to supercharge your workflow and provide a seamless development experience. - [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 to v4.5.1 for deploying the FlowX.AI platform. - [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 integrations, and essential bug fixes. - [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 to v4.5.3 for deploying the FlowX.AI platform. - [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, plugin integration improvements, significant performance optimizations, and essential bug fixes. This release provides a robust, user-friendly experience with improved operational clarity and efficiency. - [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, usability, and performance across the platform. - [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, usability, and performance across the platform. - [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 improved plugin functionality for better performance and usability. - [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 to v4.6.0 for deploying the FlowX.AI platform. - [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 you time, boost efficiency, and maybe even make you chuckle. Let’s dive into the details, feature by glorious feature. 🎉 - [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. No new features this time—just focused updates to improve stability, fix bugs, and enhance overall performance. Simple, clean, and efficient. - [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 configs under control—because struggling with your platform is *so* last season. 😎🔥 - [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 improvements to make your development journey even smoother! 🚀 - [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 DMN business rules, and fixes issues with subprocess handling, media file imports, and OCR functionality to enhance your development workflow! 🚀 - [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, and fixes data streams, UI templates, and application export/import issues to improve your development experience! 🚀 - [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 issues across build exports, reporting, SDK functionality, and cross-platform consistency to deliver a more reliable development experience! 🚀 - [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 dependency and introduces High Availability improvements with Redis Sentinel mode support to deliver a more reliable and scalable development experience! 🚀 - [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 issues across the Designer, Process Engine, and Integration Designer components. - [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 of FlowX.AI. - [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 process - [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.x to v5.0.0. - [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.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 of FlowX.AI. - [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 process - [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.7.x to v5.1.0. - [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, Reusable Resources, and more for a more efficient and flexible development experience. - [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 improvements for the FlowX.AI 5.1.x LTS line. - [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 FlowX.AI 5.1.x LTS line. - [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 FlowX.AI 5.1.x LTS line. - [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. - [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 handling, REST API response caching, and Python IDE enhancements for business rules development. - [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 custom component integration, and mobile accessibility improvements. - [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 processes, MCP server enhancements, and backend performance improvements. - [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 authentication, and platform management updates. - [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, unmanaged MongoDB, UI Flow session variables, chat history, and 28 bug fixes. - [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 deployments. - [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-based UI Flows, voice input, end-user access management, and advanced query builder. - [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 deployments. - [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 theme components, Angular bulk file upload, and webhook provider adapters. ## OpenAPI Specs - [openapi](https://docs.flowx.ai/api-reference/openapi.json)