# My Profile

Profile update refers to the process of modifying and personalizing the information for the user. This can include uploading a profile picture and changing personal details.

**Update User Profile**

1. **Upload Profile Picture**: Choose and upload the desired profile picture.
2. **Modify First Name and Last Name**: Enter the new first name and last name.
3. **Save Changes**: Click on "Save" to apply these modifications.

{% hint style="info" %}
**Note**: Email and role cannot be modified from the profile section as they are set during account creation.&#x20;
{% endhint %}

**Update Email and Role**

1. **Access Users & Role**: Go to the "Users & Role" section in the settings.
2. **Modify Details**: Click on the user’s name to make and save the necessary updates.

{% content-ref url="/pages/zMhAQPEz1S7QrhNt88yE" %}
[Profile](/user/profile.md)
{% endcontent-ref %}


---

# Agent Instructions: 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://docs.ownchat.app/manage-your-account/my-profile.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.
