> For the complete documentation index, see [llms.txt](https://docs.pay.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pay.io/account-settings/settings-overview/changing-my-password.md).

# Changing My Password

You can update your Merchant Console account password at any time from the **Account Details** section of your settings. We recommend changing your password periodically and immediately if you suspect your credentials have been compromised.

### Changing Your Password

{% stepper %}
{% step %}

#### **Navigate to Account Settings**

From the left-hand navigation, go to **Manage Console → Settings**. On the Settings page, select the **Account Details** tab.
{% endstep %}

{% step %}

#### **Locate the Password Section**

Under **Account Details**, find the **Personal Info** section. Here you will see the option under **Security and Access** to update your password.
{% endstep %}

{% step %}

#### **New Password Set up**

The instructions on how to change your password will be sent to your registered email. In the email, you'll be directed to reset your password.&#x20;

In the new tab, enter your new password. Enter the new password a second time to confirm it.

{% hint style="info" %}
Choose a strong, unique password that is not used for any other account. A strong password typically includes a mix of uppercase and lowercase letters, numbers, and special characters, and is at least 8 characters long.
{% endhint %}
{% endstep %}

{% step %}

#### **Save Your Changes**

Apply your new password. You may be prompted to log in again using your updated credentials.

{% hint style="info" %}
If you have forgotten your current password and cannot log in, use the **Forgotten Password** link on the login page to reset it via your registered email address.&#x20;
{% endhint %}
{% endstep %}
{% endstepper %}

***

#### What's Next?

* [Account Settings Overview](/account-settings/settings-overview.md) to explore all available settings for your account and organisation.
* [Managing Notifications](/account-settings/managing-notifications.md) to configure which platform events trigger email alerts for your 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.pay.io/account-settings/settings-overview/changing-my-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.
