> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/it/guida-dellutente-alla-piattaforma/geofence.md).

# Geofence

La funzionalità Geofence consente la creazione di confini virtuali, o aree geografiche, che i dispositivi possono rilevare all'ingresso o all'uscita.\
Questi Geofence sono fondamentali per l'automazione e il monitoraggio basati sulla posizione, consentendo un controllo e una reattività migliorati in tutta la piattaforma.

### **I Geofence possono essere applicati su livelli diversi**

* Regola dell’ Allarme Geofence: Attiva gli allarmi quando i Dispositivi entrano o escono da un'area predefinita.&#x20;
* Regola della Configurazione Adattiva: Applica modifiche di configurazione specifiche  ai Dispositivi, basate sulla posizione relativa a un Geofence.
* Configurazioni: Utilizzato nelle configurazioni Time-Driven per attivare o disattivare le impostazioni in base alle aree di Geofence.
* Raggruppamento dei dispositivi: Include automaticamente i Dispositivi all’interno di gruppi in base alla loro posizione di Geofence.
* Dashboard: Visualizza la posizione e gli spostamenti del dispositivo in base alle aree di Geofence, con il Widget Mappe.

I Geofence sono intuitivi da creare e gestire, garantendo una perfetta integrazione con le regole, le configurazioni e gli strumenti di monitoraggio della piattaforma.<br>

<figure><img src="/files/d4c4IRuxdlxmOgZhVMI3" alt=""><figcaption><p>Panoramica Sezione Geofence</p></figcaption></figure>


---

# 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:

```
GET https://docs.g-iot.io/it/guida-dellutente-alla-piattaforma/geofence.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
