> 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/ko/configuration/alarm-sites/configure-partitions.md).

# 파티션 구성

## 센서 파티션 만들기

{% stepper %}
{% step %}
**Verkada Command에서 모든 제품 > 알람으로 이동합니다.**
{% endstep %}

{% step %}
**구성하려는 Alarm 사이트를 선택합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색 메뉴에서 파티션을 클릭합니다.**
{% endstep %}

{% step %}
**Sensor Partitions 옆에서 클릭** <i class="fa-plus">:plus:</i>**.**
{% endstep %}

{% step %}
**대화 상자에서 알람 응답을 선택합니다.**
{% endstep %}

{% step %}
**오른쪽 상단에서 > 이름 바꾸기를 클릭하여 파티션 이름을 변경합니다.**

a. 파티션이 보호하는 물리적 구역이나 지역을 식별할 수 있도록 파티션 이름을 신중하게 지정합니다
{% endstep %}

{% step %}
**장치에서 Add Device를 클릭하고 추가할 장치를 선택합니다.**
{% endstep %}

{% step %}
**Schedule에서 토글을 On으로 설정합니다.**

a. 평일 아래에서 사이트를 무장해야 하는 시간을 클릭하고 드래그합니다.\
b. 필요한 경우 다른 요일에도 반복합니다.\
c. (선택 사항) 클릭 **무장만** 사이트가 무장할 시간을 선택하고 자동으로 무장 해제되지 않도록 하는 체크박스입니다.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
스케줄을 **끔** 수동으로 무장/무장 해제할 계획이라면.
{% endhint %}

***

## 카메라 파티션 만들기

{% stepper %}
{% step %}
**Verkada Command에서 모든 제품 > 알람으로 이동합니다.**
{% endstep %}

{% step %}
**구성하려는 Alarm 사이트를 선택합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색 메뉴에서 파티션을 클릭합니다.**
{% endstep %}

{% step %}
**카메라 선택에서:**

a. 추가할 카메라를 선택합니다.\
b. 클릭 **다음 단계.**
{% endstep %}

{% step %}
**Schedule에서 파티션 무장을 위한 주간 일정을 추가하거나, command 또는 BK22 키패드를 통해 수동으로 파티션을 무장할 계획이라면 일정을 추가하지 않아도 됩니다.**
{% endstep %}

{% step %}
**보호할 영역 / 선 교차에서:**

a. 탭 메뉴에서 올바른 트리거 유형을 선택합니다\
b. 보호하려는 영역이나 선을 그리기 위해 비디오를 클릭합니다.

1. (선택 사항) 배회 시간을 "사람 감지" 또는 다른 값으로 변경하여 현장 침입자에 대해 올바르게 알람이 울리도록 합니다

d. 클릭 **완료.**
{% endstep %}

{% step %}
**새 카메라 파티션 이름 지정에서:**

a. 파티션이 보호하는 물리적 구역이나 지역을 식별할 수 있도록 신중하게 선택한 고유한 이름을 입력합니다\
b. 클릭 **저장하세요.**
{% endstep %}
{% endstepper %}

***

## 파티션에서 장치 제거

{% stepper %}
{% step %}
**Verkada Command에서 모든 제품 > 알람으로 이동합니다.**
{% endstep %}

{% step %}
**구성하려는 Alarm 사이트를 선택합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색 메뉴에서 파티션을 클릭합니다.**
{% endstep %}

{% step %}
**파티션을 선택합니다.**
{% endstep %}

{% step %}
**장치를 클릭합니다.**

a. 오른쪽 상단에서 >를 클릭합니다 **삭제**.\
b. 클릭 **확인합니다.**
{% endstep %}
{% endstepper %}

***

## 파티션 삭제

{% stepper %}
{% step %}
**Verkada Command에서 모든 제품 > 알람으로 이동합니다.**
{% endstep %}

{% step %}
**구성하려는 Alarm 사이트를 선택합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색 메뉴에서 파티션을 클릭합니다.**
{% endstep %}

{% step %}
**파티션을 선택합니다.**

a. 오른쪽 상단에서 >를 클릭합니다 **파티션 제거.**\
b. 클릭 **제거합니다.**
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**실제로 보고 싶으신가요?** 다음을 확인하세요 [비디오 튜토리얼](https://www.youtube.com/watch?v=I83OwKCsXN8).
{% 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/new-alarms/ko/configuration/alarm-sites/configure-partitions.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.
