Web
One script tag puts the messenger on any page — no build step, no npm package.
This is the install for a public site: marketing pages, a storefront, anywhere a visitor isn't signed in. If you're embedding inside your own logged-in product and want conversations tied to a real user, use In-app Web instead — same script, one extra set of attributes.
Get your Workspace App ID
In the BigRadar dashboard, go toSettings → Web Messenger → Install setup. Copy theWorkspace App IDshown there.Paste the snippet
Add this before the closing</body>tag, with your App ID in place ofYOUR_APP_ID:HTML json<!-- BigRadar Messenger --> <script async src="https://embed.bigradar.io/web-messenger.js" data-project-id="YOUR_APP_ID"></script>Confirm it's live
Reload the page. The messenger launcher appears using your configured color, position and greeting — all set from the same Settings page.
What the script does
The script is async and loads off the critical path. On load it reads data-project-id, fetches your workspace's widget config (appearance, greeting, display and device rules), and mounts the launcher — or mounts nothing if you've turned the widget off for this workspace.