> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/support-docs/ru/birzha/akkaunt-birzhi/funkcii-akkaunta/rukovodstvo-po-funkciyam-akkaunta/kak-nastroit-predpochteniya-i-uvedomleniya.md).

# Как настроить предпочтения и уведомления?

#### **Как я могу изменить язык отображения платформы?**

Войдите в ваш аккаунт на бирже → перейдите в **Settings** → на вкладке **Account** → **Preferences**, затем выберите предпочитаемый язык отображения.

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

***

#### **Как я могу управлять настройками уведомлений?**

* **Order Notifications**: Когда включено, вы будете получать уведомления о заказах в правом нижнем углу страницы, включая успешное размещение и исполнение заказов.
* **Audio Alerts**: Когда включено, после определенных событий будет воспроизводиться звуковое уведомление.
* **Mask Balances & Info**: Когда включено, балансы и данные аккаунта (такие как ваш адрес электронной почты) будут скрыты.
* **Market Close Confirmation**:
  * Если отключено: Рыночный ордер закроет всю вашу позицию без запроса подтверждения.
  * Если включено: Вы можете настроить количество для закрытия и просмотреть ожидаемую прибыль/убыток.
  * *Примечание: Позиции с номинальной стоимостью выше $100,000 всегда будут требовать подтверждения.*
* **Show Funding Rates Ticker**: Когда включено, тикер ставок финансирования будет отображаться в нижней части торговой страницы.

{% hint style="info" %}
**Наведите курсор мыши на подсказку, чтобы просмотреть подробное объяснение термина на странице.**
{% endhint %}

<figure><img src="/files/4myiibEx49Z6gCTE1fey" alt=""><figcaption></figcaption></figure>

***

#### **Как я могу скрыть мою торговую активность в таблице лидеров?**

Войдите в ваш аккаунт на бирже → перейдите в **Settings** → на вкладке **Account** → **Leaderboards**, и включите **Visibility**. После включения ваша активность будет скрыта из таблиц лидеров.

***

#### **Как я могу добавить мою контактную информацию?**

Если вы хотите получать важные обновления или эксклюзивные преимущества:

* Войдите в ваш аккаунт на бирже → перейдите в **Settings** → на вкладке **Account** → **Contact Info**, нажмите **Edit.**

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

* Выберите платформу социальных контактов, введите ваше имя пользователя или номер телефона, и нажмите **Save**.

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


---

# 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://support.backpack.exchange/support-docs/ru/birzha/akkaunt-birzhi/funkcii-akkaunta/rukovodstvo-po-funkciyam-akkaunta/kak-nastroit-predpochteniya-i-uvedomleniya.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.
