Skip to main content
Global nodes can be triggered from any point in your conversation flow — they don’t need an explicit edge from another node. Use them for scenarios that can arise at any moment in a conversation, like transferring to a human agent or returning to the main menu.

How to Create a Global Node

Any node type except the Start node can be made global. Open a node’s settings and toggle Global on. When global is enabled, you choose a trigger type — either a natural language condition or a DTMF key. Prompt trigger: The LLM evaluates a natural language condition at every conversation turn.
DTMF trigger: The node activates when the user presses a specific keypad key.

Configuration

Variable Restrictions

Global conditions support system variables and custom variables only. Extracted variables (collected during the conversation) cannot be used — the global node may be triggered before those variables exist. → See Variable System for the full list of available system variables.

Double Confirmation

When requiresDoubleConfirm is enabled, the agent asks the user to confirm before the node executes.
Use this for irreversible actions like ending a call, canceling an appointment, or deleting data.

Skip Response

When skipResponse is enabled, the node executes without speaking its message. Useful for silent routing — for example, a global router node that checks variables and routes to the right destination without saying anything to the user.

Global DTMF Triggers

Global nodes can be triggered by keypresses from anywhere in the flow, in addition to (or instead of) natural language.
Announce these shortcuts to users in your welcome or menu messages so they know they’re available. → See DTMF Features for full documentation.

Common Examples

Transfer to human agent
Return to main menu
End call

Next Steps

Transitions

Control how conversations move between nodes

DTMF Features

Full documentation for keypad interactions

Variables

Understand variable scoping and availability

Node Types

Explore all available node types