Flows are guided user experiences designed to onboard, engage, or educate users within your product. It consists of interactive steps such as tooltips, driven actions, modals and slideouts that help users navigate features, complete tasks, or discover new functionalities seamlessly.
Creating flows with Userpilot is simple and intuitive. However, before you begin, ensure that the Userpilot Chrome extension is installed to access the builder.Once the Userpilot builder is installed, you can start building your flows in two ways:
Navigate to your web application and launch the Userpilot builder by clicking the extension icon in your browser’s toolbar.
You can also start creating your flow from the Userpilot web app by navigating to Engagement Layer > Flows > Create New Flow.
Once the builder is launched, click on “Create New Content” and navigate to the page where you want to build the flow. Once you’re ready, select “Start Here” to begin creating the flow on the chosen page. You will then see a selection of content types available. Click “Create a Flow” to proceed.
Choose the type of step to begin with from the following options:
Modals are Large, attention-grabbing announcements centered on the page and demand the user’s full focus. They are ideal for welcoming new users, announcing major feature releases, or sharing critical updates like outages. To minimize disruption, it’s best to use them sparingly.After adding the desired UI Patterns/steps to your flow, you can configure the flow settings in the Userpilot web app as outlined here.
Can i trigger a checklist from the button added to the flow?
Yes, you can trigger a JavaScript function from the button and include the JS code to launch the checklist. You can find this code on the checklist settings page under the “only-manually” tab.
How can i add a video to the flow Modal?
You can add the HTML embed code of your video to the flow Modal as mentioned below:
Hover over the modal -> click on the ’+’ icon -> select “video” -> paste the HTML embed code.
Can i add a back button to the flow tooltip?
Yes, you can add a back button to tooltips if they belong to a group. Simply drag and drop the steps to create a new group and the back button option will appear in the builder settings.