> For the complete documentation index, see [llms.txt](https://docs.b2core.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.b2core.b2broker.com/front-office-guide/manage-your-profile/how-to-reset-or-change-your-profile-password.md).

# How to reset or change your profile password

## Reset a forgotten password

If you’ve forgotten your profile password, you can reset it on the **Sign In** page of the B2CORE UI or app by clicking the **Forgot your password?** link. Enter your email address, receive a verification code, and set a new password.

## Change your password

It’s recommended that you change your password periodically to keep your profile secure.

To change your profile password:

{% stepper %}
{% step %}
In the B2CORE UI or app, navigate to **Profile** > **Security**.
{% endstep %}

{% step %}
In the **Password** section, you can see the date when your password was last changed.
{% endstep %}

{% step %}
Click **Change password**.

{% tabs %}
{% tab title="B2CORE UI" %}

<figure><img src="/files/bmabmpWNn7Pq5bD689UK" alt="Change password"><figcaption><p>Change password</p></figcaption></figure>
{% endtab %}

{% tab title="Mobile app" %}

<figure><img src="/files/uhZ7OP3GQ2p84pXjt7JI" alt="Change password" width="200"><figcaption><p>Change password</p></figcaption></figure>
{% endtab %}
{% endtabs %}
{% endstep %}

{% step %}
Enter the verification code sent to your email, or use a 2FA code if two-factor authentication is enabled for your profile.
{% endstep %}

{% step %}
Set a new password for your profile following the password rules.
{% endstep %}
{% endstepper %}

After setting a new password, you'll be signed out of your profile and will need to sign in again using the new password.


---

# 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.b2core.b2broker.com/front-office-guide/manage-your-profile/how-to-reset-or-change-your-profile-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.
