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

# Reprice — репрайсинг на Steam

Вкладка **Reprice** — отдельный, независимый от P2P/DMarket механизм автоматического пересчёта цен для лотов, уже выставленных на продажу на Steam Community Market. В отличие от P2P и DMarket, здесь панель не выставляет новые лоты автоматически — она только следит за уже выставленными и переставляет их по актуальной цене.

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

## Своя панель управления

В отличие от остальных вкладок Steam Manager, у Reprice собственная панель инструментов сверху:

* Выбор аккаунта — здесь, в отличие от Inventories/Sell orders/Buy orders, доступен вариант **All accounts**, так как порог задаётся один на предмет, а не привязан к конкретному аккаунту.
* Переключатель игры и валюты.
* Кнопка **↻ Refresh**.
* Кнопка **Profit** — те же настройки автоматических порогов по проценту прибыли, что и в других разделах, см. [Цена закупки и калькулятор прибыли](/divine-docs/p2p-ploshadki-market.csgo-waxpeer/buy-price-profit.md).
* Кнопка-таймер интервала репрайсинга — показывает текущий интервал (по умолчанию 24 часа) и позволяет его изменить.

## Таблица

Колонки таблицы: **Title**, **Qty**, **Market min**, **My price** (текущая ваша цена на Steam), **Buy price**, **Profit**, **Threshold**.

Пороги (Threshold) и цена закупки (Buy price) задаются точно так же, как в разделе P2P — см. [Пороги цен](/divine-docs/p2p-ploshadki-market.csgo-waxpeer/thresholds.md).

## Интервал репрайсинга

Нажмите на кнопку-таймер, чтобы изменить, как часто панель перепроверяет и перевыставляет уже выставленные Steam-лоты по новой цене. Значение по умолчанию — 24 часа; более частый пересчёт даёт более актуальные цены, но и чаще снимает/выставляет лоты заново.

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

## Дальше

Полный обзор всех вкладок Steam Manager — см. [Инвентари](/divine-docs/steam-manager/inventories.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/reprice.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.
