FlowManner
Chat
Sign InGet Started
Back to all guides

See Your Workflow. Shape It.

Complex workflows are easier to reason about when you can see them. The Visual Builder gives you a canvas where every agent, condition, and data flow is a node you can move, connect, and inspect.

Intermediate20 min6 stepsLast updated Jun 29, 2026

What You'll Learn

  • Navigate the canvas with zoom, pan, and selection tools
  • Drag, connect, and configure agent nodes visually
  • Use keyboard shortcuts to speed up workflow editing
  • Load and customize pre-built workflow templates
  • Organize large graphs with groups, colors, and annotations

The Visual Builder is FlowManner's drag-and-drop workflow editor. It turns complex multi-agent pipelines into intuitive node graphs you can see, edit, and share.

Prerequisites

  • A FlowManner account with at least one agent configured
  • Understanding of basic workflow concepts (see Building a Multi-Step Workflow)
  • A modern browser (Chrome, Firefox, or Edge recommended for canvas performance)

Canvas Basics

The canvas is your workspace. Zoom with the scroll wheel, pan by holding Space and dragging, and select multiple nodes by clicking and dragging a selection box. Right-click any node for context actions like duplicate, delete, or inspect.

Templates and Presets

Don't start from scratch. FlowManner ships with workflow templates for common patterns: research → write → review, data → analyze → report, and multi-agent debate. Load a template, customize the agents, and you're running in minutes.

Organizing Large Graphs

For workflows with 10+ nodes, use node groups to visually cluster related steps. Color-code by function (blue for data, green for analysis, orange for output). Add annotations to explain non-obvious connections.

Keyboard Shortcuts Reference

Master these shortcuts to edit faster: Ctrl+D duplicates selected nodes, Ctrl+Z undoes the last action, Delete removes selected nodes, Ctrl+A selects all, Ctrl+S saves the workflow. Space+drag pans the canvas. These shortcuts make editing large graphs dramatically faster.

Use templates as starting points

Don't build from scratch. Load a template, customize the agents, and iterate. You'll learn the patterns faster than reading docs.

Save before closing

The canvas does not auto-save. Click Save or press Ctrl+S before navigating away. Unsaved changes are lost.

Color-code by function

Assign colors to node types: blue for data input, green for processing, orange for output. Visual patterns make complex workflows scannable at a glance.

Step-by-Step

1

Open the Mission Builder

Navigate to Missions and click the Builder tab. You'll see a blank canvas with a toolbar on the left containing node types: Agent, Condition, Transform, Input, and Output.

2

Drag Your First Node

Click an Agent node from the toolbar and drop it onto the canvas. Click the node to configure it — select an agent, set the model override if needed, and define the input prompt template.

3

Connect Nodes with Edges

Hover over a node's output port (right side) and drag to another node's input port (left side). The edge represents data flow — the downstream agent receives the upstream agent's output as context.

4

Use Keyboard Shortcuts

Ctrl+D duplicates selected nodes. Ctrl+Z undoes the last action. Delete removes selected nodes. Ctrl+A selects all. Space+drag pans the canvas. These shortcuts make editing large graphs fast.

5

Load a Template

Click Templates in the toolbar to browse pre-built workflows. Select one to load it onto your canvas. Customize by swapping agents, adjusting prompts, or adding new branches.

6

Save and Version

Click Save to persist your workflow. FlowManner tracks versions automatically — use the Versions panel to compare changes, restore a previous state, or fork a new variant.

Related guides

Building a Multi-Step Workflow

Intermediate · 15 min

Advanced: Multi-Agent Orchestration

Advanced · 30 min

Ready to start building?

Practical tutorials for getting the most out of FlowManner — from your first workflow to advanced multi-agent orchestration.

Start building — it's free

On this page

  • What You'll Learn
  • Prerequisites
  • Canvas Basics
  • Templates and Presets
  • Organizing Large Graphs
  • Keyboard Shortcuts Reference
  • Step-by-Step