This guide explains how to manage tours across multiple environments. For example you may have a staging environment (https://staging.example.com) and a production environment (https://example.com).
For example you may want to only show certain tours on staging while you are testing a new unreleased feature. Then once the feature is ready and released to production enable the same tour on your production environment.
Install the same HelpHero scripts on both staging and production environments. You can find your install instructions here.
Create or edit a tour that you only want to show on staging environment. If this tour should start on /somepage, when setting up the URL match change it to be: //staging.example.com/somepage
.
Now this tour will only start for users on the staging environment.
Once you are happy with the tour and have released the new feature to production, you can make the tour live by removing the domain from the URL match by changing it to /somepage