Skip to main content

Overview

The Draft & Goal Studio is where you build, test, and manage your workflows. This guide will help you understand each part of the interface.

Main areas

The Studio is divided into four main areas:

1. Top Navigation Bar

The navigation bar at the top gives you quick access to:
  • Workflow name: Click to rename your workflow
  • Save: Save your current changes (also auto-saves)
  • App: Open the workflow runner to test your workflow
  • Settings: Configure workflow-level settings
  • Share: Collaborate with team members

2. Left Sidebar - Node Library

The left sidebar contains all available nodes organized by category:
CategoryDescription
AI NodesLLM, AI Agent, Image generation
IntegrationsHubSpot, WordPress, Email, Google Sheets, BigQuery, Semrush, Majestic, YourTextGuru
ToolsWeb Scraper, HTTP Request, Merge, Loop, Conditional, Fail
Use the search bar at the top of the sidebar to quickly find any node.

3. Canvas - Workflow Builder

The canvas is your main workspace where you:
  • Drag and drop nodes from the library
  • Connect nodes by drawing lines between outputs and inputs
  • Arrange your workflow visually
  • Select nodes to configure them

Canvas controls

ActionHow to do it
PanClick and drag on empty space
ZoomScroll wheel or pinch gesture
Select multipleHold Shift and click nodes
DeleteSelect a node and press Delete/Backspace
DuplicateSelect and press Cmd/Ctrl + D

4. Right Panel - Node Configuration

When you select a node, the right panel shows its configuration:
  • Inputs: Required and optional parameters
  • Node Settings: Node-specific options, Model selection
  • Output Preview: See the output after running

Working with the canvas

Adding nodes

  1. Click Add Node in the left sidebar
  2. Browse categories or search for a specific node
  3. Click on the node to add it to the canvas
  4. The node appears in the center of your view

Connecting nodes

Nodes have connection points on their left (inputs) and right (outputs):
  1. Hover over a node’s output point (right side)
  2. Click and drag to draw a connection line
  3. Drop the line on another node’s input point (left side)
  4. The connection is established
You can only connect compatible types. For example, you can’t connect an image output to a text input.

Organizing your workflow

Keep your workflows clean and readable:
  • Align nodes horizontally for a left-to-right flow
  • Group related nodes together
  • Use spacing to separate logical sections
  • Add notes to document complex logic

Workflow settings

Click the Settings icon in the top-left bar to access:

General settings

  • Name: Give your workflow a descriptive name
  • Description: Document what this workflow does

Next steps