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

# Инвентари

Раздел **Steam Manager** (в сайдбаре) — прямая работа со Steam-инвентарём и торговой площадкой Steam Community Market, без сторонних сервисов. В отличие от P2P и DMarket, здесь не нужна отдельная подготовка (Prepare) — панель использует уже имеющуюся у аккаунта Steam-сессию. Доступен на тарифах PRO и ULTIMATE.

Страница состоит из четырёх вкладок: **Inventories**, **Sell orders**, **Buy orders**, **Reprice**.

<figure><img src="/files/12U2g9ytXuViYV2GM8MZ" alt=""><figcaption></figcaption></figure>

## Общая панель управления

Вкладки Inventories, Sell orders и Buy orders работают с **одним аккаунтом за раз** — сверху нужно выбрать аккаунт из списка. Там же отображаются:

* Баланс Steam-кошелька выбранного аккаунта, включая отдельно показанную сумму «в ожидании» (Pending — деньги от недавних продаж, которые Steam ещё держит несколько дней до полной доступности).
* Переключатель игры.
* Кнопка **↻ Refresh** — заново запросить данные у Steam.
* Кнопка **Filters** — фильтр по доступности, качеству предмета, StatTrak/Souvenir (только для CS2).
* Поле поиска по названию.

## Вкладка Inventories

Показывает текущий Steam-инвентарь выбранного аккаунта по выбранной игре. Можно выделить один или несколько предметов (**Select all** / **Select none**) и выполнить действие:

* **Send via trade offer** — отправить выбранные предметы трейд-офером на указанный Steam-аккаунт.
* **List for sale** — выставить выбранные предметы на продажу на Steam Community Market (открывает окно указания цены).

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

## Дальше

* Что происходит с уже выставленными на продажу предметами — см. [Sell Orders](/divine-docs/steam-manager/sell-orders.md).
* Как создавать ордера на покупку — см. [Buy Orders](/divine-docs/steam-manager/buy-orders.md).
* Как настроить автоматический репрайсинг уже выставленных лотов — см. [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/inventories.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.
