# Add a Device

You need to add your devices to Command before you can access and manage them.

{% hint style="danger" %}
You need [Org Admin or Site Admin permissions](/command/users-and-permissions/roles-and-permissions-for-command.md) for a site to add a device.
{% endhint %}

***

## Add devices

{% stepper %}
{% step %}
**In Command, go to All Products > Devices.**
{% endstep %}

{% step %}
**At the top right, click Add Devices.**
{% endstep %}

{% step %}
**Enter the serial numbers or order numbers of the devices.**
{% endstep %}

{% step %}
**Click Add Devices. The newly added devices will display on Devices > All Unassigned Devices.**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Alternatively, you can add devices using **Scan QR** or **Upload CSV**. If you upload a comma-separated value (CSV) file, you can download a template for ease of use.
{% endhint %}

***

## Set up a device

You need to assign a device to a site and complete the setup to move it from the **Unassigned Devices** list. Devices can be set up individually or in bulk.

{% hint style="danger" %}
You can only set up one product type at a time. If devices from multiple product lines are selected, you will not see the **Set Up** option.
{% endhint %}

{% stepper %}
{% step %}
**In Verkada Command, select All Products > Devices.**
{% endstep %}

{% step %}
**Under All Unassigned Devices:**

a. Select the device(s) you want to set up.\
b. Click **Set Up**.
{% endstep %}

{% step %}
**Under General:**

a. Enter a unique name.\
b. Select a site.\
c. Enter a location.
{% endstep %}

{% step %}
**(For cameras only) Under Settings:**

a. (Optional) From the **Default** dropdown, select **Copy from another camera** and select a camera to copy its configuration.\
b. Confirm the configuration or make any necessary changes.
{% endstep %}

{% step %}
**Click Apply to configure the devices.**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
You can only copy configurations from cameras located in the same site as the new camera.
{% endhint %}

***

{% hint style="info" %}
**Prefer to see it in action?** Check out the [video tutorial](https://www.youtube.com/watch?v=qcrS5i8_XR4).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.verkada.com/command/organization-settings/add-a-device-to-your-command-organization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
