> 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/command/ko/organization-settings/add-a-device-to-your-command-organization.md).

# 장치 추가

기기에 액세스하고 관리하려면 먼저 Command에 기기를 추가해야 합니다.

{% hint style="danger" %}
다음이 필요합니다 [Org Admin 또는 Site Admin 권한](/command/ko/users-and-permissions/roles-and-permissions-for-command.md) 사이트에서 기기를 추가하려면.
{% endhint %}

***

## 기기 추가

{% stepper %}
{% step %}
**Command에서 All Products > Devices로 이동합니다.**
{% endstep %}

{% step %}
**오른쪽 상단에서 Add Devices를 클릭합니다.**
{% endstep %}

{% step %}
**기기의 일련번호 또는 주문 번호를 입력합니다.**
{% endstep %}

{% step %}
**Add Devices를 클릭합니다. 새로 추가된 기기는 Devices > All Unassigned Devices에 표시됩니다.**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
또는 다음을 사용하여 기기를 추가할 수 있습니다 **QR 스캔** 또는 **CSV 업로드**. 쉼표로 구분된 값(CSV) 파일을 업로드하면 편의를 위해 템플릿을 다운로드할 수 있습니다.
{% endhint %}

***

## 기기 설정

기기를 사이트에 할당하고 설정을 완료해야 다음 **할당되지 않은 기기** 목록에서 이동할 수 있습니다. 기기는 개별적으로 또는 일괄적으로 설정할 수 있습니다.

{% hint style="danger" %}
한 번에 하나의 제품 유형만 설정할 수 있습니다. 여러 제품 라인의 기기를 선택하면 다음 항목이 표시되지 않습니다. **설정** 옵션.
{% endhint %}

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Devices를 선택합니다.**
{% endstep %}

{% step %}
**All Unassigned Devices에서:**

a. 설정하려는 기기를 선택합니다.\
b. 클릭 **설정**.
{% endstep %}

{% step %}
**General에서:**

a. 고유한 이름을 입력합니다.\
b. 사이트를 선택합니다.\
c. 위치를 입력합니다.
{% endstep %}

{% step %}
**(카메라만 해당) Settings에서:**

a. (선택 사항) 다음에서 **기본값** 드롭다운에서 **다른 카메라에서 복사** 를 선택하고, 해당 구성을 복사할 카메라를 선택합니다.\
b. 구성을 확인하거나 필요한 변경 사항을 적용합니다.
{% endstep %}

{% step %}
**기기를 구성하려면 Apply를 클릭합니다.**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
새 카메라와 동일한 사이트에 있는 카메라의 구성만 복사할 수 있습니다.
{% endhint %}

***

{% hint style="info" %}
**실제 사용 모습을 보고 싶으신가요?** 다음을 확인하세요 [비디오 튜토리얼](https://www.youtube.com/watch?v=qcrS5i8_XR4).
{% endhint %}


---

# 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/command/ko/organization-settings/add-a-device-to-your-command-organization.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.
