Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.gleap.io/llms.txt

Use this file to discover all available pages before exploring further.

Dive into a completely refreshed onboarding experience that will guide your users with gusto. The new checklist feature not only ensures your users are thoroughly onboarded but also keeps them deeply engaged. All of this is neatly packed inside our Gleap widget!

Open the checklists overview

Open the checklists overview with the method below.
await Gleap.openChecklists(showBackButton: true);

Manually start a checklist

Checklists can be sent either through trigger rules or manually with the method below.
await Gleap.startChecklist(outboundId: "outboundId", showBackButton: true);
You can find the outboundId within the checklist editor.
Please note that SDK version 12.1.0 or higher is required to send checklists.