> For the complete documentation index, see [llms.txt](https://docs.cwallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cwallet.com/security/password/payment-password/how-to-reset-payment-password.md).

# How to Reset Payment Password

You can use this option if you know your current password but wish to update it for security.

**Here is a guide on resetting a payment password:**

Payment password page link: <https://my.cwallet.com/settings/security/payment>

Navigate to the avatar photo in the upper right corner, and click the '**Settings**' option.

<figure><img src="/files/jM63fdNYAJ0UvZ7A2fop" alt=""><figcaption></figcaption></figure>

On the profile page, click the '**Security**' option and select '**Payment Password**'.

<figure><img src="/files/u3OXUUkA7U9P2V7UJLcn" alt=""><figcaption></figcaption></figure>

Enter your old password first, and then enter and confirm your new payment password.

<figure><img src="/files/LyImIefYzoy4tPCQm5CD" alt=""><figcaption></figcaption></figure>

<mark style="color:green;">**⚠️ Important Note:**</mark> After changing your Payment Password, a 24-hour security monitoring period will be activated immediately. During this time, all sending transactions and sensitive asset operations will be temporarily disabled to protect your funds and 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.cwallet.com/security/password/payment-password/how-to-reset-payment-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.
