> 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/de/handels-und-nutzungsrahmen/low-cost-tracker-advanced.md).

# Low Cost Tracker Advanced

{% stepper %}
{% step %}

### Übersicht

TDie LCT Advanced dritte Generation führt ein nachrichtenbasiertes Geolokalisierungssystem ein.\
Jede Geolokalisierungsanfrage verbraucht eine definierte Anzahl an Nachrichten-Credits. Dieses Modell ersetzt die unbegrenzte Nutzung durch ein kontrolliertes Verbrauchssystem, basierend auf Abonnementplänen und Nachrichtenpaketen.
{% endstep %}

{% step %}

### Abonnementpläne

Zusätzliche Nachrichtenpakete können erworben werden, wie z. B. das LCT 100K Messages Recharge.

| Plan        | Anrufe/Jahr | Begrenzung der Anruftage |
| ----------- | ----------- | ------------------------ |
| LCT- Small  | 550/jahr    | 1.5/tag                  |
| LCT- Medium | 1100/jahr   | 3/tag                    |
| LCT- Large  | 2200/jahr   | 6/tag                    |
| LCT- XL     | 4400/jahr   | 12/tag                   |

<mark style="background-color:$warning;">Es können zusätzliche Nachrichtenpakete erworben werden, wie zum Beispiel das LCT 100K Nachrichten-Aufladepaket, das nicht verfällt und nur bei Verwendung von Nachrichten abgezogen wird.</mark>
{% endstep %}

{% step %}

### Nachrichtenrichtlinie für neue LCT-Preise

* #### Gültigkeit & Verlängerung

  Nachrichten sind 12 Monate ab dem Aktivierungsdatum des Geräts gültig. Bei Vertragsverlängerung wird ein neues jährliches Nachrichtenkontingent bereitgestellt.
* #### Kein Übertrag

  Nicht verwendete Nachrichten verfallen am Ende der Gültigkeitsdauer und werden nicht in das nächste Jahr übertragen.
* #### Gemeinsamer Nachrichtenpool

  Alle Nachrichten werden auf Tenant-Ebene gepoolt, sodass Geräte mit höherem Verbrauch auf den gemeinsamen Pool zugreifen können, einschließlich ungenutzter Nachrichten weniger aktiver Geräte.
* #### Verbrauchspriorität

  Die Nachrichtenverwendung folgt einer definierten Reihenfolge:

  * Gerätespezifisches Nachrichtenkontingent
  * Verfügbare Message-Recharge-Pakete
  * Tenant-weiter gemeinsamer Nachrichtenpool
    {% 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/de/handels-und-nutzungsrahmen/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.
