> For the complete documentation index, see [llms.txt](https://docs.fwallet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fwallet.net/web-fruits-wallet/account/introduction-about-export-passphrase-and-transfer-to-multi-coin/export-passphrase-function.md).

# “Export Passphrase” Function

**Step 1**

* Access to FRUITS web wallet.

**Step 2**

* Click on to Manage Account Select box at (1), then click on the "Manage Accounts" button. 🡪  Go to the “Account List” page.

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

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

**Step 3**

* In the account list, click the “Export Passphrase” button of the Multi-coin wallet 🡪  Display the “Export Passphrase” popup.

**Step 2**

* In the “Export Passphrase” popup, enter your account's PIN code.

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

**Note:**

* The passphrase is the master key to your wallet. Never share it with anyone else.
* FRUITS Wallet will never ask you to share your passphrase.
* If you lose your passphrase, your funds will be lost forever.

**Step 3**

* Click the “Export” button to display the passphrase code.
* Click the icon<img src="/files/6K6mOS3LZAwa9K9UBkw0" alt="" data-size="line">to copy passphrase --> After copying the password, users can paste it somewhere safe, so that they can later use it to recover their wallet easily.

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


---

# 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.fwallet.net/web-fruits-wallet/account/introduction-about-export-passphrase-and-transfer-to-multi-coin/export-passphrase-function.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.
