Product Tours FAQ
How can I prevent the product tour from being shown again?
Two options:
- Save Product Tour Progress disabled — The tour won't be shown again once the user moves past the first step
- Stop Showing if User Closes the Tour enabled — The user clicks the X button, and the tour stops appearing permanently
See Display options for details.
Why is my product tour not showing in preview?
Follow this checklist:
- Verify SDK installation — Go to Settings → Installation for your source and click Verify Installation
- Check the console — Open your browser's developer console and run:
This will display diagnostic information about your source and active tours.
told('debug') - Verify step targets — For each step, check that:
- The CSS ID or class still exists in your current HTML
- You're using a stable selector (preferably
told-XXXXXXX) - The URL is correct, especially for dynamic URLs
- Check triggers — Make sure the trigger conditions are met (correct page, time period, audience)
What image ratio should I use?
Use a 4:3 aspect ratio for the best visual result and layout consistency.
Supported formats: PNG, JPEG, SVG, and GIF.
Can I use product tours on mobile apps?
Product tours currently work on web (desktop and mobile browsers). For native mobile apps (iOS/Android), the SDK supports surveys but product tours are not yet available.
My steps are mispositioned after a UI change
If your website's HTML structure changes (new classes, reorganized DOM), product tour steps can become misaligned or disappear. To fix this:
- Open the product tour and click Edit pins
- Re-select the target elements that have changed
- Save the tour
- Tip: Use
told-XXXXXXXidentifiers on your HTML elements for stable targeting that survives layout changes
Can multiple product tours run at the same time?
Only one product tour is displayed at a time. If a user matches multiple tour triggers, the most recently created tour takes priority.
How do I test a product tour without showing it to real users?
Use Preview mode — it displays the tour without collecting data and doesn't require the tour to be activated.