> For the complete documentation index, see [llms.txt](https://docs.b2copy.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2copy.b2broker.com/user-guide/manage-master-and-investment-accounts/reset-your-account-password.md).

# Reset your account password

You can reset passwords for your MT4/5 accounts in the Web UI.

For cTrader accounts, passwords can't be reset, as all cTrader accounts are linked to a single cTrader ID, which uses one password for that ID.

To reset a password:

{% stepper %}
{% step %}
In the main menu, expand the respective item, such as **B2COPY**, **MAM**, or **PAMM**, and then click **My Accounts** under the desired platform, if more than one is available.
{% endstep %}

{% step %}
Click the account in the list.
{% endstep %}

{% step %}
In the account details, go to **Settings**.

<figure><img src="/files/FV03x1raKVmLlSpbL7Sz" alt="Reset password"><figcaption><p>Reset password</p></figcaption></figure>
{% endstep %}

{% step %}
Select either of the two options:

* **Random** (recommended) – to generate a new secure password
* **Manual** – to enter a new password‍

<figure><img src="/files/OuXznLZEj8j0UjXBP7gG" alt="Select the password change option"><figcaption><p>Select the password change option</p></figcaption></figure>
{% endstep %}

{% step %}
Click **Proceed**.
{% endstep %}

{% step %}
If you selected the **Random** option, check your incoming emails. The generated password has been sent to the email address that you use for signing in to the Web UI.
{% endstep %}

{% step %}
If you selected the **Manual** option, enter in the popup a confirmation code sent to your email address, and then click **Proceed**.
{% endstep %}

{% step %}
In the **New password** popup, enter a new password, and then confirm the new password by re-entering it. After that, click **Proceed**.
{% endstep %}
{% endstepper %}

You've successfully changed the password of the selected trading account.


---

# 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://docs.b2copy.b2broker.com/user-guide/manage-master-and-investment-accounts/reset-your-account-password.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.
