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

# Get the QR onto the Hardware

> Download a product's QR code and affix it to the device for onboarding.

Every product has a QR code that a user scans to onboard a device. As the
manufacturer, you download it and put it on the hardware (or its packaging)
before shipping.

## Download the QR

<Steps>
  <Step title="Open the product's QR Code tab">
    In the product dashboard, go to the **QR Code** tab. It shows the product's
    QR and its Product ID.
  </Step>

  <Step title="Download it">
    Click **Download QR Code**. It saves as a PNG named
    `<product-name>-QR.png`.
  </Step>

  <Step title="Affix it to the device">
    Print the QR and stick it on the device itself, or include it on the
    packaging, so the end user can scan it during onboarding.
  </Step>
</Steps>

## What the QR contains

The QR encodes a small JSON object identifying the product:

```json theme={null}
{ "productId": "<product-id>", "name": "<product name>" }
```

When the app scans it, it resolves the product so the user knows exactly what
they're adding — before any Wi-Fi setup.

<Note>
  The Product ID is also shown on the QR Code tab and can be copied directly — handy
  for support or manual flows.
</Note>

<Card title="Next: onboard via the app" icon="mobile" href="/onboarding/official-app">
  Scan, add, and configure Wi-Fi.
</Card>
