# Change Trading Password

{% hint style="warning" %}
Users can recover their trading password if lost, stolen, or forgotten using the private key. We recommend writing down your private key on paper, as keeping digital records can be vulnerable to theft.
{% endhint %}

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

1. Open MARBLEX Wallet and press the “Settings” button at the bottom right corner.
2. Press “Verification and Security”.
3. Press “Change Trading Password”.

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

4. Paste your private key (or trading password) from the [previous guide](/guide/wallet/private-key/check-private-key.md) and press confirm.
5. Enter a new trading password.
6. Re-enter your trading password and click "Confirm Trading Password" to finalize the change.


---

# 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.marblex.io/guide/wallet/private-key/change-trading-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.
