Flow Editor Overview
What the visual flow editor is, and how it decides what your chatbot does on a given turn.
A node graph, not a black box
Most chatbots hide their logic. The flow editor lets you wire it up yourself: drag nodes onto a canvas, connect them, and that graph becomes exactly what your chatbot does on the next message. A chatbot with no enabled flow keeps answering the ordinary way, from your trained data, unaffected.
Variables
Any text field on a node can reference {{variable_name}}, resolved against everything captured so far in the conversation. A reference to something that was never captured simply resolves to nothing, it never breaks the flow.