# Reset wallet & Export Private Key

{% tabs %}
{% tab title="Reset wallet" %}
Before trying these steps, confirm that you have your Secret Phrase with you, as you will risk being locked out of your wallet forever.&#x20;

**Step 1**: Select **Settings** in the sidebar.

![](/files/EPRGKkZdI9Fxqw1vqg4k)

**Step 2**: Tap **Security** then **Reset Wallet**

![](/files/O31Zl4HEThZRGORGItgk)![](/files/j1yjjaUpPwnmZqZRokgi)

**Step 3**: Before resetting your wallet, you MUST confirm your password. Next, carefully read the cautionary statement: **If you proceed to RESET the wallet on this device, all current data on the wallet will be removed. The result is permanent and cannot be reversed. You can only recover this wallet with the Secret Phrase that you stored.**

![](/files/LaDKoEXICiuJpSdq5Nk3)![](/files/wWhyW909kcxdYE4BD1n2)

**Step 4**: Swipe to reset the wallet

**Step 5**: You will now be directed to the homepage and will be able to set up your wallet again.
{% endtab %}

{% tab title="Export an account’s private key" %}
The private key or private address should be kept private, as their name suggests. You can think of them as a kind of PIN or verification code that, together with its corresponding public address, grants you access to the actual funds on the blockchain.&#x20;

**Step 1**: Select **Settings** in the sidebar

![](/files/w5lwaUq7GespWsg6z8lv)

**Step 2**: Tap **Security** then **Show private key**

![](/files/tLib6JtRSf6grfzAxMfd)![](/files/j1yjjaUpPwnmZqZRokgi)

**Step 3**: Confirm your password

![](/files/mF122Z4eiXdYuGe3o2Qs)

**Step 4**: You can now see your Private Key. You should NEVER, under any circumstances, share your private key(s) with any other person. It’s best to store them in the most secure way possible (e.g. on a paper wallet or a hardware wallet).

![](/files/5pC459ERmjGzqpf29WMa)
{% endtab %}
{% endtabs %}


---

# 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://fizenio.gitbook.io/docs/help-center/fizen-app/wallet-and-account/reset-wallet-and-export-private-key.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.
