> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/wallet/get-started.md).

# Get Started

### Where to download Backpack Wallet

[Download the Backpack wallet for browser, iOS and Android here.](https://backpack.app/)

### How to make a new account on Backpack Wallet

This process applies to both mobile and browser extension.

1. Download the Backpack app or extension
2. Open the application or extension
3. Select '***Create a new wallet***'
4. Choose the appropriate blockchain network
5. Note: you can add additional networks to the same account after creating the account
6. Review the Secret Recovery Phrase Warning and confirm
7. Record the Secret Recovery Phrase in a secure location
8. Note: This is the only way to recover your account

### How to import an existing wallet to Backpack Wallet

1. Open the Backpack Wallet main menu and select '***+ Add Account***'
2. Select 'Import Wallet'
3. Choose the appropriate blockchain network
4. Pick the appropriate import route
   * Import secret recovery phrase
   * Use a hardware wallet
   * Import private key
   * Add view-only public key
5. Follow the specific instructions for each import route


---

# 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:

```
GET https://support.backpack.exchange/wallet/get-started.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.
