Skip to content

Test your assistant

Use the built-in test panel to chat with your assistant exactly as visitors would — before you embed the widget or point a deployment at production traffic.

  1. Assistants → select your assistant.
  2. Click Test (or the chat icon in the editor).
  3. Type visitor-style questions and review replies, citations, and tool behavior.

Test messages count toward your monthly message quota.

CheckHow
Knowledge answersAsk questions covered in attached KBs — confirm citations appear
Missing contentAsk something not in the KB — assistant should admit uncertainty per your master prompt
Tool callsAsk for live data (order lookup, availability) — watch for tool progress and JSON-driven replies
Rich cardsConfirm carousels render only from successful tool responses
Follow-upsMulti-turn questions (“What about the other plan?”) test conversation memory
RAG tuningIf answers are too broad or too narrow, adjust RAG settings and re-test

The test panel mirrors widget streaming — you see step messages while retrieval and tools run, matching Widget SSE events.

The test panel uses the assistant’s current saved configuration. It does not apply deployment-specific settings (domain allowlist, JWT verification, appearance).

For deployment-level checks:

  1. Create a staging deployment — see Environments.
  2. Embed on an internal page or call the Direct API with staging keys.
  3. Promote to production when satisfied.
SymptomFix
No citationsKB not attached, threshold too high, or documents still indexing
Tool not triggeredStarter+ required; improve tool description or master prompt
Empty answerSee Empty answers