When a user starts a flow from the checklist, they might not be on the right page for that flow. Here are 3 ways to handle this situation.Documentation Index
Fetch the complete documentation index at: https://docs.usertour.io/llms.txt
Use this file to discover all available pages before exploring further.
Navigate to page within Flow
You can add a step in your flow that shows a modal with a button to navigate to the correct page. If the user is already on the right page, you can use the “If current page is” trigger to skip this step. This approach is flexible and works regardless of where you start the flow. However, keep in mind that it adds an extra step to your flow.
There’s also a special trick: you can use a hidden step, so the user doesn’t need to click anything to navigate. See below.