> 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/need-help/site-planner-homepage-overview/create-site-plan-project.md).

# Site Plan 프로젝트 만들기

{% hint style="danger" %}
사이트 플랜을 관리하려면 Org Admin 권한이 필요합니다.
{% endhint %}

***

## 구성

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

{% step %}
**오른쪽 상단에서 새 프로젝트를 클릭합니다.**
{% endstep %}

{% step %}
**프로젝트 만들기에서:**

a. 프로젝트 이름을 입력합니다(예: 고객 이름)\
b. (선택 사항) 프로젝트를 나타내는 로고 또는 이미지를 업로드합니다\
c. 클릭 **만들기.**
{% endstep %}

{% step %}
**위치 만들기에서:**

a. 프로젝트 위치를 입력합니다.\
b. 도로명 주소를 입력합니다.\
c. 클릭 **만들기.**\
d. 클릭 **계획 만들기.**
{% endstep %}

{% step %}
**계획 만들기에서:**

a. 계획 이름을 입력합니다.\
b. (선택 사항) [사이트 플랜 이미지를 업로드합니다.](#h_2a141a7482)\
c. (선택 사항) [사이트 플랜의 축척을 설정합니다.](#h_557082cd58)\
d. (선택 사항) [지도에서 계획을 정렬합니다.](#h_8174ac3e63)\
e. 클릭 **만들기.**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}

* 사이트 플랜은 최대 15MB의 PDF, PNG 및 JPG 파일을 지원합니다.
* Site Planner는 여러 페이지로 된 PDF를 지원하지 않습니다. 업로드하기 전에 PDF를 한 페이지 파일로 분할하세요.
  {% endhint %}

{% hint style="info" %}
지도에 Verkada 제품을 직접 배치하려면 사이트 플랜을 업로드하지 마세요. 제품을 배치할 수 있도록 지정된 위치에서 지도가 로드됩니다.
{% endhint %}

***

## 사이트 플랜 자르기

사이트 플랜을 업로드한 후 계획 편집기에서 관련 부분만 표시하도록 파일을 자를 수 있습니다.

{% stepper %}
{% step %}
**네 모서리 중 하나를 클릭하고 드래그하여 사이트 플랜의 모양을 변경합니다.**
{% endstep %}

{% step %}
**네 변 중 하나를 클릭하고 드래그하여 사이트 플랜의 크기를 변경합니다.**
{% endstep %}

{% step %}
**변경 사항을 저장하려면 완료를 클릭합니다.**
{% endstep %}
{% endstepper %}

***

## 사이트 플랜 축척 설정

지도에서 Verkada 장치 범위가 정확하도록 사이트 플랜의 축척을 설정합니다.

{% stepper %}
{% step %}
**사이트 플랜에서 두 지점을 선택합니다.**
{% endstep %}

{% step %}
**두 지점 사이의 거리를 입력합니다. 피트와 미터를 모두 지원합니다.**

<div align="left" data-with-frame="true"><img src="/files/3eb8ec0d860eca57a05e28a5ad52898e569ac6b9" alt=""></div>
{% endstep %}

{% step %}
**저장하려면 클릭합니다.**
{% endstep %}
{% endstepper %}

{% hint style="info" %}
미국에서 표준 문 폭은 3피트입니다. 사이트 플랜의 문 위에서 두 지점을 선택하여 이를 축척으로 사용하세요.
{% endhint %}

***

## 사이트 플랜 정렬

지도와 정확히 맞도록 사이트 플랜의 방향을 설정합니다.

{% stepper %}
{% step %}
**네 모서리 중 하나를 클릭하고 드래그하여 사이트 플랜의 크기를 변경합니다.**
{% endstep %}

{% step %}
**이미지 상단 중앙의 핸들을 클릭하고 드래그하여 방향을 변경합니다.**

<div align="left" data-with-frame="true"><img src="/files/24f9dd9a5dd3adf880d5ca24290276c92e6983b1" alt="" width="563"></div>
{% endstep %}

{% step %}
클릭 **완료** 저장하려면
{% 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/command/ko/need-help/site-planner-homepage-overview/create-site-plan-project.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.
