# Edit Profile

{% embed url="<https://drive.google.com/file/d/10ptJgIuROA2iM69px_NzNOPX1V36tJNZ/view?usp=sharing>" %}

Editing your profile will allow other contributors to see your identity and contributions in the platform. As a user, you will have the option to add display names, tags, and social links.

### **Editing your profile**

1. Once your [wallet is connected](/open-source-initiatives/openr-and-d/getting-started/creating-tasks/create-a-task/connect-wallet.md), click the "My Profile" tab in the navigation bar to access your personal profile page
2. On your profile page, click on the "Edit Profile" option to open up the editing view
3. Update the fields you want to change
4. Click on the "Edit Profile" button to save your edited profile information
5. You will be required to sign a message with your wallet to confirm the changes


---

# 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.openmesh.network/open-source-initiatives/openr-and-d/getting-started/perform-tasks/apply-to-task/edit-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.
