> For the complete documentation index, see [llms.txt](https://docs.ninox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ninox.com/user-hub/de/administration/manage-your-profile.md).

# Dein Profil verwalten

Nutze **Profil**, um deine persönlichen Angaben aktuell zu halten und deinen Ninox Account anzupassen.

<figure><img src="/files/nPhm4zB4LwD20wwWe26t" alt=""><figcaption></figcaption></figure>

Auf dieser Seite kannst du:

* deine E-Mail-Adresse und deinen **Anzeigenamen** prüfen oder aktualisieren
* optional **Vorname** und **Nachname** ergänzen
* **Unternehmensname**, **Unternehmensgröße** und **Rolle** ergänzen oder ändern
* dein Profilbild hinzufügen oder ändern. Ninox nutzt es als Nutzerbild in der App
* dein **Passwort aktualisieren**
* deinen **Account löschen**

### Passwort aktualisieren

Aktualisiere dein Passwort in **Profil**, um deinen Account zu schützen.

{% hint style="info" %}
Dein Passwort gilt auf allen Ninox-Plattformen für diese E-Mail-Adresse. Nach der Aktualisierung verwendest du überall das neue Passwort, wenn du dich mit derselben E-Mail-Adresse anmeldest.
{% endhint %}

{% stepper %}
{% step %}

### Passwortdialog öffnen

Klicke in **Profil** auf **Passwort aktualisieren**.
{% endstep %}

{% step %}

### Passwörter eingeben

Gib dein aktuelles Passwort ein.\
Gib dann dein neues Passwort ein und bestätige es.
{% endstep %}

{% step %}

### Änderung speichern

Klicke auf **Passwort aktualisieren**.
{% endstep %}
{% endstepper %}

### App-Sprache ändern

Du kannst die Sprache der Ninox App im **Profil** Menü ändern.

<figure><img src="/files/kHLbhNFOvFNJLE93LLG3" alt=""><figcaption></figcaption></figure>

Öffne das Profilmenü unten in der Hauptnavigation.\
Klicke dann auf **Sprache ändern** und wähle **Deutsch** oder **Englisch**.

{% hint style="info" %}
Deine Änderungen gelten nur für dein eigenes Profil. Sie gelten nicht für eine bestimmte Organisation oder einen Arbeitsbereich.
{% 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://docs.ninox.com/user-hub/de/administration/manage-your-profile.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.
