> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloudcruise.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Workflows

> A context container for your business process

Our browser agent executes workflows. You can think of a workflow as a container for all the necessary context our agent needs to automate a business process reliably.

A workflow stores several pieces of structured and unstructured data:

* High-level workflow description
* Directed automation graph specifying the [happy path](https://en.wikipedia.org/wiki/Happy_path)
* Natural language descriptions of every action and UI state at time of the action
* Input and output JSON schema for data needed to fulfill the task and data expected to be returned by the browser agent
* Edge cases and associated error codes for each of them

Here's an example of an automation graph:

<img src="https://mintcdn.com/cloudcruise/ROnf0vNzkCEVM3Q3/images/graph-viz.png?fit=max&auto=format&n=ROnf0vNzkCEVM3Q3&q=85&s=8499e1c7497d506abd9239fb5ff37d7c" alt="Main dashboard interface" height="100" className="rounded-lg" border="10" data-path="images/graph-viz.png" />
