> For the complete documentation index, see [llms.txt](https://experience.wallex.global/smart-custody/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://experience.wallex.global/smart-custody/manage/profile-management.md).

# Profile Management

### Data Changes: Update and modify crucial details like:

{% tabs %}
{% tab title="Name Change" %}

### **For Unverified Users:**

1. **Log in** to your account.
2. Make sure that you are in **main** section.
3. Navigate to the top right corner and click on the **Settings icon** <img src="/files/crmq2NRsOdOQhRlM8XxC" alt="" data-size="line">.
4. Click on the **first field**, where your name is displayed.
5. Input the **new name** you wish to use on your profile.
6. Tab on the **\[Update]** button to save your information.

***

### **For Verified Users:**

If your profile is verified, any changes to your name must be requested through our Customer Experience Team.

{% hint style="info" %}
Initiate it with a quick message to our dedicated team of specialists [here.](/smart-custody/contact-our-experts.md)
{% endhint %}
{% endtab %}

{% tab title="Email Change" %}

### **For Unverified Users:**

1. **Log in** to your account.
2. Make sure that you are in **main** section.
3. Navigate to the top right corner and click on the **Settings icon** <img src="/files/crmq2NRsOdOQhRlM8XxC" alt="" data-size="line">.
4. Click on the **email field**, where your current email is displayed.
5. Input the **new email** you wish to use on your profile.
6. Tab on the **\[Update]** button to save your information.

***

### **For Verified Users:**

If your profile is verified, any changes to your email address must be requested through our Customer Experience Team.

{% hint style="info" %}
Initiate it with a quick message to our dedicated team of specialists [here.](/smart-custody/contact-our-experts.md)
{% endhint %}
{% endtab %}

{% tab title="Address Change" %}

### **For Unverified Users:**

1. **Log in** to your account.
2. Make sure that you are in **main** section.
3. Navigate to the top right corner and click on the **Settings icon** <img src="/files/crmq2NRsOdOQhRlM8XxC" alt="" data-size="line">.
4. Click on the **address field**, where your current address is displayed.
5. Input the **new address** you wish to use on your profile.
6. Tab on the **\[Update]** button to save your information.

***

### **For Verified Users:**

If your profile is verified, any changes to your email address must be requested through our Customer Experience Team.

{% hint style="info" %}
Initiate it with a quick message to our dedicated team of specialists [here.](/smart-custody/contact-our-experts.md)
{% endhint %}
{% endtab %}

{% tab title="Phone Number Change" %}

### **For Unverified Users:**

1. **Log in** to your account.
2. Make sure that you are in **main** section.
3. Navigate to the top right corner and click on the **Settings icon** <img src="/files/crmq2NRsOdOQhRlM8XxC" alt="" data-size="line">.
4. Click on the **phone number field**, where your current mobile is displayed.
5. Input the **new phone number** you wish to use on your profile.
6. Tab on the **\[Update]** button to save your information.

***

### **For Verified Users:**

If your profile is verified, any changes to your email address must be requested through our Customer Experience Team.

{% hint style="info" %}
Initiate it with a quick message to our dedicated team of specialists [here.](/smart-custody/contact-our-experts.md)
{% endhint %}
{% endtab %}
{% endtabs %}

{% hint style="warning" %}
For full compliance with our KYC/AML regulations, our experts may request further details. You may need to complete our Verification Typeform, providing the necessary information and documents. \
Your cooperation is appreciated in ensuring the security and integrity of our platform.
{% endhint %}

{% hint style="info" %}
Need assistance? Contact our Experts [here](/smart-custody/contact-our-experts.md).
{% endhint %}


---

# 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://experience.wallex.global/smart-custody/manage/profile-management.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.
