> 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-posmotret-informaciyu-o-vashem-akkaunte.md).

# Как посмотреть информацию о вашем аккаунте?

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

* После входа в ваш аккаунт на бирже, нажмите на ваш аккаунт в правом верхнем углу, чтобы увидеть имя KYC, с которым вы зарегистрировались.

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

* Если вы хотите просмотреть **псевдоним аккаунта**, перейдите в **Settings** → на вкладке **Account** → **Leaderboard**, где вы найдете свой псевдоним и псевдоним аккаунта, который вас пригласил.

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

***

#### **Как я могу изменить имя моего аккаунта?**

Имя **основного аккаунта не может быть изменено**.\
Только никнеймы субаккаунтов можно настроить. Чтобы изменить его:

* Перейдите к субаккаунту.
* Нажмите **Portfolio**, затем нажмите **Edit**.

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

* Введите желаемый никнейм и нажмите **Save**.

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

***

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

* Перейдите в **Settings** → на вкладке **Account** → Fees, где вы можете просмотреть ваш текущий уровень комиссий для спотовой и фьючерсной торговли.
* Уровни комиссий определяются на основе вашего торгового объема за последние 30 дней. Пожалуйста, обратитесь к [расписанию комиссий](https://support.backpack.exchange/support-docs/ru/~/revisions/9Djo5I0U17h217iwmctb/birzha/torgovlya/torgovye-komissii) для получения дополнительной информации.

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

***

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

* После входа в ваш аккаунт на бирже, перейдите в Portfolio → на вкладке **Account Overview** → нажмите **Balance**, затем нажмите **Statements**.
* Здесь вы можете просмотреть такие детали, как активы, обязательства и чистый капитал для субаккаунта.

<figure><img src="/files/9EwnHcFRCxMFFg4J75hK" alt=""><figcaption></figcaption></figure>

***

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

* После входа в ваш аккаунт на бирже, перейдите в **Portfolio** → нажмите **Performance**.
* Выберите элемент, который хотите просмотреть, отметьте **Cumulative**, и выберите временной диапазон, чтобы увидеть ваш торговый объем.

<figure><img src="/files/lKPRoNvy6ZkH9JnLqpBH" 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-posmotret-informaciyu-o-vashem-akkaunte.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.
