# What is secret phrase?

Because the private key is composed of 64-bit hexadecimal, which is inconvenient to record and copy. For users' convenience, a secret phrase was generated. It is simplified into a phrase consisting of 12 words, with a space between each word. The secret phrase and private key have the same function, that is, you can import the wallet by entering the secret phrase and setting a new password. Like the private key, a wallet has one set of secret phrases and cannot be modified. Anybody else who discovers the phrase can steal the cryptos, so it must be kept safe like jewels or cash. For example, no one should ask you for it on social networks or messenger, it must not be typed into any website.


---

# 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-secret-phrase.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.
