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

# FlowX SaaS Overview

> Learn about FlowX.AI SaaS deployment model and multi-tenant architecture.

<Info>
  FlowX.AI is available as a managed SaaS offering. For self-managed deployments, see the [Setup Guides](/5.9/setup-guides/setup-guides-overview).
</Info>

## Deployment models

FlowX.AI is available in two deployment models:

<CardGroup cols={2}>
  <Card title="Self-Hosted" icon="server">
    **Customer Cloud**

    Deploy FlowX.AI in your own infrastructure as a single-organization setup, with full control over configuration, security, and data residency.

    * Single-organization deployment
    * Complete infrastructure control
    * Custom security configurations
    * Data residency compliance
  </Card>

  <Card title="FlowX SaaS" icon="cloud">
    **FlowX-hosted**

    Get started quickly with FlowX.AI hosted and managed by FlowX, with automatic updates and maintenance.

    * Automatic provisioning
    * Managed infrastructure
    * Built-in multi-tenancy
    * Automatic updates
  </Card>
</CardGroup>

<Info>
  **Self-hosted licensing**

  Self-hosted deployments connect to the FlowX SaaS licensing infrastructure for license validation and usage reporting. The License service on your environment communicates with the FlowX SaaS license server. Ensure your network allows outbound connectivity to the FlowX SaaS endpoints provided during setup.

  For more details, see the [License service setup guide](/5.9/setup-guides/license-engine-setup).
</Info>

## Available regions

FlowX SaaS is available in the following regions:

<CardGroup cols={2}>
  <Card title="European Union" icon="earth-europe">
    Hosted in the EU for organizations requiring European data residency.
  </Card>

  <Card title="United States" icon="earth-americas">
    Hosted in the US for organizations requiring North American data residency.
  </Card>
</CardGroup>

***

## Updates and maintenance

FlowX manages all platform updates and maintenance for SaaS environments. No action is required from your team.

***

## Workspace types

Each workspace in FlowX SaaS is assigned a type that indicates its purpose in the delivery lifecycle:

| Workspace Type  | Purpose                                      |
| --------------- | -------------------------------------------- |
| **Development** | Building and iterating on apps and workflows |
| **Staging**     | Testing and validation before production     |
| **Production**  | Live environment serving end users           |

The workspace type is visible in the Designer workspace selector, so you can identify which environment you are working in.

***

## FlowX SaaS capabilities

FlowX SaaS provides a secure multi-tenant platform with organization management and tenant isolation.

**Multi-tenant architecture**

FlowX SaaS implements workspace-level isolation to ensure data security across organizations:

<CardGroup cols={2}>
  <Card title="Authentication isolation" icon="key">
    Each organization has its own identity provider
  </Card>

  <Card title="Database isolation" icon="database">
    Each organization has its own database
  </Card>

  <Card title="Resource isolation" icon="folder">
    Each organization has its own resources
  </Card>
</CardGroup>
