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

# Computer Use Command

> Control your sandbox environment using natural language commands

The Computer Use command allows you to control your sandboxed environment using natural language instructions. This feature leverages Claude's capabilities to interpret and execute commands within the sandbox.

## Video Tutorial

<iframe width="100%" height="400" src="https://www.youtube.com/embed/QNGnMRD4RjY" title="MarinaBox Computer Use Command Tutorial" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen />

## Command Syntax

```bash theme={null}
mb local computer-use "SESSION_ID_OR_TAG" --command "your natural language command"
```

### Parameters

* `SESSION_ID_OR_TAG`: The unique identifier or tag of the target session
* `--command`: The natural language instruction to execute

## Examples

### 1. Browser Control

```bash theme={null}
mb local computer-use "TestSession" --command "maximize chromium window"
```

### 2. Web Navigation

```bash theme={null}
mb local computer-use "abc123xyz" --command "navigate to github.com"
```

### 3. Complex Tasks

```bash theme={null}
mb local computer-use "TestSession" --command "open a new tab, go to google.com, and search for 'MarinaBox documentation'"
```

***

### Get Support & Join Our Community

* Discord: [https://discord.gg/nAyFBSSU87](https://discord.gg/nAyFBSSU87)
* Email: [askmarinabox@gmail.com](mailto:askmarinabox@gmail.com)
