# What is wallet password?

When creating a wallet in the Halo Wallet App, you need to set a password of at least 6 characters. The wallet password is used to manage the wallet, e.g. to transfer funds, and must be entered when importing a wallet with a private key/keyword. Passwords can be changed or reset. If the original password is forgotten, the wallet can be imported with the private key or mnemonic words and a new password can be set.\
An analogy can be drawn with bank accounts to differentiate between them.

Private key = bank card number + bank card password

Secret phrase = bank card number + card password

Password = bank card password

The only official website of Halo Wallet is <https://halo.social/> .

<br>


---

# 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://halo-1.gitbook.io/halo-wallet/wallet-basics/what-is-wallet-password.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.
