# What security settings does MyTonWallet offer?

We've added several features to help secure and manage your crypto assets:

### 🔙 1. Backup

* View your **seed phrase**.
* Use it to **import your wallet** into other supported wallets.
* Get your **TON Private Key** to import your wallet into other TON Wallets.

{% hint style="danger" %}
**Remember: Never share your seed phrase or private key with anyone.**
{% endhint %}

### ☝️ 2. Biometric Authentication

* Enable **Face ID / Touch ID** to confirm operations without entering a password.

### ✍️ 3. Change Password

* Update your password for wallet access and transaction confirmations.

{% hint style="danger" %}
**Remember: Never share your password with others.**
{% endhint %}

### 🔐 4. App Lock

* Activate the **Manual Lock** feature.
* Enable **Auto-lock** and set a time interval (30 seconds, 3 minutes, or 10 minutes) to automatically lock the app after inactivity.

### 🧠 5. Remember Passcode <a href="#id-5.-zapominanie-pin-koda" id="id-5.-zapominanie-pin-koda"></a>

* Turn on this feature to confirm **several actions in a row** without re-entering your password for **five minutes**.
* This feature is available only when **biometric authentication is disabled**.


---

# 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://help.mytonwallet.io/intro/security-and-access-recovery/what-security-settings-does-mytonwallet-offer.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.
