> 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/edit-delete.md).

# Редактирование и удаление

## Редактирование

На карточке аккаунта нажмите значок карандаша (Edit) — откроется та же форма, что и при добавлении, но уже заполненная текущими данными аккаунта (включая уже загруженный maFile, сохранённый пароль, PayPass и комментарий).

Измените нужные поля и нажмите **Save**. Обязательные поля те же, что и при добавлении: Name, Proxy, Steam username, Steam password, maFile.

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

## Комментарий

Отдельно от полной формы редактирования, на карточке аккаунта есть кнопка **+ добавить комментарий** — открывает небольшое окно с полем для заметки. Сохраняется отдельно и мгновенно, не затрагивая остальные данные профиля.

## Трейд-ссылка

Кнопка со значком ⇄ на карточке аккаунта копирует трейд-ссылку этого аккаунта в буфер обмена. У Steam она запрашивается только один раз — при первом обращении (сразу после добавления аккаунта или по первому клику на кнопку) — и затем хранится в панели, поэтому повторные клики срабатывают мгновенно, без обращения к Steam. Если вы вручную перегенерировали трейд-токен на стороне Steam, сохранённая в панели ссылка не обновится автоматически.

## Удаление

Нажмите значок корзины на карточке аккаунта. Панель попросит подтверждение — удаление аккаунта нельзя отменить.

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

После подтверждения профиль полностью удаляется из панели вместе со всеми его настройками (тумблерами площадок, порогами, ключами). Сами Steam-аккаунт и API-ключи на площадках при этом не удаляются — просто панель перестаёт с ними работать.

## Дальше

Если нужно посмотреть или перевести деньги между аккаунтами — см. [Балансы и переводы](/divine-docs/prochie-instrumenty/balances-transfer.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/edit-delete.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.
