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

# Browser

The Browser connection gives your agents direct access to any website or web application, letting them navigate pages, fill out forms, click buttons, and complete multi-step processes just like a person would. This is especially valuable for systems that lack API access, such as internal portals, ERPs, and vendor platforms.

## Setup

<Check>No setup required. The Browser connection is available to every agent automatically.</Check>

## Capabilities

* **Navigate websites** — Go to any URL, follow links, and move through multi-page workflows.
* **Fill out forms** — Enter data into text fields, dropdowns, date pickers, and other form elements.
* **Click and interact** — Press buttons, select menu items, and use any interactive page element.
* **Extract information** — Read and capture data from web pages for use in downstream steps.
* **Upload and download files** — Attach files to web forms or download documents, reports, and exports from portals.
* **Sign in with stored Logins** — Sign in to protected sites using logins saved in [Logins and Secrets](/user-guide/resources/my-logins), including one-time 2FA codes, without exposing passwords to the agent. Sites that require HTTP Basic Auth (browser-level username/password prompts) are handled automatically using matching stored logins.
* **Complete end-to-end processes** — Chain actions across multiple pages to finish entire business workflows in a single run.

## Key Benefits

* **Universal access** — Work with any website or web application, including systems that have no API or modern connection options.
* **Human-like interaction** — Perform the same clicks, form fills, and navigation a person would, with no technical integration required.
* **Secure authentication** — Use stored logins to access protected sites while keeping credentials safe.
* **Full auditability** — Every browser action is tracked, giving you a clear record of what the agent did and when.
* **Flexible automation** — Automate virtually any browser-based task without custom development or vendor cooperation.

## Works Well With

<CardGroup cols={2}>
  <Card title="Gmail" icon="https://mintcdn.com/duvo-d8027998/O3tlM6eCuFk2uJpN/images/connections/gmail.svg?fit=max&auto=format&n=O3tlM6eCuFk2uJpN&q=85&s=ad4e229283f3fe2f26c0f96a49f28e13" href="/user-guide/connections/available-connections/gmail" width="88" height="66" data-path="images/connections/gmail.svg">
    Gather data from a web portal, then draft and send a summary email with the results.
  </Card>

  <Card title="Microsoft Outlook" icon="https://mintcdn.com/duvo-d8027998/O3tlM6eCuFk2uJpN/images/connections/outlook.svg?fit=max&auto=format&n=O3tlM6eCuFk2uJpN&q=85&s=e29aeb65c8cffce1cd3c83b81289b71f" href="/user-guide/connections/available-connections/microsoft-outlook" width="1831" height="1703" data-path="images/connections/outlook.svg">
    Gather data from a web portal, then draft and send a summary email with the results.
  </Card>

  <Card title="Google Sheets" icon="https://mintcdn.com/duvo-d8027998/O3tlM6eCuFk2uJpN/images/connections/google-sheets.svg?fit=max&auto=format&n=O3tlM6eCuFk2uJpN&q=85&s=0ef8d55e05c34e7a4a618933bdf0ceb3" href="/user-guide/connections/available-connections/google-sheets" width="24" height="24" data-path="images/connections/google-sheets.svg">
    Extract information from vendor websites or internal dashboards and write it directly into a spreadsheet for reporting.
  </Card>

  <Card title="Snowflake" icon="https://mintcdn.com/duvo-d8027998/O3tlM6eCuFk2uJpN/images/connections/snowflake.svg?fit=max&auto=format&n=O3tlM6eCuFk2uJpN&q=85&s=42fbf1853c296d1876c3b1fc21a8779e" href="/user-guide/connections/available-connections/snowflake" width="16" height="16" data-path="images/connections/snowflake.svg">
    Pull reference data from a database, then use the browser to enter it into a legacy system that only has a web interface.
  </Card>
</CardGroup>
