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

# Web Apps

> Open web applications from the CLI

Open web applications through the Lager CLI for oscilloscope, logic analyzer, and webcam access.

## Syntax

```bash theme={null}
lager scope [OPTIONS]
lager logic [OPTIONS]
lager webcam [OPTIONS]
```

## Global Options

| Option       | Description                 |
| ------------ | --------------------------- |
| `--box TEXT` | Lagerbox name or IP address |
| `--help`     | Show help message and exit  |

## Commands

| Command  | Description                 |
| -------- | --------------------------- |
| `scope`  | Open oscilloscope web app   |
| `logic`  | Open logic analyzer web app |
| `webcam` | Open webcam web app         |

## Command Reference

### `scope`

Open oscilloscope web application.

```bash theme={null}
lager scope [OPTIONS]
```

**Options:**

* `--box TEXT` - Lagerbox name or IP

### `logic`

Open logic analyzer web application.

```bash theme={null}
lager logic [OPTIONS]
```

**Options:**

* `--box TEXT` - Lagerbox name or IP

### `webcam`

Open webcam web application.

```bash theme={null}
lager webcam [OPTIONS]
```

**Options:**

* `--box TEXT` - Lagerbox name or IP

## Examples

```bash theme={null}
# Open oscilloscope
lager scope --box my-lager-box

# Open logic analyzer
lager logic --box my-lager-box

# Open webcam
lager webcam --box my-lager-box

```

## Notes

* Each command opens a web browser with the respective application
* Requires a web browser to be available on your system
* Applications provide real-time access to device data and controls
* Ensure the target box has the required hardware capabilities
* Web apps require a configured box (use `lager boxes add` first)
