Programmatically trigger and display Usertour content for authenticated users
start()
method allows you to programmatically trigger and display Usertour content (such as flows, checklists, or other interactive guides) for your authenticated users. When called, the specified content will be rendered immediately in your application.
This method is particularly useful for implementing custom triggers for your user onboarding or feature discovery flows. For instance, you could add a “Replay Tutorial” button in your app’s settings, allowing users to revisit your onboarding experience at any time.
/env/{envId}/{contentType}/{contentId}/detail
once: true
is set, the continue
option will not take effect since the content will only be shown once to the user.Promise
that resolves when the content has been successfully initialized and displayed.
init()
before using any other Usertour.js methods