> For the complete documentation index, see [llms.txt](https://divine-panel.gitbook.io/divine-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://divine-panel.gitbook.io/divine-docs/menedzher-akkauntov/add-single.md).

# Добавление одного аккаунта

Раздел **Account Manager** (в сайдбаре — «Менеджер аккаунтов») — единственный раздел панели, доступный без подписки. Здесь добавляются и хранятся все Steam-аккаунты, с которыми работает панель.

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

На верхней панели страницы — кнопки **Balances**, **Money Transfer**, **PayPass**, **Settings** и **Add profile**. Чтобы добавить новый аккаунт, нажмите **Add profile**.

## Выбор способа добавления

Откроется окно с двумя вариантами:

* **Single account** — добавить один профиль вручную.
* **Batch add** — импортировать сразу много аккаунтов (см. [Массовое добавление](/divine-docs/menedzher-akkauntov/batch-add.md)).

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

Выберите **Single account**.

## Поля формы

<figure><img src="/files/1g08FI1bCS3CV1CfEzxq" alt=""><figcaption></figcaption></figure>

| Поле               | Обязательное | Описание                                                                                                                               |
| ------------------ | ------------ | -------------------------------------------------------------------------------------------------------------------------------------- |
| Name               | да           | Произвольное имя профиля — как аккаунт будет называться внутри панели. Не связано со Steam-логином.                                    |
| Proxy              | да           | Прокси в формате `ip:port:login:password`. Каждому аккаунту нужен свой прокси. Тип прокси - HTTP.                                      |
| Steam username     | да           | Логин от Steam-аккаунта.                                                                                                               |
| Steam password     | да           | Пароль от Steam-аккаунта. Поле скрыто точками — зажмите значок «глаза», чтобы на время показать введённый текст.                       |
| maFile             | да           | Файл авторизатора Steam Guard (`.json` от SDA/аналогичных мобильных аутентификаторов). Нажмите «Choose» и выберите файл на компьютере. |
| MarketCSGO Paypass | нет          | Платёжный пароль market.csgo — необязательно, можно указать позже.                                                                     |
| Comment            | нет          | Произвольная заметка об аккаунте.                                                                                                      |

Имя профиля и Steam-логин должны быть уникальными — панель не даст добавить два аккаунта с одинаковым именем или с одним и тем же Steam-логином под разными именами.

Нажмите **Save** — новый профиль появится в списке. Все площадки (market.csgo, Waxpeer, DMarket) у нового аккаунта изначально выключены — их нужно подготовить и включить отдельно, см. [P2P-площадки](/divine-docs/p2p-ploshadki-market.csgo-waxpeer/prepare.md).

## Дальше

* Если нужно добавить сразу много аккаунтов — см. [Массовое добавление аккаунтов](/divine-docs/menedzher-akkauntov/batch-add.md).
* Как пользоваться кодами Steam Guard и подтверждениями — см. [Steam Guard: коды и подтверждения](/divine-docs/menedzher-akkauntov/steam-guard.md).


---

# 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://divine-panel.gitbook.io/divine-docs/menedzher-akkauntov/add-single.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.
