> 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/fr/se-reperer/settings/profile.md).

# Profil

Vous pouvez mettre à jour les détails de votre compte personnel dans la section Profil des Paramètres.

### Accéder aux paramètres du profil

1. Ouvrez le menu déroulant organisation/compte en cliquant sur le logo Morphic dans le coin supérieur gauche.
2. Sélectionnez Paramètres.
3. Dans la barre latérale gauche, cliquez sur Profil.
4. Gérez vos informations personnelles, notamment votre nom, votre e-mail et votre image de profil.

**Lien direct :**

* Accédez directement à la section Profil sur [studio.morphic.com/settings/profile](https://studio.morphic.com/settings/profile)

### Gestion du profil

Pour personnaliser votre compte, vous pouvez mettre à jour les détails de votre profil :

* Photo de profil : téléversez une image pour représenter votre compte.
* Nom complet : modifiez la façon dont votre nom apparaît dans Morphic.
* E-mail : assurez-vous que votre adresse e-mail est correcte afin de recevoir les notifications et les mises à jour.
* Inviter des amis : copiez votre lien d'invitation pour le partager avec des amis et gagner des crédits lorsqu'ils s'abonnent.

<figure><img src="/files/0d1809611885826aef24b93c63ee73a1e8d150f3" alt=""><figcaption><p>Gestion des paramètres de votre profil</p></figcaption></figure>

<figure><img src="/files/c6e10ee42203fb38d66a553be53963d7b0beccd2" alt="Profile settings page"><figcaption><p>Interface de gestion du profil</p></figcaption></figure>

***


---

# 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/fr/se-reperer/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.
