Feedback Message
Every conversation in Aster Agents ends with a “Was this conversation helpful?” prompt. When a user responds — whether they rate the conversation helpful or unhelpful — they see a short feedback dialog. You can add your own custom message to that dialog, for example to point users to your customer portal or support team when chat didn’t fully resolve their question. The message is set per organization and is empty by default, so nothing changes for your users until you configure it.Configure the message
Setting the feedback message requires the Organization Admin (
org:admin) role. See Roles & Permissions.- Go to Control Hub → Settings.
- Find the Feedback Modal section.
- Enter your message in the Custom message field.
- Click Save.
Supported formatting
Basic HTML is supported so you can include links and light formatting:- Links (
a) - Paragraphs (
p) - Bold (
b/strong) and italic (i/em)
target="_blank" to open in a new tab.
Security
Your message is sanitized before it renders. Scripts, inline event handlers (such asonclick), iframes, and unsafe URL schemes (such as javascript:) are stripped automatically — only safe, display-oriented markup is kept. This means you can paste HTML freely without exposing your users to injected scripts.
