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