Where to configure
Open your dashboard and go to Agent → Appearance. The tab is split into three sub-sections:
Every change is staged as a draft. Use the Test tab to preview your changes, then publish from any Agent tab when you’re ready.
Configuration options
Personalization tokens
Welcome messages can use these tokens:
Example:
Color scheme behavior
The widget is fully isolated from your page styles, so your CSS won’t accidentally change how the Agent looks. You control its appearance entirely from the dashboard.
Position presets
If your product has a fixed bottom bar, increase Bottom spacing so the launcher clears it.
Custom launcher logo
Upload SVG (preferred) or PNG variants for light and dark modes. The widget swaps automatically based on the active color scheme.
Recommended size: 32×32 pixels. SVGs are preferred because they stay sharp on any screen.
Localization
The welcome message and placeholder are stored as plain strings — set them to your primary language. Agent answers themselves are generated in the language of the user’s question; no manual translation step required.Hiding the Agent
There are three ways:- Per-user, runtime — call
HelpAlive.setConsent({ chat: false }). - Per-tenant — disable the Agent for specific workspaces from Insight → Audience.
- Globally — turn off the Agent from Agent → Configuration.
Next steps
Train on your docs
Add your first knowledge source.
Publishing workflow
Stage and preview before going live.

