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

# Kits

> A kit is a self-contained field hardware bundle — one kit represents one physical location.

A **kit** is the physical hardware you deploy in the field. Think of it as a self-contained communications and sensing node: it has its own internet uplink (or multiple), its own local network, and a small computer (the Pi) that manages everything and reports back to the cloud.

## What's in a kit

| Component                    | Role                                                      |
| ---------------------------- | --------------------------------------------------------- |
| Raspberry Pi (Hydra)         | Runs connectors, manages local services, reports to cloud |
| UniFi router                 | WAN failover/load balancing, local LAN gateway            |
| Cameras (Reolink or similar) | Video and detection feeds                                 |
| Starlink dish                | Primary WAN link                                          |
| Cellular modem               | Secondary WAN link                                        |
| Silvus radio (optional)      | Tactical WAN link — mesh networking over RF               |
| WiFi AP                      | Local wireless for on-site devices                        |

## How a kit is identified

Every kit has a unique **Kit ID** — a UUID assigned when the kit is provisioned in the dashboard. You'll use this ID in every API call to scope data to a specific kit.

```
HOPLYNK_KIT_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
```

## What a kit reports

Once online, a kit continuously reports:

* **GPS location** — from Starlink or a connected GPS source, at 1Hz
* **Link health** — throughput, latency, and packet loss per WAN link
* **Asset status** — all connected devices and their feeds
* **Gateway telemetry** — CPU, memory, connected clients

## Kit lifecycle

```
Provision → Deploy → Online → Reporting
```

1. **Provision** — create the kit in the Argus dashboard, get a Kit ID and credentials
2. **Deploy** — bring the kit to its location, power on
3. **Online** — Pi connects to cloud, registers all assets
4. **Reporting** — live data flows; kit appears on the map in Argus

## Next

<CardGroup cols={2}>
  <Card title="Deploy a kit" icon="box" href="/deployment/hardware">
    Hardware setup and provisioning walkthrough.
  </Card>

  <Card title="Assets" icon="drone" href="/concepts/assets">
    The devices connected to a kit.
  </Card>
</CardGroup>
