Before you start
- A CogniAgent workspace. If you don’t have one, sign up.
- About 10 minutes.
1. Create the flow
1
Open Conversations
From the sidebar, click Conversations. You land on the flow list.

2
Click New Flow
A blank flow opens straight away — no modal, no questions. You start on a canvas with a single Start node and an “Add Actor” button.

3
Rename the flow
Double-click the Untitled Flow title at the top and rename it to
Sales Triage. Press Enter.2. Set the global context
Global context is shared knowledge every agent inherits — your company name, product names, tone of voice. Setting it once means you don’t have to repeat it on every agent.1
Open Flow settings
Click the gear icon (Flow settings) in the bottom-right toolbar.
2
Paste a short context block
Under Global Context, paste:

3
Save and close
Click Save Changes, then close the panel.
3. Add the Triage agent
1
Click Add Actor
In the bottom toolbar, click Add Actor. Type 
The Triage agent appears on the canvas, automatically connected from the Start node.
Triage as the name and click Create.
2
Open its config
Click the Triage agent. The config panel opens on the right.
3
Fill in Context, Instructions, and Definition of Done

4. Add two specialist agents
Repeat the Add Actor flow twice — once for each specialist.- Product Specialist
- Pricing Specialist
5. Wire the routing edges
You want this topology: Start → Triage → (Product Specialist or Pricing Specialist), with Triage deciding which specialist takes over.1
Delete the wrong edges
Click the line connecting Start to Product Specialist. Press Delete (or use the delete affordance). Do the same for Start → Pricing Specialist.
2
Draw Triage → Product Specialist
Hover over the Triage node’s bottom edge. A handle appears. Drag from the handle onto the Product Specialist node. An edge appears.
3
Add the activation prompt
Click the new edge. The Activation Condition panel opens. Paste:
Click Save. A short label appears on the edge — generated by AI from your prompt.
When the user asks about product features, integrations, capabilities, security, the roadmap, or how something works in the product.

4
Repeat for Pricing Specialist
Draw an edge Triage → Pricing Specialist, click it, paste:
When the user asks about price, plans, seats, discounts, free trial, or wants a quote for an Enterprise contract.Save.

The finished Sales Triage flow.
6. Test it
Click Test in the bottom toolbar. A drawer opens with a chat input.1
Send a pricing question
Type 
how much does Acme Pro cost? and press Enter.Within a couple of seconds, the Pricing Specialist replies with the pricing details from your global context. Below the reply, a debug panel shows the routing trace:[global] routeToActor → Triage(the global router picked Triage)[branch] routeToChild → Pricing Specialist(Triage handed off to Pricing because the activation prompt matched)

2
Try a product question
Type 
actually, does it support SSO? and watch how routing handles a topic change mid-conversation.
What’s next
You have a working multi-agent flow. From here you can:Connect a channel
Wire the flow to a Widget, Gmail, Slack, Teams, or Phone — so real users can talk to it.
Add capabilities
Give your agents access to knowledge bases, integration actions, and custom tools.
Deploy it
Take it live so it can handle real inbound messages or outbound campaigns.
Learn the concepts
Understand actors, edges, context inheritance, and focus modes in depth.
