<script> tag to your HTML. No backend changes, no complex setup.
Step 1: Get your Clinic ID
Your Clinic ID is a unique identifier that links the widget to your clinic’s AI agent and appointment system. Find it in Dashboard → Settings → Widget (or Dashboard → Widget).Your Clinic ID is safe to include in public website code — it only allows reading clinic data and booking appointments through the widget. It does not grant access to your dashboard or admin features.
Step 2: Add the script tag
Paste the following code into your website’s HTML, just before the closing</body> tag:
YOUR_CLINIC_ID with the ID from Step 1.
Platform-specific instructions
WordPress
WordPress
- Go to Appearance → Theme File Editor (or use a plugin like Insert Headers and Footers)
- Find your theme’s
footer.phpfile - Paste the script tag before
</body> - Save the file
- Install and activate the plugin
- Go to Settings → Insert Headers and Footers
- Paste the script in the “Scripts in Footer” section
Wix
Wix
- Go to your Wix dashboard
- Open Settings → Custom Code
- Click + Add Custom Code
- Paste the script tag and set placement to Body - end
- Apply to All Pages
- Save and publish
Shopify
Shopify
- Go to Online Store → Themes
- Click Actions → Edit Code on your active theme
- Open
layout/theme.liquid - Paste the script tag before
</body> - Save
Custom HTML site
Custom HTML site
Open your HTML file and paste the script tag just before the closing
</body> tag:Step 3: Verify the widget appears
After saving your changes, visit your website. You should see a floating chat icon in the bottom-right corner of the page. Click it to open the chat and test a booking conversation.Customization options
The widget’s appearance can be configured with optional data attributes on the script tag:Troubleshooting
Widget is not showing
Widget is not showing
- Make sure the script tag is placed before
</body>, not</head> - Check that
YOUR_CLINIC_IDis replaced with your actual ID - Clear your browser cache and try in an incognito window
- Check your browser console for JavaScript errors
Widget shows but AI doesn't respond
Widget shows but AI doesn't respond
- Verify your WhatsApp or widget channel is active in the dashboard
- Check that your clinic has at least one doctor with working hours configured
- Look at Dashboard → Conversations to see if messages are arriving
Widget conflicts with other chat tools
Widget conflicts with other chat tools
If you already have another chat widget on your site, they may overlap. Remove the other widget or use CSS positioning to separate them. Contact support if you need help adjusting widget position.
Widget Overview
Learn what the widget can do for patients.
Support
Get help with installation issues.