> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/user/es/guide/devices-and-settings/vehicle-sensors/discrete-sensors/doors-trunk-and-hood-sensor.md).

# Sensor de puertas, baúl y capó

Supervise el estado abierto/cerrado de las puertas, el maletero y el capó para la Gestión de vehículos que transmiten estos datos a través del bus CAN.

## Disponibilidad

Disponible en dispositivos y vehículos que reportan el estado de las puertas, el maletero y el capó a través del bus CAN.

## Configuración

No se requiere ninguna configuración especial. Sin embargo, deben considerarse varios factores.

En primer lugar, no todos los modelos de automóvil transmiten esta información a través del bus CAN. Lamentablemente, solo puede saberlo mediante pruebas o solicitando documentación detallada al fabricante.

En segundo lugar, debido a algunas particularidades del protocolo de transferencia de datos del dispositivo, no puede rastrear el estado de las puertas, etc., hasta que Navixy reciba el **Abra** estado al menos una vez. Para que funcione correctamente, deje el maletero, el capó y todas las puertas abiertas durante varios minutos con el motor en marcha.


---

# 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://navixy.com/docs/user/es/guide/devices-and-settings/vehicle-sensors/discrete-sensors/doors-trunk-and-hood-sensor.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.
