> For the complete documentation index, see [llms.txt](https://docs.luxgram.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luxgram.pro/progrev.md).

# Прогрев

Раздел «Прогрев» позволяет постепенно повышать активность Telegram-аккаунтов, чтобы их поведение выглядело более естественным. Модуль сочетает несколько простых действий, которые помогают сформировать рабочую историю аккаунта.

### Методы прогрева

В модуле доступны три способа прогрева.

| Метод                | Как работает                                                                              |
| -------------------- | ----------------------------------------------------------------------------------------- |
| **Чтение ленты**     | Аккаунт просматривает непрочитанные каналы и группы с задержкой, имитируя обычное чтение. |
| **Клики по ботам**   | Аккаунт аккуратно отправляет /start в уже существующих бот-диалогах.                      |
| **Взаимные диалоги** | Выбранные аккаунты добавляют друг друга в контакты и обмениваются короткими сообщениями.  |

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

### Взаимные диалоги

Для этого режима нужно выбрать минимум два аккаунта.

<table><thead><tr><th width="210.800048828125">Настройка</th><th>Что делает</th></tr></thead><tbody><tr><td><strong>Режим диалогов</strong></td><td>Позволяет выбрать шаблонные фразы или работу через ИИ.</td></tr><tr><td><strong>Шанс на эмодзи</strong></td><td>Определяет вероятность добавления эмодзи в сообщения.</td></tr><tr><td><strong>Шанс стикера</strong></td><td>Определяет вероятность отправки стикера.</td></tr><tr><td><strong>Сообщений на аккаунт</strong></td><td>Задаёт, сколько сообщений отправит каждый аккаунт в рамках взаимных диалогов.</td></tr></tbody></table>

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

### Тайминги и лимиты

<table><thead><tr><th width="250.00006103515625">Настройка</th><th>Что делает</th></tr></thead><tbody><tr><td><strong>Минимальная задержка</strong></td><td>Задаёт минимальную паузу между действиями модуля.</td></tr><tr><td><strong>Максимальная задержка</strong></td><td>Задаёт максимальную паузу между действиями модуля.</td></tr><tr><td><strong>Длительность</strong></td><td>Определяет, сколько часов должен работать прогрев.</td></tr><tr><td><strong>Лимит действий на аккаунт</strong></td><td>Ограничивает общее число действий на один аккаунт. Если указать 0, отдельный лимит не применяется и работа ограничивается только временем.</td></tr></tbody></table>

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

### Рабочее окно

В этом блоке можно ограничить время работы модуля.

<table><thead><tr><th width="140.39996337890625">Настройка</th><th>Что делает</th></tr></thead><tbody><tr><td><strong>Рабочее окно</strong></td><td>Включает ограничение по времени работы.</td></tr><tr><td><strong>Начало</strong></td><td>Указывает, с какого времени прогрев может работать.</td></tr><tr><td><strong>Конец</strong></td><td>Указывает, до какого времени прогрев может работать.</td></tr></tbody></table>

**Важно:** для взаимных диалогов нужно выбрать как минимум два аккаунта. Если аккаунт один, этот режим не запустится.

<figure><img src="/files/9QlsZkGTLN66NbL9j5Qz" alt=""><figcaption></figcaption></figure>


---

# 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://docs.luxgram.pro/progrev.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.
