Skip to main content
The Start stage is the entry point for every conversation flow. It determines how the call begins and who speaks first.

Overview

Every flow agent must have exactly one Start node. It’s automatically created when you create a new agent and cannot be deleted.
The Start node is colored green to indicate it’s the entry point of your flow.

Configuration

Speaker First

Determines who initiates the conversation:
Best for:
  • Inbound calls where you want to greet callers
  • Professional/business contexts
  • When you need to set expectations immediately

Greeting Message

The initial message the agent speaks when Agent is set to speak first.
If Caller speaks first, the greeting message is ignored.
Tips for effective greetings:
  • Keep it concise (under 20 words)
  • State who you are
  • Invite the caller to state their needs
  • Match your brand’s tone
Examples:

Transitions

The Start node supports these transition types:

Connecting to Next Stage

  1. Click the handle at the bottom of the Start node
  2. Drag to the target handle of your next stage (usually a Conversation node)
  3. The transition type is automatically set based on your Speaker First setting

Example Configurations

Connects to → Conversation node for handling inquiries
Connects to → Data Extraction node for collecting patient info
Connects to → If/Else node for routing based on response

Best Practices

Match Your Brand Voice

Your greeting sets the tone. A law firm might use formal language while a casual brand can be more relaxed.

Keep It Short

Long greetings frustrate callers. Aim for under 5 seconds of speech.

Set Expectations

Let callers know they’re speaking with an AI if required by your use case or regulations.

Test Both Paths

Test with both agent-first and caller-first scenarios to ensure smooth handoffs.

Conversation Stage

The typical next stage after Start

Transitions

Learn about transition types