# Create a Command Organization

Verkada’s web software is Command. You need Command to interact with and monitor all of your Verkada devices.

## Create a Command Account

{% stepper %}
{% step %}
**Navigate to the** [**Command**](https://command.verkada.com) **home page.**
{% endstep %}

{% step %}
**Click Create a New Organization.**
{% endstep %}

{% step %}
**Enter your email and click Continue.**
{% endstep %}

{% step %}
**Enter your organization name and select a region to create your organization in.**
{% endstep %}

{% step %}
**Click Next to continue.**
{% endstep %}

{% step %}
**An organization short name will be automatically generated.**

**Note:** You can edit the short name to anything not already used by another Command account.
{% endstep %}

{% step %}
**Click Next to continue.**
{% endstep %}

{% step %}
**Select a data residency region for your organization.**
{% endstep %}

{% step %}
**Click Next to continue.**
{% endstep %}

{% step %}
**Enter the following user information:**

a. First Name\
b. Last Name\
c. Phone (optional)\
d. Create Password\
e. Confirm Password
{% endstep %}

{% step %}
**Click Submit to create your organization.**
{% endstep %}
{% endstepper %}

***

### Verify your email address

You will need to verify your email address before you can access your Command account

{% stepper %}
{% step %}
**You will be brought to an overview page after you create your organization.**
{% endstep %}

{% step %}
**Click Next, and you will be prompted to check your inbox for a verification email.**
{% endstep %}

{% step %}
**From the email, click Verify Email.**
{% endstep %}

{% step %}
**A new web page will open confirming the email verification.**
{% endstep %}

{% step %}
**Click Continue to log in to your Command account.**
{% endstep %}
{% endstepper %}

***

{% hint style="info" %}
**Prefer to see it in action?** Check out the [video tutorial](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/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.
