Build your first real project and workflow, then make Home useful for the way your team operates. This guide walks through the core surfaces and shows how they connect.
What you'll learn
- Creating projects and tasks to organize work
- Customizing your dashboard with blocks
- Building workflows on the visual canvas
- Running and debugging workflows
Prerequisites
- An account: register at
/users/register, log in at/users/log-in, or sign in with Google - A workspace: after you register, create or join a workspace. New workspaces do not contain sample projects, tasks, objectives, or workflows, so you can start with your team's real work.
Step 1: Create a project
Projects group related tasks and workflows.
- Open Projects from the sidebar
- Click New Project
- Enter a name (like "My First Automation") and click Create project
Use a project for a real process or initiative, such as "Customer onboarding", "Quarterly access review", or "Store opening".
Tip: The New button in the header creates workflows, projects, and tasks from any page.
Step 2: Create a task
Tasks track the actual work.
- Open Tasks from the sidebar
- Click Add Task
- Enter a title, then set status, project, dates, or assignee as needed
- Click Create task
Tip: Switch between Table, Board, Timeline, and Calendar views from the view switcher.
Step 3: Customize Home (optional)
Home is a Page built from blocks. Rollout creates it when workspace setup finishes, with My Tasks, Projects, and Activity blocks. Empty tables link to the corresponding place to create real work.
- Open Home from the sidebar
- Click the pencil (Edit Page) button
- Click Add block and pick a block: Table (tasks, projects, objectives, documents, or custom records), Feed (updates and posts), Form (create records), or Section (rich text)
- Move or resize blocks, then click Apply changes — or Discard to drop the draft
Step 4: Build your first workflow
Workflows are your visual automations.
- Open Workflows from the sidebar
- Click New Workflow to open the editor
- Click an empty spot on the canvas to open the node picker, then choose Manual Start
- Drag from Manual Start's output port and release on empty canvas — the picker opens again and connects your pick. Choose a node like AI Agent or API Request
- Click a node to configure it in the sidebar
- Your Draft autosaves as you edit. Click Publish when it is ready; the first Publish creates v1 as the Current Release and leaves production Paused
Example: Create a "Daily Quote" workflow: Manual Start connected to an AI Agent whose prompt asks for an inspiring quote.
Step 5: Run and view results
- Click Test in the editor toolbar (or press Cmd/Ctrl + Enter) to run the current Draft without changing production
- Watch nodes highlight as they execute
- Click a completed node to inspect its output
- Open the Runs tab in the sidebar for run history; the Live tab follows the active run
Each node shows what data it processed, making debugging straightforward.
Next steps
- Visual Workflows - The editor, triggers, and node catalog
- Debugging Runs - Read run history and per-step output
- Projects, Tasks & Teams - Statuses, milestones, and views
- Dashboards & Widgets - Blocks, pages, and live data
- Integrations - Connect Google and other services
Troubleshooting
Do I need to code? No. Build automations by connecting nodes on the canvas. The Code Execution node is available when you need custom JavaScript logic.
Workflow not running
- The Test button stays disabled until the Draft has an executable trigger node (like Manual Start)
- Ensure nodes are connected (output port to input port)
- For production triggers, Publish the Draft and click Start so the Current Release is Running
Node shows an error
- Click the node to see error details in the sidebar
- For API Request nodes, check URL, method, and headers
- For AI Agent nodes, make sure the prompt is set
Nothing appears after running
- Open the Runs tab in the editor sidebar and open the latest run
- Look for errors on individual nodes
Can't find my workflow
- Check you're in the right workspace (workspace menu at the top of the sidebar)
- Open Workflows from the sidebar and search the full list, not just recent items