> 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/es/primeros-pasos/create-a-command-organization.md).

# Crear una organización de Command

El software web de Verkada es Command. Necesitas Command para interactuar con y monitor todos tus dispositivos Verkada.

## Crear una cuenta de Command

{% stepper %}
{% step %}
**Vaya a la** [**Command**](https://command.verkada.com) **página de inicio.**
{% endstep %}

{% step %}
**Haz clic en Crear una nueva organización.**
{% endstep %}

{% step %}
**Introduce tu correo electrónico y haz clic en Continuar.**
{% endstep %}

{% step %}
**Introduce el nombre de tu organización y selecciona una región en la que crear tu organización.**
{% endstep %}

{% step %}
**Haz clic en Siguiente para continuar.**
{% endstep %}

{% step %}
**Se generará automáticamente un nombre corto de la organización.**

**Nota:** Puedes editar el nombre corto por cualquiera que no esté ya en uso por otra cuenta de Command.
{% endstep %}

{% step %}
**Haz clic en Siguiente para continuar.**
{% endstep %}

{% step %}
**Selecciona una región de residencia de datos para tu organización.**
{% endstep %}

{% step %}
**Haz clic en Siguiente para continuar.**
{% endstep %}

{% step %}
**Introduce la siguiente información del usuario:**

1. Nombre
2. Apellido
3. Teléfono (opcional)
4. Crear contraseña
5. Confirmar contraseña
   {% endstep %}

{% step %}
**Haz clic en Enviar para crear tu organización.**
{% endstep %}
{% endstepper %}

***

### Verifica tu dirección de correo electrónico

Tendrás que verificar tu dirección de correo electrónico antes de poder acceder a tu cuenta de Command

{% stepper %}
{% step %}
**Se te llevará a una página de resumen después de crear tu organización.**
{% endstep %}

{% step %}
**Haz clic en Siguiente y se te pedirá que revises tu bandeja de entrada en busca de un correo electrónico de verificación.**
{% endstep %}

{% step %}
**Desde el correo electrónico, haz clic en Verificar correo electrónico.**
{% endstep %}

{% step %}
**Se abrirá una nueva página web confirmando la verificación del correo electrónico.**
{% endstep %}

{% step %}
**Haz clic en Continuar para iniciar sesión en tu cuenta de Command.**
{% endstep %}
{% endstepper %}

***

{% hint style="info" %}
**¿Prefieres verlo en acción?** Echa un vistazo al [video tutorial](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/es/primeros-pasos/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.
