> For the complete documentation index, see [llms.txt](https://docs.solflare.com/solflare/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solflare.com/solflare/overview/digital-wallet-best-practices.md).

# Digital Wallet Best Practices

1. If you intend to use your wallet for multiple purposes, it's recommended that you set up multiple wallets. Refer to [this article](https://academy.solflare.com/the-3-wallets-everyone-should-set-up/) that breaks down the 3 wallets everyone should have.&#x20;
2. When you generate a new Solflare wallet, you'll have a 24-word recovery phrase that you'll need to safeguard. **Don't** let anyone else see this phrase and ensure that you remain the only person who knows it.

#### As a start, you can do any of these three things to securely store your recovery phrase.

1. Get a piece of paper, **write down the phrase,** and store it in a safe and secure place. Make multiple copies if need be but make sure no one else finds them.&#x20;
2. **Copy & Paste** the whole mnemonic phrase and **keep it in an encrypted file or document.** *`Don't forget the password to that file.`*
3. **Download the backup** under the mnemonic phrase via the link and store this file somewhere offline or if online, use an **encrypted storage service** like NordLocker. You can also encrypt the downloaded file. *`Don't forget the password to that file.`*


---

# 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.solflare.com/solflare/overview/digital-wallet-best-practices.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.
