> For the complete documentation index, see [llms.txt](https://help.margex.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.margex.com/help-center/ru/account-and-security/security/account-activity-notifications.md).

# Уведомления

Уведомления по электронной почте обеспечивают дополнительный уровень безопасности счёта и предоставляют пользователям дополнительные инструменты и возможности отслеживания активности своей учётной записи.

Включить/выключить уведомления по электронной почте можно на странице [Настройки](https://margex.com/app/settings) вашего аккаунта.<br>

Нажмите на иконку профиля и затем на раздел Настроек:

<figure><img src="/files/Rx8zkWUti5vMcfxMKqeD" alt=""><figcaption></figcaption></figure>

Активируйте/деактивируйте необходимые уведомления:

<figure><img src="/files/Zy2iO1PwoWV2M2Ysw5yH" alt=""><figcaption></figcaption></figure>

* **Авторизация**: все попытки войти в аккаунт
* **Депозит**: все депозиты, внесенные на ваш счет
* **Вывод**: все выводы средств с вашего счета
* **Ликвидация**: ликвидация любых позиций
* **Награды за стейкинг** все транзакции вознаграждений за стейкинг на ваш кошелек Margex
* **Еженедельный отчет по рефералам**: вся статистика по рефералам

Мгновенное выставление ордеров - уникальная функция "1 клик - 1 сделка", также может быть активирована в меню Настроек:

<figure><img src="/files/L3sqPGbOnTS8yHKTNXGD" alt=""><figcaption></figcaption></figure>

Если функция включена, то размещение ордера **не** требует никаких дополнительных подтверждений. При отключении функции размещение ордера **вызовет** дополнительное окно подтверждения.

Эта функция позволяет трейдерам быстрее размещать и управлять ордерами, **убирая все окна подтверждения ордеров**, такие как:

<figure><img src="/files/CFCABL2vpRWHzMKDGEuA" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
При включенной функции ордера будут выставляться **незамедлительно** после нажатия кнопок КУПИТЬ или ПРОАДТЬ в модуле выставления ордеров, без дополнительных запросов на подтверждение, с учетом установленных на данный момент параметров ордера.
{% endhint %}

Важно соблюдать осторожность при использовании данной функции, чтобы избежать случайного выставления ордеров.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.margex.com/help-center/ru/account-and-security/security/account-activity-notifications.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
