> For the complete documentation index, see [llms.txt](https://help.steeple.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.steeple.com/en/compte-profil/modifier-profil.md).

# How do I edit my profile?

### Access profile editing

From the bottom-left menu, go to **Account** > **My profile**, then click on **Edit my profile**.

The profile is also directly accessible via `/profile/me/edit`.

### Information editable by the member

* **Profile picture** : upload an image (if no photo is set, the first and last name initials are displayed)
* **Cover photo** : profile background image
* **Biography** : free-form introduction text
* **Phone number** : work number
* **Date of birth** : used to display birthdays in the Events application
* **Seniority date** : date of joining the company (if the field is enabled by the organization)
* **Manager** : selectable by autocomplete (if the field is enabled by the organization)
* **Job title** : job title (256 characters max, if the field is enabled)
* **Department** : can be selected by community from a dropdown menu

Click on **Save changes** at the bottom of the page to confirm the changes.

### Information not editable from the profile

* **First name**, **Last name** and **email address** : these fields cannot **not** be modified by the member from their profile. Only an administrator can modify them from the employee record (`Administration` > `Employees` > employee selection > `Edit`). For organizations using SSO, these fields are synchronized from the identity provider.

If you need to correct your first name, last name, or email, contact an administrator in your organization.

### What the assistant can do

The assistant cannot edit a user's profile on their behalf. It can explain how to access the profile editing page and, if necessary, direct you to an administrator for non-editable fields (first name, last name, email).


---

# 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:

```
GET https://help.steeple.com/en/compte-profil/modifier-profil.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
