> ## 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.

# Computer Use

> Let your agents operate Windows desktop applications via a Duvo-managed sandbox or your own machines over RDP.

<Note>
  **Beta** — This feature is currently in beta and may change.
</Note>

Computer Use lets your agents operate Windows desktop applications, automating workflows that go beyond what browsers and APIs can reach. Duvo offers two ways to access Windows desktops, depending on whether you need a managed sandbox or access to your own infrastructure.

## Two Options

|                   | [Computer Use](/user-guide/connections/available-connections/computer-use) | [Windows Remote Desktop](/user-guide/connections/available-connections/windows-remote-desktop) |
| ----------------- | -------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| **Environment**   | Duvo-managed Windows sandbox                                               | Your Windows machines                                                                          |
| **Setup**         | None — automatically available                                             | Provide RDP host, username, and password                                                       |
| **Best for**      | General desktop automation, testing workflows, processing files            | Accessing internal systems, installed software, network resources                              |
| **Data location** | Runs in Duvo's cloud                                                       | Runs on your infrastructure                                                                    |
| **Persistence**   | Session state preserved within a run                                       | Connects to your persistent environment                                                        |

## When to Use Each

<Tabs>
  <Tab title="Computer Use">
    Use Computer Use when:

    * You need a clean Windows environment to process files or test workflows
    * The agent doesn't require access to your internal network or proprietary software
    * You want zero-config desktop automation
  </Tab>

  <Tab title="Windows Remote Desktop">
    Use Windows Remote Desktop when:

    * The agent needs your installed applications (custom ERP, industry software, licensed tools)
    * You need access to internal file shares, databases, or network resources
    * Compliance requires data to remain on your infrastructure
  </Tab>
</Tabs>

## How It Works

Both connections give agents the ability to control a Windows desktop — clicking buttons, typing text, navigating menus, and reading screen content. The agent interacts with applications exactly as a person would, which means any Windows software can be automated regardless of whether it has an API.

Computer Use provisions a fresh Windows sandbox for each session, managed entirely by Duvo. Windows Remote Desktop connects to your existing Windows machines over the standard RDP protocol, secured with TLS encryption.

## Shared Capabilities

Both Computer Use options support:

* **Desktop control** — Open, navigate, and operate Windows applications
* **Click and type** — Interact with UI elements, forms, and dialogs
* **Screen reading** — Capture and interpret what's displayed
* **Live view** — Watch the desktop in real-time as your agent works
* **Full audit trail** — Every action is captured for review

Computer Use also supports **file transfer** between the sandbox and your agent, which is not available with Windows Remote Desktop.

## Related Pages

<CardGroup cols={2}>
  <Card title="Computer Use" href="/user-guide/connections/available-connections/computer-use">
    Duvo-managed Windows sandbox
  </Card>

  <Card title="Windows Remote Desktop" href="/user-guide/connections/available-connections/windows-remote-desktop">
    Connect to your own Windows machines
  </Card>
</CardGroup>
