# Profile

To view and modify your user profile on the platform, navigate to the profile page via user settings.

### User Profile&#x20;

This page displays the user's:

1. Username
2. Email
3. Password

### Change Password

Each user can change their password using the following steps:

1. Click on the pen icon next to your password.
2. The change password form will appear.
3. Enter the current password.
4. Enter the new password.
5. Re-enter the new password to confirm.
6. Click the "Change" button to update the password.

{% hint style="info" %}
Please remember your new password as you will need it for your next login.
{% endhint %}

<figure><img src="/files/84uy9r1CM60E9SsXIhfW" alt="" width="563"><figcaption><p>Change Password</p></figcaption></figure>


---

# 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.e6data.com/product-documentation/user-settings/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.
