Overview
Sometimes, it is necessary to Guide users amongst different pages within the same web platform. This article will explain how to connect steps across different URLs.
Should I Create Separate Guides for Separate URLs?
When you create a Guide, always ensure that your users take a critical action that will lead them to their “Aha! Moments.”
As a best practice, you’d want to Guide your users to only one essential action within a walkthrough. The preferred scenario would be to reach this necessary action without changing the URL path.
However, if a user needs to follow a different URL path to take the same key action, you can create Guides that span across multiple URLs.
We recommend you create Guides with a maximum of five to six steps. Having a higher number of steps might cause your Guide’s completion rate to decrease.
How Can I Make Sure the Guide Will Be Visible Across Different URLs?
When creating a Guide, you must adjust its targeting settings according to the pages you want your Guide to initiate.
Some tasks you want your users to do might be fragmented across different URLs within a walkthrough. Once you ensure the UserGuiding container code is embedded in those pages, you can directly open the Chrome extension and edit your steps.
For more information on how to embed the code, you can check out the corresponding articles:
- How do I embed the Container Code into my software to complete the installation?
- How do I embed the Container Code into my software with Google’s Tag Manager to complete the installation?
Important: Remember that you’ll only specify the pages on which the Guide will be initiated. Therefore, you do not need to set the targeting rules to include the different URL paths for the following steps of the guide.
How Can I Guide Users in Following the Correct Path?
To guide your users through different pages, you’ll generally use Tooltips.
While creating a tooltip, you should designate your users’ actions to proceed to the next step.
You’ll see two options:
Button: Your end-users must click on the requisite buttons at the tooltip to proceed to the next step.
Element: Your end-users must click on the element you highlighted in your UI.
In most cases, selecting the “Element” option is more appropriate since the URL will only change when users interact with your UI.
In this example, we aim to guide my end-users to click on the Users page using a Tooltip.
Note: Ensure that the users who see the Guide can access the different URLs the guide will follow. For example, if only some user groups can access certain pages, you can segment your users and show the guide only to those user groups.


