# 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 %}
**다음 사용자 정보를 입력합니다:**

a. 이름\
b. 성\
c. 전화번호(선택 사항)\
d. 비밀번호 생성\
e. 비밀번호 확인
{% 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: 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.
