# How to reset the 6 digit passcode

### **Background**

When you install Xaman (formerly Xumm), the first thing it asks you to do is to enter a 6 digit passcode/pin.

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

This 6 digit code is one of the primary ways to access the Xaman application. (The other way is via Biometrics) If, during the installation of Xaman, you did not select “Extra Security”, the 6 digit passcode is also one of the ways to sign a transaction in the application.

### **I have my 6 digit passcode, I just want to change it**

To change your passcode, launch Xaman, press **Settings** then **Security** then **Change passcode**.

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

Enter in your current passcode, then enter in your new passcode. You have 1 million possible combinations to choose from. This is one of the primary security measures for protecting your funds so do not choose, 123456, 000000, 11111 or something similar. Your passcode should be difficult to guess.

### **My 6 digit passcode code is not working**

In a case where your passcode is no longer working, you are going to need to uninstall Xaman, then [<mark style="color:blue;">**reinstall Xaman**</mark>](/app/getting-started-with-xaman/installing-xumm.md) and [<mark style="color:blue;">**re-import your account**</mark> ](/app/getting-started-with-xaman/importing-your-account.md)using your account secret.

### **I lost my 6 digit code and I need to create a new one**

In a case where you have lost your passcode, the solution is the same as if your passcode is not working. Uninstall Xumm, then [<mark style="color:blue;">**reinstall Xaman**</mark>](/app/getting-started-with-xaman/installing-xumm.md) and [<mark style="color:blue;">**re-import your account**</mark> ](/app/getting-started-with-xaman/importing-your-account.md)using your account secret.


---

# 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://help.xaman.app/app/learning-more-about-xaman/how-to-reset-the-6-digit-passcode.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.
