> For the complete documentation index, see [llms.txt](https://docs.konnex.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.konnex.world/sdk/robots.md).

# Connecting Robots

## Attach an Executor

```bash
konnex robot attach --robot-id roboarm-01 \
  --subnet sn.roboarm.sim --keys ./keys.json
```

## Stream Telemetry & Build PoPW Bundle

```bash
konnex robot record --job-id <JOBID> \
  --sensors camera,imu,torque,thermal --out ./powp.zip
```

## Send Bundle

```bash
konnex prove --job-id <JOBID> --bundle ./powp.zip
```
