Prerequisites
- A Bookster account with admin access
- A website where you can add HTML
Step 1: Add your domain
Before the widget will load on your site, you need to allowlist your domain.- Go to Settings → Widget in your admin dashboard
- Under Allowed domains, add your website domain (e.g.,
example.com) - Use
*.example.comto allow all subdomains - Click Save
For local development, add
localhost to your allowed domains.Step 2: Embed the widget
Add this script tag to your website, just before the closing</body> tag:
YOUR_BOOKSTER_URLwith your Bookster server URLYOUR_CUSTOMER_SLUGwith your account slug (found in Settings)
Step 3: Verify it works
Load your website. You should see the Bookster chat button in the bottom-right corner. Click it to open the booking assistant.Next steps
- Customize widget appearance — change colors and behavior
- Set up services — configure what visitors can book
- Control the assistant — customize how the AI responds
- Use the JavaScript API — open the widget programmatically

