Workflows let you turn complex browser tasks into reliable, reusable automations. Instead of hoping the agent figures out the right steps each time, you define the exact sequence—and run it whenever you need. See how to build and run a workflow end-to-end:Documentation Index
Fetch the complete documentation index at: https://docs.browseros.com/llms.txt
Use this file to discover all available pages before exploring further.
When to Use Workflows
Use workflows when:- Reliability matters — The task needs to work the same way every time
- Steps are complex — Multiple pages, loops, conditionals, or parallel actions
- You’ll repeat it — Run the same automation daily, weekly, or on-demand
Creating Your First Workflow

- Open the Workflows page from the sidebar
- Click + New Workflow
- Describe what you want in the chat panel

- Click Test Workflow to run it and verify it works
- Click Save Changes to keep it for later
Running Workflows
From the Workflows page, you can:- Run — Execute the workflow immediately
- Edit — Open the graph builder to refine steps
- Delete — Remove workflows you no longer need
Example Use Cases
Data entry automationRead contacts from a Google Sheet and submit each one to a web form—automatically handling pagination and parallel submissions.LinkedIn outreach
Visit each profile from a list, check if they match your criteria, and send a personalized connection request.Price monitoring
Check prices across multiple e-commerce sites, extract the data, and compile it into a spreadsheet.Bulk unsubscribes
Go through your Gmail, find subscription emails, and click unsubscribe on each one.
