> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/new-alarms/configuration/wireless-alarms-devices/bulk-assign-sensors-to-an-alarm-sites.md).

# Bulk Assign Sensors to an Alarm Sites

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 %}

***

## Set up devices

Devices must be assigned to a site and set up to move from the **Unassigned Devices** list. You can set up devices individually or in bulk.

{% hint style="warning" %}
You can only bulk set up one sensor device type at a time. If multiple sensor types are selected, the **Set Up** option will not appear.
{% endhint %}

{% hint style="danger" %}
Only Wireless Alarm Sensors are currently supported for bulk assignment to an Alarm Site.
{% endhint %}

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

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

a. Select the sensor device(s) you want to set up or select **Batch Setup** next to **All Unassigned Devices** and select the type of device from the dropdown.\
b. Click **Set Up**.
{% endstep %}

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

a. Select the alarm system (Classic or New Alarms)\
b. Select the Alarm site.\
c. (If New Alarms) Select the partition.
{% endstep %}

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.verkada.com/new-alarms/configuration/wireless-alarms-devices/bulk-assign-sensors-to-an-alarm-sites.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
