# What is a Secure Password?

The security password is a local password set to protect your mnemonic phrase. It is stored only in your phone's local database and is used to encrypt the storage of the mnemonic phrase.

Many sensitive operations require the input of the security password for authorization before they can be executed, ensuring that your account and assets receive an additional layer of protection.


---

# 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://userguide.luffa.im/account/what-is-a-secure-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.
