Hey @Dani Jakobson
At the moment, Intercom Product Tours can be triggered programmatically using Intercom('startTour', 'tour_id'), which works well for embedding onboarding steps into your Docusaurus pages via custom buttons or triggers.
However, Checklists require the Messenger to be active and can’t be embedded directly into external UIs. On the custom bot side, Intercom’s Messenger doesn’t support injecting third-party bots or UI directly into the Messenger window.
While you could build a custom Messenger App, it’s limited to specific surfaces like the home screen or conversation cards not for replacing search. The best workaround for now is to reposition the Messenger launcher using CSS to avoid UI overlap, and trigger Tours where needed using the API.
Let me know if you’d like help with any of these setup steps.