> 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/device-specific-controls/anti-theft-and-security.md).

# Antirrobo y seguridad

Bloques antirrobo del dispositivo en Navixy: movimiento no autorizado, sin movimiento, detección de vibración, Acelerómetro, Modo de seguridad y Distancia social.

Estos bloques habilitan el dispositivo para detectar manipulación, impacto o movimiento y reportar eventos de seguridad a la plataforma. Se configuran en el dispositivo, por separado de la plataforma [Reglas](/docs/user/es/guide/events-and-notifications.md). Cada bloque aparece solo en hardware compatible.

<table data-view="cards"><thead><tr><th>Bloque</th><th>Propósito</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Movimiento no autorizado</h4></td><td>Informe cuando un vehículo aparcado salga de su zona.</td><td><a href="/docs/user/es/guide/devices-and-settings/device-specific-controls/anti-theft-and-security/unauthorized-movement.md">Movimiento no autorizado</a></td></tr><tr><td><h4>Sin movimiento</h4></td><td>Informe cuando un dispositivo que debería moverse permanece inmóvil.</td><td><a href="/docs/user/es/guide/devices-and-settings/device-specific-controls/anti-theft-and-security/no-movement.md">Sin movimiento</a></td></tr><tr><td><h4>Detección de vibración</h4></td><td>Detecte vibración o manipulación cuando la ignición esté apagada.</td><td><a href="/docs/user/es/guide/devices-and-settings/device-specific-controls/anti-theft-and-security/vibration-detection.md">Detección de vibración</a></td></tr><tr><td><h4>Ajustes de vibración</h4></td><td>Ajuste la sensibilidad del sensor de movimiento.</td><td><a href="/docs/user/es/guide/devices-and-settings/device-specific-controls/anti-theft-and-security/vibration-settings.md">Configuración de vibración</a></td></tr><tr><td><h4>Acelerómetro</h4></td><td>Informe un impacto por encima de un umbral de fuerza.</td><td><a href="/docs/user/es/guide/devices-and-settings/device-specific-controls/anti-theft-and-security/accelerometer.md">Acelerómetro</a></td></tr><tr><td><h4>Modo de seguridad</h4></td><td>Active el sensor y la detección perimetral en el dispositivo.</td><td><a href="/docs/user/es/guide/devices-and-settings/device-specific-controls/anti-theft-and-security/security-mode.md">Modo de seguridad</a></td></tr><tr><td><h4>Distanciamiento social</h4></td><td>Informe la proximidad Bluetooth entre dispositivos etiquetados.</td><td><a href="/docs/user/es/guide/devices-and-settings/device-specific-controls/anti-theft-and-security/social-distance.md">Distancia social</a></td></tr></tbody></table>

## Véase también

* [Detección de evacuación](/docs/user/es/guide/devices-and-settings/location-and-movement/tow-detection.md): detección de movimiento no autorizada después de apagar el motor.


---

# 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/device-specific-controls/anti-theft-and-security.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.
