> For the complete documentation index, see [llms.txt](https://help.satellite.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.satellite.me/satellite-account-verwalten/account-verwalten/ich-moechte-meine-account-daten-aendern.md).

# Ich möchte meine Account-Daten ändern

## Persönliche Daten ändern

Du hast dich bei deinem Namen vertippt, möchtest deine E-Mail-Adresse oder deine Adresse ändern? Kontaktiere uns dafür einfach unter <help@satellite.me> (satellite Free) oder unter <business@satellite.me> (satellite Business). Bisher kannst du die Änderungen nicht in der App vornehmen, daher übernehmen wir die Aktualisierung deiner Daten gerne für dich.

{% hint style="info" %}
**Wichtig:** Schicke deine Anfrage bitte von der E-Mail-Adresse, die du für deinen satellite Account nutzt. Datenschutz ist uns wichtig und wir wollen sicherstellen, dass nur du Änderungen an deinem Account vornimmst
{% endhint %}

## Passwort ändern

In diesem [Artikel zur Passwortänderung](https://help.satellite.me/hc/de/articles/6672820672925) findest du alle Infos, wie du ein neues Passwort vergeben kannst.


---

# 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://help.satellite.me/satellite-account-verwalten/account-verwalten/ich-moechte-meine-account-daten-aendern.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.
