Documentation

Targeting

Control when and where tours appear

URL Matching

Define which pages your tour should appear on using URL patterns.

TypeExampleMatches
Exact/dashboardOnly /dashboard
ContainsdashboardAny URL containing "dashboard"
Regex/users/\d+User profile pages like /users/123

Trigger Types

Choose when your tour should start for each visitor.

Default

Page Load

Tour starts automatically when the page loads

Timed

Delay

Tour starts after a specified time delay

Manual

Click

Tour starts when user clicks a specific element

Display Frequency

Control how often the tour is shown to each user.

Once per user

Recommended

Tour only shows once, even across sessions. Best for onboarding flows.

Once per session

Tour shows once each browser session. Good for feature announcements.

Every time

Tour shows on every page load. Use sparingly to avoid annoying users.