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

# Command オーガナイゼーション' を作成する

VerkadaのWebソフトウェアは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 %}
**メール確認を確認する新しいWebページが開きます。**
{% 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/ja/hajimeni/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.
