# Creating a new wallet App

{% hint style="info" %}
When you open the Ever Wallet app, you will be prompted to create a new wallet or [log in with a previously created seed phrase.](/getting-started/install-and-singing-in/sign-in-with-existing-seed-phrase/sign-in-with-existing-seed-phrase-app.md)
{% endhint %}

## Create a new wallet

1. Select `Create a new wallet`
2. Write down and/or copy and otherwise save in a secure manner the displayed `seed phrase`. The seed phrase is your proof of ownership of the wallet and the only way to gain or [regain access to its management](/getting-started/install-and-singing-in/sign-in-with-existing-seed-phrase/sign-in-with-existing-seed-phrase-app.md).
3. Chech the phrase if you feel it is necessary or skip this step.
4. Create a `password`. It will be used to confirm transactions.\
   Enable biometrics if you think it is necessary.

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

{% hint style="success" %}
Congratulations. Your wallet has been successfully created. Now you can:

* [Sending and receiving tokens](/manage-assets/sending-and-receiving-tokens.md)
* [Adding New Assets](/manage-assets.md)
* [Manage seeds, accounts and keys](/seed-phrase-keys-and-accounts.md)
* Use Built-in [Browser](/app-browser.md)
  {% endhint %}


---

# 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.everwallet.net/getting-started/install-and-singing-in/creating-a-new-wallet/creating-a-new-wallet-app.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.
