Before you start
Before you start, sign in to the dashboard and select the organization you want to work in.- Open your agent in the builder. See Builder basics.
Run a test conversation
1
Select Test in the toolbar
The Test button carries the tooltip “Test agent”. It opens the Test Mode panel on the right side of the builder.
The right panel shows one thing at a time. Opening Test Mode replaces the gambit editor or the versions panel.
2
Select Run
Before the first run, the panel shows an empty state. It reads “Test execution is not yet active” and “Press Run to start the conversation flow”.Select Run to start the conversation flow.
3
Answer as an end user would
Reply to each gambit the way a real end user would. Watch the Variables section fill as the flow captures values.
4
Pause when you want to inspect a step
Select Pause to stop the run in place. The button becomes Resume, which continues from the same point.
5
Reset to start over
Select Reset to clear the run. Then select Run to test the flow again from the top.
The Test Mode panel
The panel header reads Test Mode and holds the run controls plus a close X.Variables
The Variables section lists every value the run has captured, grouped by scope, with a count in the header. Before anything is captured, it reads “No variables set yet”. Select the pencil icon next to a response or flow variable to edit its value in place. Press Enter to apply the override. An override lets you test a branch without replaying the whole conversation to reach it. See Use variables.Event Log
The Event Log is a collapsible section that records what the run did at every step. Before the first event, it reads “No events yet”. Filter chips carry a count per category: All, Lifecycle, Flow, AI, Routing, and Errors. Start with Errors when a run goes wrong. Then switch to Routing to see which branch the flow took. Each row expands to show its detail. A category with no events keeps its chip at zero rather than hiding it.Validate the flow
Validation catches structural problems that a test run might not reach, such as an unreachable gambit or a duplicate variable name.1
Select Validate in the toolbar
The Validate button carries the tooltip “Validate flow”. It runs validation and opens the Problems panel.![Problems panel at the bottom of the builder listing warnings such as unreachable gambits, each with a Go to link]()
2
Read the counts in the Problems header
The header shows the error and warning counts, or “No issues”. A “Last checked” timestamp shows when validation last ran.
3
Select Go to on a problem row
Problems group under Errors and Warnings. Each row has a Go to link that focuses the affected gambit in the builder.
4
Fix the gambit, then re-run validation
Select the refresh control, with the tooltip “Re-run validation”, after each fix. A clean flow shows “Flow validation passed. No issues found.”
Control the debug detail end users see
Open your agent, select Configure in the builder sidebar, then select Debug in the Settings list on the Configure page. It sets how much AI detail the widget shows during a conversation.
Select Save Debug Settings to apply. These switches change only the widget. In the dashboard you always see the full reasoning and tool detail for every conversation. See What end users see.
