> 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/quick-reference-guide-for-verkada-command.md).

# Guía de referencia rápida de Verkada Command

## Configuración de la cuenta

* [Comenzar con Verkada Command](/command/es/primeros-pasos/get-started-with-verkada-command.md)
* [Configuración de red requerida](/command/es/necesitas-ayuda/required-network-settings.md)
* [Requisitos del sistema de Verkada Command](/command/es/necesitas-ayuda/required-network-settings/verkada-command-system-requirements.md)
* [Verifica tu cuenta de Verkada Command](/command/es/seguridad/authentication-overview/verify-your-verkada-command-account.md)
* [Cambiar de organización en Command](/command/es/seguridad/authentication-overview/switch-organizations-in-command.md)

## Usuarios y permisos

* [Roles y permisos para Command](/command/es/usuarios-y-permisos/roles-and-permissions-for-command.md)
* [Personalizar roles y permisos](/command/es/usuarios-y-permisos/roles-and-permissions-for-command/customize-roles-and-permissions.md)
* [Administrar usuarios en su organización](/command/es/usuarios-y-permisos/manage-users-in-your-organization.md)
* [Administrar usuarios temporales](/command/es/usuarios-y-permisos/manage-users-in-your-organization/manage-temporary-users.md)
* [Enlaces de inicio de sesión](/command/es/seguridad/authentication-overview/login-links.md)

## Configuración de la organización

* [Administrar la configuración de su página de Admin](/command/es/configuracion-de-la-organizacion/manage-your-admin-page-settings.md)
* [Administrar y ver registros de auditoría](/command/es/configuracion-de-la-organizacion/manage-your-admin-page-settings/manage-and-view-audit-logs.md)
* [Administrador de funciones](/command/es/configuracion-de-la-organizacion/manage-your-admin-page-settings/feature-manager.md)
* [Guía de instalación para socios](/command/es/necesitas-ayuda/site-planner-homepage-overview/verkada-best-practice-partner-installation-guide.md)

## Autenticación

* [Descripción general de la autenticación](/command/es/seguridad/authentication-overview.md)
* [Autenticación de dos factores](/command/es/seguridad/authentication-overview/two-factor-authentication.md)
* [Descripción general de los proveedores de identidad](/command/es/seguridad/identity-providers.md)
* [Microsoft Entra ID](/command/es/seguridad/identity-providers/microsoft-entra-id.md)
* [Okta](/command/es/seguridad/identity-providers/okta.md)
* [Gestión de tokens SCIM](/command/es/seguridad/identity-providers/scim-token-management.md)

## **Protección y seguridad de los datos**

* [Establece una ubicación predeterminada o específica de la cámara para los datos de imágenes y videos](/command/es/seguridad/privacy-and-security-disclosure/set-a-default-or-camera-specific-location-for-image-and-video-data-storage-and-processing.md)
* [Lista de verificación de privacidad y seguridad](/command/es/seguridad/privacy-and-security-disclosure/privacy-and-security-checklist.md)
* [Habilitar el uso compartido de datos con Verkada](/command/es/seguridad/privacy-and-security-disclosure/enable-data-sharing-with-verkada.md)

## Solución de problemas

* [Contactar al equipo de soporte de Verkada](/command/es/necesitas-ayuda/contact-verkada-support.md)
* [Habilitar acceso de soporte](/command/es/necesitas-ayuda/contact-verkada-support/enable-support-access.md)
* [Borra la caché de tu navegador](/command/es/necesitas-ayuda/required-network-settings/clear-your-browser-cache.md)

{% hint style="info" %}
Sigue [nuestro blog](https://www.verkada.com/blog/) para conocer todas nuestras últimas funciones y anuncios!
{% 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/quick-reference-guide-for-verkada-command.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.
