
General
Name, description, execution mode, global context, status.
Initial Parameters
Typed inputs collected when an Initiator-mode conversation starts.
Knowledge
Knowledge bases every actor inherits.
Capabilities
Integrations and custom tools every actor inherits.
Channels
The channels the Start node listens on (Responder) or sends through (Initiator).
General
Flow Name
Short, descriptive. Shows in the flow list and at the top of the editor.Description
A 1–2 sentence summary. Only visible in the editor; not sent to actors.Execution Mode
Responder or Initiator. See Execution modes for the full guide. The toolbar’s main action button changes based on this setting:- Responder → Deploy / Undeploy
- Initiator → Start Conversation
Global Context
The shared knowledge every actor inherits when Inherit Context → Global flow context is checked on them.Status
draft, active, or archived. Usually you flip this with the Deploy / Undeploy toolbar buttons rather than editing it here.
Initial Parameters (Initiator mode)
Define typed inputs that the operator (or workflow) provides when starting a conversation. Example:
These appear as form fields in the Start Conversation modal, and become available to actors as
@param.<name> mentions in their prompts.
Useful for outbound flows: an account manager kicks off a billing-dispute call and pre-fills the customer and amount, so the first actor’s opener can reference them.
Knowledge
A list of knowledge bases every actor in the flow inherits.
Capabilities
A list of integrations and custom tools every actor inherits.
Channels
Configure the channels the Start node uses.
Save changes
Each tab has a Save Changes button. Saves are atomic per tab — saving General doesn’t affect what you’ve edited in Channels.Next
Channels overview
Pick and configure communication channels.
Capabilities
Per-actor knowledge, integrations, and custom tools.
Deploy a flow
Take a Responder flow live.
