~4 min2 / 16

Home Screen

The Home Screen is your starting point. It appears on launch and when no project is open. Everything — projects, execution history, examples, AI, Orchestrator connection, settings — is one click away from the left sidebar.

Sidebar Sections

SectionWhat's here
ProjectsCreate new projects, open recent workflows, browse .gbw files on disk
Execution HistoryEvery past workflow run with start time, duration, status (Success/Failed/Cancelled), and log preview
Examples30+ built-in sample workflows (read-only); copy via File → Save As to edit
AI ChatFull Copilot chat panel — generate workflows, ask questions, analyse errors
ConnectEnter Orchestrator URL + credentials to link Studio with the Dashboard
AccountLicense key, tier badge, activation / deactivation
ToolsDiagnostic utilities: clear log, reset settings, open data folders
SettingsAll Studio preferences — paths, AI config, recording, theme, shortcuts
HelpOpens the User Guide at localhost:3000/documentation

Creating a New Project

  1. Click Projects in the sidebar
  2. Click + New Project
  3. Type a project name (e.g., InvoiceProcessor)
  4. Click Create — the Workflow Designer opens with an empty canvas

Projects are stored as .gbw files (JSON) in your configured Projects Folder.

Execution History

Every run is recorded with: workflow name, start time, end time, duration, exit status, and a link to the full output log. Use the filter bar to search by name or date range. Failed runs show a red badge and the first error line for quick diagnosis.

Examples Library

DifficultyIncluded samples
BeginnerHelloWorld, VariableOperations, FileOperations, LoopProcessing
IntermediateDecisionMaking, ErrorHandling, StringManipulation, DataValidation
AdvancedBatchProcessing, DataProcessing, FlowControlAdvanced, WebAutomation
Was this helpful?