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
| Section | What's here |
|---|---|
| Projects | Create new projects, open recent workflows, browse .gbw files on disk |
| Execution History | Every past workflow run with start time, duration, status (Success/Failed/Cancelled), and log preview |
| Examples | 30+ built-in sample workflows (read-only); copy via File → Save As to edit |
| AI Chat | Full Copilot chat panel — generate workflows, ask questions, analyse errors |
| Connect | Enter Orchestrator URL + credentials to link Studio with the Dashboard |
| Account | License key, tier badge, activation / deactivation |
| Tools | Diagnostic utilities: clear log, reset settings, open data folders |
| Settings | All Studio preferences — paths, AI config, recording, theme, shortcuts |
| Help | Opens the User Guide at localhost:3000/documentation |
Creating a New Project
- Click Projects in the sidebar
- Click + New Project
- Type a project name (e.g.,
InvoiceProcessor) - 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
| Difficulty | Included samples |
|---|---|
| Beginner | HelloWorld, VariableOperations, FileOperations, LoopProcessing |
| Intermediate | DecisionMaking, ErrorHandling, StringManipulation, DataValidation |
| Advanced | BatchProcessing, DataProcessing, FlowControlAdvanced, WebAutomation |