> 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/access-control/es/solucion-de-problemas/verkada-ac41-status-led.md).

# LED de estado del AC41

La Verkada [Controlador de 4 puertas AC41](https://docs.verkada.com/docs/door-controller-ac41-datasheet.pdf) tiene un LED (en la parte superior izquierda) que muestra de un vistazo el estado del dispositivo.

***

## Estados del LED

**Naranja fijo**—El controlador está encendido y arrancando.

<div align="left" data-with-frame="true"><img src="/files/0389d533fc4c87354385baea474736a4ca46044b" alt=""></div>

**Naranja intermitente**—El controlador está actualizando su firmware.

<div data-with-frame="true"><img src="/files/ca8606c6c8b8ee92fecfd8c37f9e40b643553d0a" alt=""></div>

**Azul intermitente**—El controlador está gestionando las puertas, pero no puede conectarse al servidor. Obtén más información sobre la [configuración de red requerida](/access-control/es/primeros-pasos/access-control-network-settings.md) para ayudar a poner el controlador en línea.

<div data-with-frame="true"><img src="/files/c7794e3f0a197564ae6f18f21d759edaa43666d0" alt=""></div>

**Azul fijo**—Conexión completa a los servidores de Verkada.

<div data-with-frame="true"><img src="/files/40e6f51f93c07c374b76f0f56fcdef0ed269b23f" alt=""></div>

**Rosa intermitente**—Cuando seleccionas **identificar** en la configuración del controlador, el controlador parpadea en rosa para ayudarte a identificar el dispositivo.

<div data-with-frame="true"><img src="/files/4ca49a4b8ebc9afeb0c690efbce9a73658ec80f1" alt=""></div>


---

# 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/access-control/es/solucion-de-problemas/verkada-ac41-status-led.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.
