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

# Data Flow

> Data flow diagrams for Design Studio and Digital Onboarding

# Design Studio Data Flow

The **Design Studio** user interface captures data provided by the user to build onboarding journeys, including their flow and UI elements. This data also includes authentication-related information such as username, email, and password. The underlying services used to store this data are as follows:

* Username, email and password are stored and managed in [AWS Cognito](https://aws.amazon.com/pm/cognito).
* UI element configuration data (excluding any sensitive data) is stored in [GitHub](https://github.com/).
* API keys and credentials of external providers are securely stored in [AWS Secret Manager.](https://aws.amazon.com/secrets-manager/)
* Flow-related components are stored in [AWS DynamoDB](https://aws.amazon.com/pm/dynamodb/).

<img src="https://mintcdn.com/zenoo-eaa1410a/S2YF7Dg61X-fpeIV/images/data-flow-1.png?fit=max&auto=format&n=S2YF7Dg61X-fpeIV&q=85&s=a79fc3e8abe7a83ba94f51e874c9ccbb" alt="Design Studio Data Flow" width="1157" height="789" data-path="images/data-flow-1.png" />

<br />

# Digital Onboarding Data Flow

The **onboarding frontend** typically captures end-user data, including PII (e.g., first and last names, birthdate, and mobile number) and user identity documents.

The **backend** orchestrates the steps defined in the corresponding journey, aggregates, and transforms the data before sending it to external providers.

Journey data is stored temporarily to facilitate execution from start to finish. By default, this duration is set to 2 hours, which can be configured at the application level.

<img src="https://mintcdn.com/zenoo-eaa1410a/S2YF7Dg61X-fpeIV/images/data-flow-2.png?fit=max&auto=format&n=S2YF7Dg61X-fpeIV&q=85&s=c1fa47620c38c430e5d9d5e7b0f6a7d8" alt="Digital Onboarding Data Flow" width="1084" height="675" data-path="images/data-flow-2.png" />
