> 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/events-and-notifications/security/auto-geofencing.md).

# Zona automática

El **Auto geocerca** La función, disponible en determinados dispositivos de seguimiento GPS, es una solución robusta diseñada para mejorar la seguridad del vehículo al evitar el remolque o el robo no autorizados.

Esta función establece automáticamente una zona alrededor de la ubicación actual del vehículo cuando la ignición se apaga. Si el vehículo sale de este límite predefinido sin que la ignición esté activada, el sistema activa una alerta de inmediato y proporciona una capa adicional de protección. El uso de la **Auto geocerca** función requiere un dispositivo GPS que admita esta funcionalidad.

## Configuración de la regla

Esta regla depende por completo de las capacidades del dispositivo y de la configuración de hardware. No hay ajustes específicos que configurar dentro de la propia regla.

Para la configuración común, consulte [Reglas y alertas](/docs/user/es/guide/events-and-notifications.md).

## Detalles del funcionamiento del sistema

* **Temporizador de reinicio**: La **Auto geocerca** alerta tiene un temporizador de reinicio de 1 minuto, lo que significa que no se activa con una frecuencia mayor a una vez por minuto. Si ocurre un evento durante el período de reinicio, se omite de los reportes.
* **Múltiples dispositivos**: Puede seleccionar varios dispositivos GPS para esta regla, siempre que admitan **Auto geocerca** eventos de seguimiento y que la función esté integrada en la plataforma Navixy. Esta flexibilidad le permite supervisar varios vehículos o activos simultáneamente.
* **Alerta de evento independiente del GPS**: Si la plataforma recibe un **Auto geocerca** evento de un dispositivo GPS sin coordenadas GPS válidas, el evento sigue considerándose válido y se muestra. Esto garantiza que no se pierdan eventos críticos, independientemente de que ocurran dentro o fuera de las zonas definidas.


---

# 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/events-and-notifications/security/auto-geofencing.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.
