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

# Media

> Add media to a simulator

Add images or videos to a simulator with `simulator media add`.

```bash theme={null}
# Show group examples
flowdeck simulator media --examples

# Add media to the booted simulator
flowdeck simulator media add /path/to/photo.jpg

# Target a specific simulator
flowdeck simulator media add /path/to/video.mov --udid <UDID>

# JSON output
flowdeck simulator media add /path/to/photo.jpg --json

# Show usage examples
flowdeck simulator media add /path/to/photo.jpg --examples
```

## Options

| Option        | Short | Description                                                |
| ------------- | ----- | ---------------------------------------------------------- |
| `--udid <id>` | `-u`  | Target simulator UDID (defaults to first booted simulator) |
| `--json`      | `-j`  | Output as JSON                                             |
| `--examples`  | `-e`  | Show usage examples                                        |
