Advice and answers from the UserGuiding Team
Users
Engagement
Settings
Launching a Checklist via JavaScript
You can invoke a Checklist programmatically by using JavaScript.

In UserGuiding, you can launch a Checklist programmatically using JavaScript. This is especially useful if you want to display a Checklist based on specific user actions or conditions within your platform.

To trigger a Checklist, you can use the following method from our JavaScript API:


userGuiding.launchChecklist(checklistId)


The checklistId is unique to each Checklist you create. You can find it in the URL of the Checklist's settings page in your UserGuiding dashboard.



By integrating this method into your code, you gain more control over when and how your Checklists are shown to users.


This flexibility allows you to tailor your onboarding and guidance experiences to match your product’s flow and user needs.

Did this answer your question?