# Password Change

To change the password for your personal account, go to the **«Settings»** section. Then open the **«Password»** tab, where you can update your current password.

<figure><img src="/files/DzIxmWHSQmjC7dKrRZ2W" alt="" width="563"><figcaption></figcaption></figure>

Fill in the **«Current Password»** field, then enter your new password in the **«New Password»** field and repeat it in the **«Confirm New Password»** field. If all fields are entered correctly, the **«Change Password»** button becomes active.

### Password requirements

| Requirement        | Description                                                                                                           |
| ------------------ | --------------------------------------------------------------------------------------------------------------------- |
| **Minimum length** | At least 8 characters                                                                                                 |
| **Must include**   | <ul><li>Lowercase letter (a–z)</li><li>Uppercase letter (A–Z)</li><li>Digit (0–9)</li><li>Special character</li></ul> |


---

# 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://goodpayments.gitbook.io/docs/getting-started/account-settings/password-change.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.
