~4 min1 / 16

Getting Started

Get up and running with Genzbots Studio in minutes. This guide walks you through installation, your first project, and running your first automation.

System Requirements

ComponentRequirement
OSWindows 10 (1903+) or Windows 11
Runtime.NET 10 Desktop Runtime (bundled with installer)
RAM4 GB minimum, 8 GB recommended
Disk500 MB for application + project storage
Display1280×720 minimum, 1920×1080 recommended
Browser (web automation)Microsoft Edge or Google Chrome

Installation

  1. Download the Genzbots Studio installer (.msi) from the Downloads page
  2. Run the installer and follow the prompts — Studio installs to %ProgramFiles%\Genzbots
  3. Launch Genzbots Studio from the Start Menu or desktop shortcut
  4. On first launch an onboarding overlay walks you through the key panels
  5. Activate your license under Account → License → Activate
License ValidationStudio starts immediately while license validation runs in the background. A license badge appears in the header once validated. You can run workflows on the Starter tier without a key.

Your First Workflow

  1. On the Home Screen click Projects → + New Project
  2. Give the project a name — the Workflow Designer opens with an empty canvas
  3. In the Activity Catalog (left panel), type Log in the search box
  4. Drag the Log activity onto the canvas
  5. In the Properties Panel (right), set Message to "Hello from Genzbots!"
  6. Press Ctrl+R (or click Run in the toolbar)
  7. Check the Output Panel at the bottom — your message appears
Examples LibraryOpen Examples on the Home Screen to explore 30+ sample workflows: beginners (HelloWorld, FileOperations, LoopProcessing), intermediate (ErrorHandling, DataValidation, StringManipulation), and advanced (BatchProcessing, WebAutomation, FlowControlAdvanced). Examples are read-only — use File → Save As to make an editable copy.

Studio Interface Overview

AreaDescription
Home ScreenProjects, Execution History, Examples, AI Chat, Connect to Orchestrator, Account, Settings, Help
Activity CatalogLeft panel — searchable list of all activities grouped by category
Workflow CanvasCentre — drag and arrange activities; executed top-to-bottom
Properties PanelRight panel — configure the selected activity's parameters
Variables PanelBottom — Variables tab (local) and Arguments tab (In/Out/InOut for Invoke Workflow)
Output PanelBottom — log messages, execution status, errors from the current run
Execution TraceBottom — step-by-step activity history during/after a run
Locals / WatchBottom — variable values at the current breakpoint (debug mode only)
Copilot PanelRight — AI chat, workflow generation, cost dashboard
Was this helpful?