Workflow Builder
The workflow builder is where you design your conversation. Drag nodes onto the canvas, connect them with branches, and see your entire flow at a glance.
The Interface

Adding Nodes
- Find the node type in the left palette
- Drag it onto the canvas
- Release where you want it placed
Every flow starts with a Start node (the green pill). Connect your first node to Start to begin the conversation.
Connecting Nodes
- Hover over a node to see connection handles (small circles)
- Drag from an output handle
- Drop onto another node’s input handle
Connections show conversation flow. When a node finishes, the conversation moves to the connected node.
Configuring Nodes
Click any node to open its settings in the right panel. Each node type has different options:
Variables Panel
Click Variables (top right) to manage variables:
Use variables in any prompt with {{variable_name}} syntax.
Canvas Controls
Use Auto-layout often. It keeps your flow readable as it grows.

