# Как изменить пароль?

### 👍 Если вы помните текущий пароль

{% stepper %}
{% step %}
Откройте **Настройки**.
{% endstep %}

{% step %}
Выберите пункт **Безопасность** → **Смена пароля**.
{% endstep %}

{% step %}
Измените пароль и подтвердите операцию.
{% endstep %}

{% step %}
Готово!
{% endstep %}
{% endstepper %}

### 😟 Если вы забыли текущий пароль

Импортируйте кошелёк при помощи сид-фразы:

{% stepper %}
{% step %}
Откройте **Настройки**.
{% endstep %}

{% step %}
Нажмите на кнопку **Выйти** в конце меню.
{% endstep %}

{% step %}
На главной странице выберите **импорт из секретных слов**.
{% endstep %}

{% step %}
Введите **12** или **24 слова** для восстановления доступа.
{% endstep %}

{% step %}
Установите новый пароль. При желании, подключите биометрию.
{% endstep %}

{% step %}
Готово!
{% endstep %}
{% endstepper %}

В **MyTonWallet** есть функция запоминания PIN-кода: в течение пяти минут после подтверждения операции вы можете совершать любые действия в кошельке без повторного ввода пароля.

Эта функция доступна только при отключённой биометрии и регулируется в настройках безопасности.

{% hint style="danger" %}
**Никогда и никому не сообщайте ваш пароль.**
{% 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://help.mytonwallet.io/ru/baza-znanii/bezopasnost-i-vosstanovlenie-dostupa/kak-izmenit-parol.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.
