> 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/new-alarms/es/configuracion/modo-de-prueba-en-nuevas-alarmas.md).

# Modo de prueba en Nuevas alarmas

El modo de prueba te permite probar tus dispositivos de alarma y confirmar que tu sistema está configurado correctamente sin activar una respuesta supervisada. Normalmente se usa después de instalar o dar mantenimiento al sistema.

***

## Habilitar el modo de prueba

{% hint style="danger" %}
Necesitas permisos de administrador del sitio para habilitar el modo de prueba.
{% endhint %}

{% stepper %}
{% step %}
**En Verkada Command, ve a Todos los productos > Alarmas.**
{% endstep %}

{% step %}
**Selecciona el sitio de la alarma donde quieres realizar la prueba.**
{% endstep %}

{% step %}
**A la izquierda, haz clic en Estado del sistema.**

1. En la parte superior derecha, selecciona **Pruebas.**
2. En el menú desplegable, selecciona **Habilitar el modo de prueba.**
3. Activa la partición correspondiente y dispara los dispositivos que quieres probar. Confirma que se generen las alarmas y notificaciones esperadas, luego desactiva la partición.
4. En la parte superior derecha, selecciona **Finalizar prueba** para deshabilitar el modo de prueba.&#x20;
   {% endstep %}
   {% endstepper %}

{% hint style="info" %}
Cuando el modo de prueba está habilitado:

* Todas las particiones del sitio se colocan en modo de prueba.
* La supervisión de alarmas está deshabilitada. Los agentes de supervisión no verificarán la actividad, no contactarán a los contactos de respuesta ni solicitarán envío de servicios de emergencia.
* Seguirás recibiendo notificaciones de alarma.
* El modo de prueba no termina automáticamente. Debes seleccionar manualmente **Finalizar prueba** en Verkada Command cuando la prueba haya finalizado.
  {% 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/new-alarms/es/configuracion/modo-de-prueba-en-nuevas-alarmas.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.
