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

# Browser-act

> Browser-act provides an Agent CLI for browser automation and a hosted Workflow product for visual automation.

# Browser-act

Browser-act helps AI agents and teams automate browser work.

* **Agent CLI** is for AI agents that need to operate browsers through a safe command-line runtime.
* **Workflow** is for users and teams that want hosted visual browser automation.

## Start with the Agent CLI

| Layer           | What it does                                                             | Where to read                                                    |
| --------------- | ------------------------------------------------------------------------ | ---------------------------------------------------------------- |
| Entry Skill     | Helps the agent discover Browser-act and load runtime-aware instructions | [Skill System](/agent-cli/skill-system)                          |
| CLI Runtime     | Performs browser automation commands                                     | [Command Reference](/agent-cli/command-reference)                |
| Runtime objects | Control browser state and safety boundaries                              | browser, session, profile, stealth browser, network capture, HAR |

## Shortest path

```bash theme={null}
browser-act get-skills core --skill-version <version>
browser-act browser list
browser-act --session my-task browser open <browser-id> https://example.com
browser-act --session my-task state
browser-act --session my-task click 2
```

## Where to start

* [Introduction](/agent-cli/introduction): Learn what Browser-act gives AI agents.
* [Installation](/agent-cli/installation): Install the CLI, add the entry Skill, and verify the runtime.
* [Quick Start](/agent-cli/quick-start): Get the first extraction or browser interaction running in 60 seconds.
* [First workflow guide](/workflow/learn/quick-start/build-your-first-data-scraper-workflow-in-5-minutes): Open the existing Workflow learning material.
