If Agent Settings is not available for your role, ask an administrator of your Nexor account to configure and install the widget.
Open Web Chat settings
1
Open the Agent
Open the Agent and go to Settings → Channels.
2
Edit Web Chat
Find Webchat and choose Edit. Nexor opens the dedicated Web Chat editor for that Agent.
3
Save before installing
Configure the widget, select Save changes, and then test the installed widget on an allowed website.
Configure behavior
Use these controls to define the first experience and the Agent’s writing style:- First message: the message shown when a visitor opens the chat. It can include
{{first_name}},{{last_name}},{{full_name}},{{email}}, or{{phone}}. - Agent style: free-text rules for tone, wording, and what the Agent should or should not do.
- Example messages: sample replies that demonstrate the preferred voice, length, and format.
- Capture lead info: ask for selected contact fields before the visitor can chat.
Example messages teach the Agent how to write. Suggested questions are clickable prompts displayed to visitors on the widget home screen. They serve different purposes.
Configure design
The design controls are grouped into these visible sections:- Identity: Agent name, avatar, chat title, and chat subtitle.
- Home screen: a two-line home greeting, message card title, and up to four suggested questions.
- Appearance: accent color and a rounded or square shape.
- Live preview: switch between Home and Chat to review the result before saving.
Add allowed domains
Open Install, then add the production hostnames where the widget should run.- Enter a hostname such as
example.com, without a protocol or path. - Use a wildcard such as
*.example.comwhen the same widget should run on that domain and its subdomains. - You can save up to 50 entries.
Use the correct key
The Install section shows API Key, Agent ID, and Client ID. The widget key starts withnxr_pub_ and is designed to appear in browser code.
Install the hosted widget
The basic installation does not require npm. Under Embed snippet, use Copy to copy the generated values for the current Agent. The snippet has this shape:1
Copy from Nexor
Copy the complete Embed snippet from the Agent’s Install section. Do not reuse IDs or keys from another workspace.
2
Paste it into the website
Add the script just before the closing
</body> tag on every page that should show the widget.3
Deploy and test
Publish the website, open it on an allowed hostname, and start a real conversation. Confirm the launcher, home screen, lead capture, and Agent reply.
Troubleshooting
The launcher does not appear
Confirm that the script is present in the rendered page, that thedata-workflow and data-key values came from the same Agent setup, and that the key starts with nxr_pub_. Also confirm that Web Chat is not disabled for the Agent.
The site is not authorized
Add the exact production hostname under Allowed domains. Do not includehttps://, a port, or a path. Add a wildcard when subdomains need access.
Changes do not appear in the widget
Select Save changes, reload the website without an old cached page, and open a new widget session. Use Live preview to confirm that Nexor saved the intended design.Nexor cannot load the Web Chat key
Reload the Agent settings and try again. Do not substitute a REST key while the public key is unavailable.Review Agent settings
See how Web Chat fits with the Agent’s language, prompts, and other channels.