> 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/framework-commerciale-e-di-utilizzo/low-cost-tracker-advanced.md).

# Low Cost Tracker Advanced

{% stepper %}
{% step %}

### Panoramica

Il LCT Advanced di 3° generazione, introduce un sistema di geolocalizzazione basato su messaggi.\
Ogni richiesta di geolocalizzazione consuma un numero definito di crediti-messaggio. Questo modello sostituisce l’utilizzo illimitato con un sistema di consumo controllato basato su piani di abbonamento e pacchetti di messaggi.
{% endstep %}

{% step %}

### Piano di abbonamento

<mark style="background-color:yellow;">Possono essere acquistati pacchetti di messaggi aggiuntivi, come il LCT 100K Messages Recharge.</mark>

| Piano         | Chiamate/Anno | Limite chiamata giornaliera |
| ------------- | ------------- | --------------------------- |
| LCT- Small    | 550/Anno      | 1.5/giorno                  |
| LCT- Medium   | 1100/Anno     | 3/giorno                    |
| LCT- Large    | 2200/Anno     | 6/giorno                    |
| LCT- XL       | 4400/Anno     | 12/giorno                   |
| {% endstep %} |               |                             |

{% step %}

### Politica dei messaggi per la nuova tariffa LCT

* **Validità e rinnovo:** \
  I messaggi sono validi per 12 mesi a paritre dalla data di attivazione del dispositivo. Al rinnovo del contratto, viene assegnata una nuova allocazione annuale di messaggi
* **Nessun riporto:** \
  I messaggi non utilizzati alla fine del periodo di validità scadono e non vengono trasferiti all’anno successivo.
* **Pool di messaggi condiviso:**\
  Tutti i messaggi sono aggregati a livello di Tenant, il che significa che i dispositivi con maggiore utilizzo possono attingere al pool condiviso, inclusi i messaggi non utilizzati dai dispositivi meno attivi.
* **Priorità di consumo:**

  L’utilizzo dei messaggi segue un ordine definito:

  * Quota messaggi specifica del dispositivo,
  * Pacchetti di ricarica messaggi disponibili,
  * Pool di messaggi condiviso a livello di tenant.

{% endstep %}
{% endstepper %}


---

# 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://docs.g-iot.io/it/framework-commerciale-e-di-utilizzo/low-cost-tracker-advanced.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.
