> 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/getting-started/create-a-command-organization.md).

# Command 조직 만들기

Verkada의 웹 소프트웨어는 Command입니다. 모든 Verkada 기기를 제어하고 모니터링하려면 Command가 필요합니다.

## Command 계정 만들기

{% stepper %}
{% step %}
**다음으로 이동합니다** [**Command**](https://command.verkada.com) **홈 페이지.**
{% endstep %}

{% step %}
**새 조직 만들기를 클릭합니다.**
{% endstep %}

{% step %}
**이메일을 입력하고 계속을 클릭합니다.**
{% endstep %}

{% step %}
**조직 이름을 입력하고 조직을 생성할 지역을 선택합니다.**
{% endstep %}

{% step %}
**계속하려면 다음을 클릭합니다.**
{% endstep %}

{% step %}
**조직 약칭은 자동으로 생성됩니다.**

**참고:** 약칭은 다른 Command 계정에서 이미 사용하지 않은 이름으로 자유롭게 수정할 수 있습니다.
{% endstep %}

{% step %}
**계속하려면 다음을 클릭합니다.**
{% endstep %}

{% step %}
**조직의 데이터 거주 지역을 선택합니다.**
{% endstep %}

{% step %}
**계속하려면 다음을 클릭합니다.**
{% endstep %}

{% step %}
**다음 사용자 정보를 입력합니다:**

1. 이름
2. 성
3. 전화번호(선택 사항)
4. 비밀번호 만들기
5. 비밀번호 확인
   {% endstep %}

{% step %}
**조직을 만들려면 제출을 클릭합니다.**
{% endstep %}
{% endstepper %}

***

### 이메일 주소를 인증하세요

Command 계정에 액세스하려면 이메일 주소를 먼저 인증해야 합니다

{% stepper %}
{% step %}
**조직을 생성한 후 개요 페이지로 이동합니다.**
{% endstep %}

{% step %}
**다음을 클릭하면 받은편지함에서 인증 이메일을 확인하라는 안내가 표시됩니다.**
{% endstep %}

{% step %}
**이메일에서 이메일 인증을 클릭합니다.**
{% endstep %}

{% step %}
**이메일 인증을 확인하는 새 웹페이지가 열립니다.**
{% endstep %}

{% step %}
**Command 계정에 로그인하려면 계속을 클릭합니다.**
{% endstep %}
{% endstepper %}

***

{% hint style="info" %}
**실제 사용 모습을 보고 싶으신가요?** 다음을 확인하세요 [비디오 튜토리얼](https://www.youtube.com/watch?v=vme3YdOdhsE).
{% 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/getting-started/create-a-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.
