> 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/steam-manager/buy-orders.md).

# Buy Orders — ордера на покупку

Вкладка **Buy orders** показывает активные ордера на покупку (buy orders) выбранного аккаунта на Steam Community Market — заявки на покупку предмета по указанной вами цене, которые исполняются автоматически, как только кто-то продаёт предмет по этой цене или дешевле.

<figure><img src="/files/5S6QQXYbhBPERl37Q80C" alt=""><figcaption></figcaption></figure>

## Создание ордера

Нажмите **+ New buy order**, укажите предмет, цену и количество — панель создаст ордер на покупку через Steam Community Market.

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

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

## Отмена ордера

На карточке каждого активного ордера есть кнопка отмены — она сразу отменяет ордер на Steam, зарезервированные под него средства возвращаются на баланс кошелька.

## Перенос ордеров на другой аккаунт

Кнопка **⇄ Transfer** позволяет продублировать buy-ордера этого аккаунта на другой ваш аккаунт — удобно, если нужно распределить одинаковые заявки на покупку между несколькими Steam-кошельками.

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

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

## Дальше

Как настроить репрайсинг уже выставленных на продажу лотов — см. [Reprice](/divine-docs/steam-manager/reprice.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/steam-manager/buy-orders.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.
