Install the widget
One snippet — chat and voice, in your customers' language.
Embed code
<script src="https://pub-d34db5f4b686455e8a40dfc61dfe0c0e.r2.dev/mongpt-widget.iife.js"></script>
<script>
MonGPT.init({ tenantId: 'YOUR_TENANT_ID' });
</script>Changes made in Widget and Bot settings apply automatically — no need to re-embed.
Inline embed (iframe)
<iframe src="https://mongpt-api.mongpt.workers.dev/embed/YOUR_TENANT_ID" width="100%" height="600" style="border:1px solid #eee;border-radius:12px" allow="microphone" title="Chat with us"></iframe>
Puts the chat directly inside a page (help center, contact page) instead of a floating bubble. Size it with the width/height attributes.
Any website
- 1Copy the snippet above
- 2Paste it just before the closing
</body>tag - 3Reload — the launcher appears bottom-right
WordPress
- 1Appearance → Theme File Editor →
footer.php - 2Paste the snippet before
</body> - 3Or use any "insert headers & footers" plugin
Shopify
- 1Online Store → Themes → Edit code
- 2Open
layout/theme.liquid - 3Paste the snippet before
</body>and save
Wix / Squarespace
- 1Settings → Custom code (Wix) or Code injection (Squarespace)
- 2Add the snippet to the body/footer section
- 3Apply to all pages and publish
Lock it to your domains
Add your site domains under Settings → Allowed domains so nobody else can embed your bot and consume your quota.