View Script
The View Script option allows you to quickly access the embed code required to install your chat agent on any website. This script loads the agent widget and enables it to function on your site.
How to Access the Script
Go to Chat Agents.
Locate the agent you want to deploy.
Click the View Script icon (
<>) in the agent's row.
A pop-up window will appear containing your agent's installation script.

Script Window Options
The pop-up provides two main actions:
π¦Copy Script
Copies the entire <script> tag to your clipboard so you can paste it directly into your website.
π©Get Shareable Link
Generates a shareable link that allows others (e.g., developers, teammates) to access this script without logging into the dashboard.

How to Use the Script
To add the agent to your website:
Copy the script provided in the pop-up.
Open your site's
index.htmlor relevant template file.Paste the script inside the
<head>or<body>section wherever script tags are permitted.
Once added, the chat widget will automatically appear on your website.
Last updated