# Profile Settings

The **Profile Page** allows users to manage their personal information, including their profile image, contact details, and account settings. Users can also configure their **timezone**, which determines how time-related data is displayed across the platform.

### **Accessing the Profile Page**

To access your profile settings:

1. Click on your avatar in the upper-right corner of the header.
2. In the drop-down menu, select **Settings**.
3. You will be redirected to the **Profile Page**, where you can update your account details.

### **Profile Settings**

#### **1. Profile Image**

Users can upload, change, or remove their profile picture.

* **Accepted formats**: JPG, PNG
* **Max file size**: 2MB
* **How to update**: Click on the profile image, select a new image, and save changes.

#### **2. Personal Information**

Users can update the following details:

* **First Name** *(Required)*
* **Last Name** *(Required)*
* **Email** *(Update requires OTP verification; see below for details)*

**Updating Email Address**

The email field is **read-only by default**, but users can update it through the following process:

1. Click the **"Change Email"** button next to the email field.
2. A **modal** will open where the user can enter a **new email address**.
3. After entering the new email, click **"Continue"**.
4. Another **OTP verification modal** will appear.
5. An **OTP (One-Time Password)** will be sent to the **new email address**.
6. Enter the received OTP in the modal and click **"Verify"**.
7. Upon successful OTP verification, the email will be updated.

If OTP verification fails, the email will **not** be changed, and the user will need to retry the process.

#### **3. Contact Information**

* **Country**: Select your country from a dropdown list.
* **Phone Number** *(Optional)*: Users can update their contact number.

**Updating Phone Number**

The phone number field is **read-only by default**, but users can update it using the following process:

1. Click the **"Change Phone Number"** button next to the phone field.
2. A **modal** will open where the user can enter a **new phone number**.
3. After entering the new number, click **"Continue"**.
4. An **OTP verification modal** will appear.
5. An **OTP (One-Time Password)** will be sent via **SMS to the new phone number**.
6. Enter the received OTP in the modal and click **"Verify"**.
7. Upon successful OTP verification, the phone number will be updated.

If OTP verification fails, the phone number will **not** be changed, and the user will need to retry the process.

#### **4. Timezone Settings**

* Users can select their **preferred timezone** from a drop-down list.
* The selected timezone is used to display time-related data across the platform.
* The default timezone is set based on the user’s initial location during account creation.

### **Saving Changes**

* Users must click **"Update Profile"** after making updates.
* Some changes, like email updates and phone numbers, may require **email verification**.

***

#### **Need Help?**

For additional support, contact our support team at <mark style="color:blue;">**<support@uzera.com>**</mark> or visit our **Help Center**.


---

# 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://uzera.gitbook.io/uzera-help-center/profile-and-security/profile-settings.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.
