Skip to main content
Every agent is built using nodes connected together on the canvas. Each node is one step in the conversation β€” the agent moves from node to node based on what the user says.

Types of Nodes

How nodes connect

Nodes are connected by pathways β€” arrows on the canvas. When the agent finishes a node, it follows the pathway that matches the user’s response and moves to the next node. You define these pathways inside each node’s settings. Example: if the user says yes β†’ go to Confirmation Node. If the user says no β†’ go to Objection Node.