Quick Start¶
Get up and running with GloriaMundo in a few minutes.
Sign In¶
GloriaMundo uses Google sign-in. Click Sign in with Google on the landing page to create your account. You'll receive starter credits to begin building workflows immediately.
The Interface¶
Once signed in, you'll land on the Builder — GloriaMundo's main workspace.
[Screenshot needed: Builder interface showing the chat panel on the left and workflow graph on the right]
The interface has two main areas:
- Left panel — Chat. This is where you describe what you want to automate
- Right panel — Workflow editor. Your workflow appears here as a visual graph of connected steps
A sidebar on the left gives you quick access to:
- Builder — Create and edit workflows
- Workflows — View all your saved workflows
- Approvals — Review pending approval requests
- Connections — Manage your connected apps
- Settings — Configure preferences
Choose a Preset¶
Before building, you can select a preset that controls how workflows are generated:
| Preset | When to Use |
|---|---|
| Auto (default) | Let GloriaMundo decide — routes between Quick and Smart based on complexity |
| Quick | Simple, fast drafts with minimal overhead |
| Smart | Complex workflows that benefit from AI reasoning |
| Ultimate | Maximum thoroughness for critical automations |
You can change the preset at any time from the toolbar or in Settings.
Your First Prompt¶
Type a description of what you want to automate in the chat panel. For example:
"Every morning, check my Gmail for unread emails from my team and post a summary to Slack"
GloriaMundo will generate a complete workflow with:
- A trigger (manual, scheduled, or webhook)
- A sequence of steps (fetch emails, filter, summarise, post to Slack)
- Connection requirements (which apps need to be connected)
Preview Before Running¶
Click Simulate to run a Virtual Run. This executes read operations live (like fetching your emails) whilst previewing write operations (like the Slack message) without actually sending anything.
Connect Your Apps¶
If your workflow uses external services, you'll need to connect them via OAuth. GloriaMundo will prompt you when a connection is needed.
Learn more about connecting apps
Run for Real¶
Once you're satisfied with the preview, click Run (or Schedule / Activate depending on your trigger type) to execute the workflow.