> 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/plattform-benutzerhandbuch/verwaltung/tenant/einstellungen.md).

# Einstellungen

Auf der Seite **Einstellungen** können Benutzer die wichtigsten Tenant-Einstellungen überprüfen und die E-Mail-Adressen festlegen, die automatische Credit-Benachrichtigungen des Tenants erhalten.

## Schritte zum Öffnen der Tenant-Einstellungen

1. Öffnen Sie das **Cockpit-Menü**.
2. Wählen Sie **Verwaltung**.
3. Klicken Sie auf **Tenant**.
4. Wählen Sie den Reiter **Einstellungen**.

![Tenant-Einstellungen](https://2648756693-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7MM4qMpFROaIGLQwO80c%2Fuploads%2Fc33wxgCyx7Sqj7vieL25%2Ftenant-settings.png?alt=media)

## Tenant-Einstellungen

Die Seite zeigt die wichtigsten dem Tenant zugeordneten Einstellungen:

* **Name** – der dem Tenant zugewiesene Name.
* **UI URL** – die Webadresse der Tenant-Benutzeroberfläche.
* **API URL** – der dem Tenant zugeordnete API-Endpunkt.
* **Zeitzone** – die für den Tenant verwendete Referenzzeitzone.
* **Locale** – die Sprach- und Gebietsschemaeinstellung des Tenants.

## Benachrichtigungsempfänger

Im Abschnitt **Benachrichtigungsempfänger** wird festgelegt, welche E-Mail-Adressen automatische Warnmeldungen zum Credit-Stand des Tenants erhalten.

So fügen Sie einen Empfänger hinzu:

1. Klicken Sie auf **Empfänger hinzufügen**.
2. Geben Sie eine gültige E-Mail-Adresse ein.

Um zu verhindern, dass eine Adresse weitere Benachrichtigungen erhält, klicken Sie auf das **Entfernen-Symbol** neben der entsprechenden E-Mail-Adresse.

{% hint style="info" %}
Mindestens eine gültige E-Mail-Adresse muss unter **Benachrichtigungsempfänger** konfiguriert sein, damit automatische Benachrichtigungen zum Credit-Verbrauch empfangen werden können.
{% endhint %}

Bei Tenants mit Low Cost Tracker-Geräten werden diese Empfänger für die automatischen **Geolokalisierungs-Credit**-Benachrichtigungen verwendet. Weitere Informationen finden Sie unter [**LCT - Geolokalisierungs-Credits**](/de/low-cost-tracker-vollstandiges-gerate-handbuch/low-cost-tracker-greater-than-g-iot-funktionen/lct-geolokalisierungs-credits.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/de/plattform-benutzerhandbuch/verwaltung/tenant/einstellungen.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.
