
Installation
Add this script tag before the closing</body> tag on every page where you want the widget to appear:
Configuration
Customize the widget’s appearance and behavior with data attributes on the script tag.Position
Theming
Data
Full example
Opening a specific thread
By default, the widget creates a new thread for each session. To open an existing thread instead, generate a JWT token for that thread via the API and pass it usingdata-token:
JavaScript API
The widget exposes a globalwindow.PuppeteerChat object that you can use to control it programmatically.