Scenario
When the user logs in, show a modal with two choices:
Create The Three Flows
Use separate flows for each job:Configure The Buttons
On the Simple tour button in the chooser modal, add these actions:

Why The Chooser Should Be Dismissed
The chooser modal is only a decision point. Once the user has chosen a path, it should get out of the way. If the button only starts a new flow, the original chooser still has its own session and state. Dismissing the chooser first gives the next flow a clean moment to begin. The sequence should be:When To Use This Pattern
Use this pattern when a user choice should send people into different onboarding flows. Good examples include:- Simple setup vs advanced setup
- Admin tour vs member tour
- Product tour vs integration tour
- New customer onboarding vs migration guide
- Short overview vs full walkthrough