> For the complete documentation index, see [llms.txt](https://sdn.docs.3q.video/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdn.docs.3q.video/interface/konto/mein-konto.md).

# Mein Konto

Hier werden die Anmeldedaten und individuelle Einstellungen eines Benutzers verwaltet.

Zum Öffnen des Bereichs gehen Sie im **Hauptmenü** auf ***Konto***. Im **Drop-down-Menü** wählen Sie den Bereich ***Mein Konto.***

<figure><img src="/files/2y5bSGOcPXNDxFcRqzDS" alt=""><figcaption></figcaption></figure>

## Anmeldedaten und Passwort ändern

* **Benutzername**   - kann auf Anfrage durch den 3Q-Support geändert werden
* **E-Mail-Adresse** - kann auf Anfrage durch den 3Q-Support geändert werden
* **Telefonnummer** - über das ***Stift-Icon*** kann die Telefonnummer geändert werden
* **Passwort** -  mit den Button ***Passwort ändern*** kann das aktuelle Passwort für das             -                              Benutzerkonto zurückgesetzt bzw. geändert werden

## API-Schlüssel anlegen oder löschen

Wenn kein API-Schlüssel angelegt ist, wird der Button ***+ Schlüssel hinzufügen*** angezeigt. Per Klick auf den Button wird ein API-Schlüssel erzeugt und angezeigt.

Ein angelegter API-Schlüssel kann über das ***Mülleimer-Icon*** gelöscht werden.

{% hint style="info" %}
Der API-Key ist dem Benutzerkonto zugeordnet und erbt die Zugriffsrechte des Benutzers.
{% endhint %}

## Sprache und Zeitzone bearbeiten

Das Benutzerkonto kann in deutscher oder englischer Sprache genutzt werden. Der Wechsel der Sprache erfolgt über den Button ***Deutsch*** oder ***Englisch***.

Für ein Benutzerkonto ist unter ***Zeitzone*** automatisch UTC ([Weltzeit](https://de.wikipedia.org/wiki/Weltzeit)) eingestellt. Wir empfehlen, die Zeitzone zu nutzen, in der sich der Benutzer befindet. Zum Ändern der Zeitzone wird im ***Drop-down-Menü*** auf die passende Zeitzone geklickt.

{% hint style="info" %}
Die Einstellung der Zeitzone wirkt sich auf alle Anzeigen mit Zeit- und Datumsinformationen sowie die zeitgesteuerten Funktionen im Benutzerkonto aus.
{% endhint %}


---

# 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://sdn.docs.3q.video/interface/konto/mein-konto.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.
