> 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/de/erste-schritte/create-a-command-organization.md).

# Eine Command-Organisation erstellen

Verkadas Websoftware heißt Command. Sie benötigen Command, um mit all Ihren Verkada-Geräten zu interagieren und sie zu überwachen.

## Ein Command-Konto erstellen

{% stepper %}
{% step %}
**Navigieren Sie zu** [**Command**](https://command.verkada.com) **Startseite.**
{% endstep %}

{% step %}
**Klicken Sie auf Neue Organisation erstellen.**
{% endstep %}

{% step %}
**Geben Sie Ihre E-Mail-Adresse ein und klicken Sie auf Weiter.**
{% endstep %}

{% step %}
**Geben Sie den Namen Ihrer Organisation ein und wählen Sie eine Region aus, in der Ihre Organisation erstellt werden soll.**
{% endstep %}

{% step %}
**Klicken Sie auf Weiter, um fortzufahren.**
{% endstep %}

{% step %}
**Ein Kurzname für die Organisation wird automatisch generiert.**

**Hinweis:** Sie können den Kurznamen in einen beliebigen Namen ändern, der noch nicht von einem anderen Command-Konto verwendet wird.
{% endstep %}

{% step %}
**Klicken Sie auf Weiter, um fortzufahren.**
{% endstep %}

{% step %}
**Wählen Sie eine Datenresidenz-Region für Ihre Organisation aus.**
{% endstep %}

{% step %}
**Klicken Sie auf Weiter, um fortzufahren.**
{% endstep %}

{% step %}
**Geben Sie die folgenden Benutzerinformationen ein:**

1. Vorname
2. Nachname
3. Telefon (optional)
4. Passwort erstellen
5. Passwort bestätigen
   {% endstep %}

{% step %}
**Klicken Sie auf Senden, um Ihre Organisation zu erstellen.**
{% endstep %}
{% endstepper %}

***

### Bestätigen Sie Ihre E-Mail-Adresse

Sie müssen Ihre E-Mail-Adresse bestätigen, bevor Sie auf Ihr Command-Konto zugreifen können

{% stepper %}
{% step %}
**Nachdem Sie Ihre Organisation erstellt haben, werden Sie zu einer Übersichtsseite weitergeleitet.**
{% endstep %}

{% step %}
**Klicken Sie auf Weiter, und Sie werden aufgefordert, in Ihrem Posteingang nach einer Bestätigungs-E-Mail zu suchen.**
{% endstep %}

{% step %}
**Klicken Sie in der E-Mail auf E-Mail bestätigen.**
{% endstep %}

{% step %}
**Es öffnet sich eine neue Webseite, die bestätigt, dass die E-Mail-Adresse verifiziert wurde.**
{% endstep %}

{% step %}
**Klicken Sie auf Weiter, um sich bei Ihrem Command-Konto anzumelden.**
{% endstep %}
{% endstepper %}

***

{% hint style="info" %}
**Möchten Sie es lieber in Aktion sehen?** Schauen Sie sich das [Video-Tutorial an](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/de/erste-schritte/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.
