|
1 | 1 | # Flows |
2 | 2 |
|
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. |
4 | 4 |
|
5 | | -{: 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. |
6 | 8 |
|
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). |
8 | 10 |
|
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/). |
11 | 12 |
|
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). |
14 | 14 |
|
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 | +{: width="auto" style="display: block; margin: 0;"} |
0 commit comments