> 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/onboarding/web-app-and-extension/how-to-create-a-new-wallet.md).

# Generate a New Wallet

### Step 1 <a href="#h_f3affafef0" id="h_f3affafef0"></a>

* Open a browser and search [Solflare.com](https://solflare.com/)**.**
* From there, click **Access Wallet.**

![](https://downloads.intercomcdn.com/i/o/528865556/74903edde7c2f5642fbf83bb/image.png)

### Step 2 <a href="#h_d011af300d" id="h_d011af300d"></a>

* Click **I Need A New Wallet**.

![](https://downloads.intercomcdn.com/i/o/495670814/f9ff16aa26f0ac7b01d714eb/Screen+Shot+2022-04-11+at+20.49.39.png)

### Step 3 <a href="#h_12c98b3881" id="h_12c98b3881"></a>

* Write down your Recovery Phrase and store it in a safe location.
* Once you have done so, click **I Saved My Recovery Phrase**.

**Note:** You can download your Recovery Phrase as a .txt file but it is recommended that you encrypt this file immediately if you choose to download it.

![](https://downloads.intercomcdn.com/i/o/495671188/9c3284fa07d060c35237dffa/Screen+Shot+2022-04-11+at+20.51.23.png)

### Step 4 <a href="#h_8f6c911a95" id="h_8f6c911a95"></a>

* Type in each word of your Recovery Phrase and click **Continue.**

**Note:** If you downloaded it as a .txt file, you can upload it here rather than type it in manually.

![](https://downloads.intercomcdn.com/i/o/495671738/65203e37e4376967c85b91da/Screen+Shot+2022-04-11+at+20.53.52.png)

**Optional**: Set a passcode for your wallet. This step appears after you've confirmed your Recovery Phrase above.

Whether you choose to set a passcode or not, click **Continue** when you're done.

![](https://downloads.intercomcdn.com/i/o/495672494/714a957504bb038df5879f6a/Screen+Shot+2022-04-11+at+20.57.15.png)

### That's it! <a href="#h_f0856cd862" id="h_f0856cd862"></a>

You've now successfully setup a Solflare wallet. If you want to see what you can do with it, check out the guides and articles in the Knowledge Base.

![](https://downloads.intercomcdn.com/i/o/495673280/46587bd3bf2caf2aafc80460/Screen+Shot+2022-04-11+at+21.00.39.png)

### **P.S** <a href="#h_9a102e702f" id="h_9a102e702f"></a>

We ship new features often and have *a lot* in store for the Solrise ecosystem of products. [Follow us on Twitter](https://twitter.com/solflare_wallet) to stay on top of it.

![](https://downloads.intercomcdn.com/i/o/495673111/f1b5d77f5c0a09f36748f3bd/Screen+Shot+2022-04-11+at+20.59.55.png)


---

# 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/onboarding/web-app-and-extension/how-to-create-a-new-wallet.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.
