> 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:

```
GET https://help.verkada.com/command/ko/getting-started/create-a-command-organization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
