The Flow settings panel lives behind the gear icon in the bottom-right toolbar. Settings here apply across the whole flow.Documentation Index
Fetch the complete documentation index at: https://docs.cogniagent.ai/llms.txt
Use this file to discover all available pages before exploring further.

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.
| Status | Meaning |
|---|---|
| draft | Editable. Channels not listening. |
| active | Deployed. Channels listening (Responder) or ready to start (Initiator). |
| archived | Hidden from the main list. Soft-delete. |
Initial Parameters (Initiator mode)
Define typed inputs that the operator (or workflow) provides when starting a conversation. Example:| Name | Type | Required |
|---|---|---|
customer_id | string | yes |
disputed_amount | number | yes |
account_manager_email | string | no |
@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.
