Skip to content

Chatbot settings

Every chatbot setting — identity, answer behaviour, retrieval tuning, and allowed domains — with its default and the visible effect of changing it.

Open a chatbot and choose Settings. These options shape what the agent says and how it retrieves the content it answers from. Widget colours, position, and lead-capture prompts live under Appearance instead.

Identity

What the agent says

Note:

The system prompt shapes behaviour; it is not a place to put knowledge. Facts belong in the knowledge base, where they are retrieved per question and can be updated without touching the prompt. Retrieved content also cannot hijack the prompt — a prompt-injection guard sits between the two.

Retrieval tuning

These three change what the model sees before it answers. Change one at a time and re-test in the playground.

If the agent answers "I don't know" too often, the usual cause is missing content rather than a threshold — check the retrieved chunks in the playground's Debug panel first. See How retrieval works.

Allowed domains

The allowed-domains list restricts where the widget may run. Up to 50 entries.

A newly created chatbot is seeded with a single * entry, so the widget works on any site the moment you paste the snippet. Replace * with your own domains before going live. An empty list blocks every origin.

Full behaviour, including what a blocked embed looks like, is on Domain allowlist.

Who can change these

Owners, admins, and members can edit chatbot settings. Viewers are read-only — they work the Inbox but cannot change configuration. Business hours are owner and admin only.

Where to go next

Last updated