> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/de/unterwegs/settings/profile.md).

# Profil

Sie können Ihre persönlichen Kontodaten im Profil-Bereich der Einstellungen aktualisieren.

### Zugriff auf Profileinstellungen

1. Öffnen Sie das Organisations-/Kontodropdown, indem Sie oben links auf das Morphic-Logo klicken.
2. Wählen Sie Einstellungen aus.
3. Klicken Sie in der linken Seitenleiste auf Profil.
4. Verwalten Sie Ihre persönlichen Daten, einschließlich Ihres Namens, Ihrer E-Mail und Ihres Profilbilds.

**Direkter Link:**

* Gehen Sie direkt zum Profil-Bereich unter [studio.morphic.com/settings/profile](https://studio.morphic.com/settings/profile)

### Profilverwaltung

Um Ihr Konto zu personalisieren, können Sie Ihre Profildetails aktualisieren:

* Profilbild: Laden Sie ein Bild hoch, das Ihr Konto repräsentiert.
* Vollständiger Name: Aktualisieren Sie, wie Ihr Name in Morphic angezeigt wird.
* E-Mail: Stellen Sie sicher, dass Ihre E-Mail-Adresse korrekt ist, um Benachrichtigungen und Updates zu erhalten.
* Freunde einladen: Kopieren Sie Ihren Einladungslink, um ihn mit Freunden zu teilen, und verdienen Sie Gutschriften, wenn sie abonnieren.

<figure><img src="/files/35e7446ee33a3fde3c61cb9b4b67bc75a4de3c37" alt=""><figcaption><p>Ihre Profileinstellungen verwalten</p></figcaption></figure>

<figure><img src="/files/3113d50059e4c96ebe7cc6fc2db4fc1e1e956d33" alt="Profile settings page"><figcaption><p>Profilverwaltungsoberfläche</p></figcaption></figure>

***

Wenn Sie Probleme haben oder Fragen haben, können Sie sich gerne an uns wenden. Wir helfen Ihnen gern. Schreiben Sie uns an [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/de/unterwegs/settings/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.
