> 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/platform-user-guide-book/administration/tenant/setting.md).

# Setting

The **Settings** page allows users to review the main tenant configuration and define the email addresses that receive automatic tenant credit notifications.

## Steps to Access Tenant Settings

1. Open the **Cockpit** menu.
2. Select **Administration**.
3. Click **Tenant**.
4. Select the **Settings** tab.

![Tenant Settings](https://122097802-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfEQ6KpTjmszWVWQqgcEa%2Fuploads%2FrnIh7m6Gvdzkrv7tR0ww%2Fimage.png?alt=media\&token=5703245e-ab18-406d-b83d-f298329e057f)

## Tenant Settings

The page displays the main settings associated with the tenant:

* **Name** – the name assigned to the tenant.
* **UI URL** – the web address associated with the tenant interface.
* **API URL** – the API endpoint associated with the tenant.
* **Timezone** – the reference timezone used for the tenant.
* **Locale** – the language and locale setting used by the tenant.

## Notification Recipients

The **Notification Recipients** section defines which email addresses receive automatic tenant credit warning emails.

To add a recipient:

1. Click **Add recipient**.
2. Enter a valid email address.

To stop an address from receiving notifications, click the **remove** icon next to the corresponding email address.

{% hint style="info" %}
At least one valid email address must be configured under **Notification Recipients** to receive automatic credit usage notifications.
{% endhint %}

For tenants using Low Cost Tracker devices, these recipients are used for the automatic **Geolocation Credit** notifications. For more information, see [**LCT - Geolocation Credit**](/low-cost-tracker-full-device-guide-book/low-cost-tracker-greater-than-giots-functions/lct-geolocation-credit.md).


---

# 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/platform-user-guide-book/administration/tenant/setting.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.
