Skip to content

Commit 8230a8a

Browse files
improve flow docs
1 parent 7e5b305 commit 8230a8a

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

en/includes/guides/flows/build-a-flow.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1-
# Get Started
1+
# Get started with flows
22

3-
A **flow** defines a guided user journey, such as registration or recovery. The **Flow Builder** provides administrators with a visual environment to create and manage these journeys. From simple single step forms to complex, multi stage sequences, you can design flows that meet both security requirements and user experience goals.
3+
A **flow** defines the sequence of steps a user goes through during a specific interaction with your application. {{product_name}} supports building fully customizable flows for,
44

5-
## Enabling a Flow
5+
- Self-registration
6+
- Password recovery
7+
8+
This guide introduces the **Flow Builder**, a visual environment with all the necessary elements to create flows that meet both security requirements and user experience goals.
9+
10+
## Enable a flow
11+
12+
{{product_name}} has default flows for each of the flows that you define with the flow builder. You can keep the flow disabled until you are ready to deploy and the users can continue using the default flow.
13+
14+
For each of the flows you can build with the flow builder, {{product_name}} has default flows. Until you enable the your customized flow, users
615

716
To enable a flow, please follow the steps below.
817

en/includes/guides/flows/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Flows
22

3-
In Asgardeo, a **flow** defines the sequence of steps a user goes through during a specific interaction. This can include forms, verification steps, conditional logic, and other actions that guide the user from start to finish.
3+
In Asgardeo, a flow defines the sequence a user follows during a specific interaction with your application. These can include forms, verification actions, conditional logic, and other components that guide users from start to finish.
44

5-
![Flows]({{base_path}}/assets/img/guides/flows/flow-builder-steps.gif){: width="auto" style="display: block; margin: 0;"}
5+
The **Flows** section in the {{product_name}} Console allows you to build fully customizable sequences for the following user interactions.
6+
7+
- **Self-registration** - Create registration experiences for new users, with support for multi step forms, validations, and identity verification.
68

7-
Supported flows include:
9+
- **Password recovery** - Build secure recovery flows to help users regain access, using steps such as email verification or one time passwords (OTP).
810

9-
- [Self Registration]({{base_path}}/guides/flows/self-registration/) <br>
10-
Create registration experiences for new users, with support for multi step forms, validations, and identity verification.
11+
You can build flows using starter templates, widgets, steps, and components, giving you complete control over how users interact with your application. To get started with building flows, refer to [Build a flow]({{base_path}}/guides/flows/build-a-flow/).
1112

12-
- [Password Recovery]({{base_path}}/guides/flows/password-recovery/) <br>
13-
Build secure recovery processes to help users regain access, using steps such as email verification or one time passcodes.
13+
For specific examples of building flows, refer to [Self-registration]({{base_path}}/guides/flows/self-registration) and [Password recovery]({{base_path}}/guides/flows/password-recovery).
1414

15-
Each flow can be composed using a variety of starter templates, widgets, steps, and components, giving you full control over how users interact with your application.
15+
![Flows]({{base_path}}/assets/img/guides/flows/flow-builder-steps.gif){: width="auto" style="display: block; margin: 0;"}

0 commit comments

Comments
 (0)