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

  1. Go to Chat Agents.

  2. Locate the agent you want to deploy.

  3. 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:

  1. Copy the script provided in the pop-up.

  2. Open your site's index.html or relevant template file.

  3. 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