Overview
The Chatflow Inspector is a development tool that lets you peer into the live state of a running chatflow. It surfaces real-time data for:- Responses - Every answer submitted by the user so far
- Triggers - Fired automation triggers and their payloads
- Variables - Computed template variables and their dependencies
- Data models - Populated data models and their values
- Debugging logic - Verify that variables and conditional routing evaluate as expected
- Testing integrations - Confirm triggers fire with the correct payload
- Inspecting data - See exactly what responses and data models look like under the hood
The Inspector is a development tool. It is not visible to end users and it only enable for you
in your local browser session.
Enabling the Inspector
The Inspector is off by default and must be activated through template settings.Open Template Configuration
In the Flow Builder, click the settings (gear) icon in the action bar to open Template Configuration.
Toggle Inspector on
Under Development Tools, switch Inspector to on. The change takes effect immediately.
Open the chatflow preview
Navigate to
/chatflow/<template-key> (or click the preview button). A magnifying-glass icon appears in the top-right corner of the chatflow.Troubleshooting
Inspector icon does not appear
Inspector icon does not appear
- Confirm you toggled Inspector on in Template Configuration
- Verify you are viewing the correct
/chatflow/<template-key>URL - Hard-refresh the browser to clear stale state
Empty snapshot after opening
Empty snapshot after opening
- Interact with the chatflow (submit at least one response) before opening the Inspector
- Click Refresh if the panel was already open while responses were submitted

