> 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/fr/bien-demarrer/create-a-command-organization.md).

# Créer une organisation Command

Le logiciel web de Verkada est Command. Vous avez besoin de Command pour interagir avec tous vos appareils Verkada et les surveiller à l’écran.

## Créer un compte Command

{% stepper %}
{% step %}
**Accédez au** [**Command**](https://command.verkada.com) **page d’accueil.**
{% endstep %}

{% step %}
**Cliquez sur Créer une nouvelle organisation.**
{% endstep %}

{% step %}
**Saisissez votre e-mail et cliquez sur Continuer.**
{% endstep %}

{% step %}
**Saisissez le nom de votre organisation et sélectionnez une région dans laquelle créer votre organisation.**
{% endstep %}

{% step %}
**Cliquez sur Suivant pour continuer.**
{% endstep %}

{% step %}
**Un nom court d’organisation sera généré automatiquement.**

**Remarque :** Vous pouvez modifier le nom court pour n’importe quelle valeur qui n’est pas déjà utilisée par un autre compte Command.
{% endstep %}

{% step %}
**Cliquez sur Suivant pour continuer.**
{% endstep %}

{% step %}
**Sélectionnez une région de résidence des données pour votre organisation.**
{% endstep %}

{% step %}
**Cliquez sur Suivant pour continuer.**
{% endstep %}

{% step %}
**Saisissez les informations utilisateur suivantes :**

1. Prénom
2. Nom
3. Téléphone (facultatif)
4. Créer un mot de passe
5. Confirmer le mot de passe
   {% endstep %}

{% step %}
**Cliquez sur Soumettre pour créer votre organisation.**
{% endstep %}
{% endstepper %}

***

### Vérifiez votre adresse e-mail

Vous devrez vérifier votre adresse e-mail avant de pouvoir accéder à votre compte Command

{% stepper %}
{% step %}
**Vous serez redirigé vers une page récapitulative après la création de votre organisation.**
{% endstep %}

{% step %}
**Cliquez sur Suivant et il vous sera demandé de vérifier votre boîte de réception pour y trouver un e-mail de vérification.**
{% endstep %}

{% step %}
**Dans l’e-mail, cliquez sur Vérifier l’e-mail.**
{% endstep %}

{% step %}
**Une nouvelle page web s’ouvrira pour confirmer la vérification de l’e-mail.**
{% endstep %}

{% step %}
**Cliquez sur Continuer pour vous connecter à votre compte Command.**
{% endstep %}
{% endstepper %}

***

{% hint style="info" %}
**Vous préférez le voir en action ?** Consultez le [tutoriel vidéo](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/fr/bien-demarrer/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.
