# 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/ja/hajimeni/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.
