# Getting started

Keeper Wallet mobile app is a secure storage for your Waves account keys that enables you to interact safely with third-party web resources, mobile apps and other services. Secret phrases are encrypted with your password and stored on your device; other applications cannot access them. Transaction signing does not require you to enter any sensitive information.

![](https://68847396-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3H3GbLCR42u8NXO7cv8g%2Fuploads%2Fgit-blob-84cc98c05d9e88ce9a89ad4598e172387362415a%2Fcreate-wallet-mobile.png?alt=media)

## Create new account <a href="#create" id="create"></a>

1. Tap **Create wallet**.
2. Create and confirm a password.

   ⚠️ The password you entered is applicable only on a certain device and is used to encrypt account data. The Waves blockchain does not store your passwords. If you lose your device or forget your password, you can restore your account from a secret phrase.
3. Additionally, you can set a 4-digit PIN code to enter the app.
4. **Important:** carefully write down the 15-words secret phrase on paper or copy it to save in a text file.
5. Confirm the secret phrase by selecting three words with the given numbers.

⚠️ Security information

* The secret phrase or the private key derived from it provide complete control over the account, including the ability to dispose of funds. Do not give your secret phrase or private key to anyone, and do not publish or send them.
* The secret phrase cannot be changed: another secret phrase (even one that differs by a single character) will generate a different account.
* If you lose your secret phrase and private key, you cannot restore access to your account. We strongly encourage you to write down the secret phrase and store it in a safe place.

## Import account <a href="#import" id="import"></a>

If you have a secret phrase for Waves account, you can import the account into Keeper mobile app.

1. Tap **Import wallet**.
2. Create and confirm a password.
3. Additionally, you can set a 4-digit PIN code to enter the app.
4. Enter or paste your secret phrase. Check the generated Waves address.


---

# 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://docs.keeper-wallet.app/mobile-app/quick-start.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.
