Skip to content

Commit f0e75bd

Browse files
improved starting point descriptions
1 parent 53747ae commit f0e75bd

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

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

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Get started with flows
22

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 builds for the following flows.
3+
A **flow** defines the sequence of steps a user goes through during a specific interaction with your application. This guide introduces the **Flow Builder**, a visual environment with all the necessary elements to build flows that meet both security requirements and user experience goals.
44

5-
- Self-registration
6-
- Password recovery
7-
- Invited user registration
5+
Using the flow builder in {{product_name}} you can fully customize the following flows. Click on a flow to view a sample scenario built using the flow builder.
86

9-
This guide introduces the **Flow Builder**, a visual environment with all the necessary elements to build flows that meet both security requirements and user experience goals.
7+
- [Self-registration]({{base_path}}/guides/flows/self-registration/)
8+
- [Password recovery]({{base_path}}/guides/flows/password-recovery/)
9+
- [Invited user registration]({{base_path}}/guides/flows/invited-user-registration/)
1010

1111
## Access the flow builder
1212

@@ -20,27 +20,29 @@ You can access the flow builder by following the steps below:
2020

2121
## Build a flow
2222

23-
The **Flow builder** provides all the building blocks you need to create seamless user journeys. For a selected flow, you can start building it using one of the methods below and use [flow elements](#reference-flow-elements) to customize it to your requirements.
23+
The **Flow builder** provides all the building blocks you need to create user journeys.
24+
25+
For a selected flow, you can start building it using one of the methods below and use [flow elements](#reference-flow-elements) to customize it to your requirements.
2426

2527
{% if product_name == "Asgardeo" %}
2628

2729
### Generate with AI
2830

29-
The **Generate with AI** feature converts plain-language instructions into a complete flow, allowing you to start quickly and customize components as needed.
31+
With **Generate with AI**, you can use plain language instructions to build a complete flow, allowing you to start with a minimal effort and customize components as needed.
3032

3133
![Flow builder AI]({{base_path}}/assets/img/guides/flows/flow-builder-generate-with-ai.png){: width="auto" style="display: block; margin: 0;"}
3234

3335
{% endif %}
3436

3537
### Use a starter template
3638

37-
Starter templates give you a quick start with predefined flows that are easily customizable. Click the `+` button next to a template to add it to the flow.
39+
Starter templates offer commonly used starting points, so you don’t have to begin from scratch. Click the `+` button next to a template to add it to the flow.
3840

3941
![Starter Templates]({{base_path}}/assets/img/guides/flows/flow-builder-starter-templates.png){: width="auto" style="display: block; margin: 0;"}
4042

4143
### Build from scratch
4244

43-
Begin with a blank canvas and use the drag-and-drop interface to add steps, widgets, and components. This option gives you full control over the sequence, UI elements, and logic in the flow.
45+
If you prefer to take complete control of the building process, you can start with a blank canvas and add steps, widgets, and components to build your flow.
4446

4547
![Custom Flow]({{base_path}}/assets/img/guides/flows/flow-builder-custom-flow.png){: width="auto" style="display: block; margin: 0;"}
4648

en/includes/guides/flows/invited-user-registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In the **Flow Builder**, you can create the invited user registration journey in
1212

1313
## Sample use case
1414

15-
Imagine you want to verify the user’s identity via **SMS OTP** before allowing them to reset their password. The flow works as follows:
15+
Imagine you want to verify the user’s identity via **SMS OTP** before allowing them to set their password. The flow works as follows:
1616

1717
- The user clicks the link in the invitation email or pastes the URL in their browser.
1818
- {{product_name}} sends a **one-time code** to the user's registered mobile number.

0 commit comments

Comments
 (0)