You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/includes/guides/flows/build-a-flow.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Get started with flows
2
2
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.
4
4
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.
8
6
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.
-[Invited user registration]({{base_path}}/guides/flows/invited-user-registration/)
10
10
11
11
## Access the flow builder
12
12
@@ -20,27 +20,29 @@ You can access the flow builder by following the steps below:
20
20
21
21
## Build a flow
22
22
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.
24
26
25
27
{% if product_name == "Asgardeo" %}
26
28
27
29
### Generate with AI
28
30
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 plainlanguage instructions to build a complete flow, allowing you to start with a minimal effort and customize components as needed.
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.
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.
0 commit comments