> 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/low-cost-tracker-full-device-guide-book/low-cost-tracker-greater-than-giots-functions/lct-geolocation-credit.md).

# LCT - Geolocation Credit

The **Geolocation Credit** function allows tenant users to monitor and manage the geolocation credits used by **Low Cost Tracker (LCT)** devices.

Credits are managed at tenant level, allowing available capacity to be shared across the LCT device fleet while keeping consumption visible and controlled.

{% hint style="info" %}
This function applies only to **Low Cost Tracker (LCT)** devices. If your tenant does not contain LCT devices, the Geolocation Credit section is not applicable.
{% endhint %}

## Steps to Access Geolocation Credit

1. **Open the Cockpit Menu.**
2. **Select Administration.**
3. **Click Geolocation Credit.**

<figure><img src="https://122097802-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfEQ6KpTjmszWVWQqgcEa%2Fuploads%2FMEB95qLeAoVMvwFm2UyP%2Fimage.png?alt=media&amp;token=eb4e8071-3f6e-4330-a753-d8a7e5b96e93" alt=""><figcaption></figcaption></figure>

## How Geolocation Credits Work

Each LCT includes a defined geolocation-credit allocation according to the applicable contract.

Credit consumption follows this order:

1. **Device included credits**
2. **Purchased credit recharges**
3. **Tenant shared credits**

Because credits are managed at tenant level, available capacity can support devices with higher geolocation usage. Purchased credits are automatically available to devices requiring additional geolocation credits.

Credits included with the device are renewed yearly for the duration of the active contract.

GIoT also monitors tenant consumption and sends email notifications when usage reaches **80%** and **90%** of the available credits. Notifications are sent to the email addresses configured for the tenant in the **Administration** section.


---

# 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/low-cost-tracker-full-device-guide-book/low-cost-tracker-greater-than-giots-functions/lct-geolocation-credit.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.
