> For the complete documentation index, see [llms.txt](https://wiki.tassist.ru/public-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.tassist.ru/public-documentation/poleznaya-informaciya/proksi/raskhod-trafika-cherez-proksi.md).

# Расход трафика через прокси

В отличие от других сервисов мы полностью эмулируем работу аккаунта делая её  человекоподобной. Т.е. аккаунт получает уведомления в фоне о новых сообщениях, публикациях в каналах, чатах, изменениях имён в контактах и т.д.

В большинстве сервисов аккаунты выходят онлайн исключительно, чтобы выполнить ряд команд (найти пользователя, отправить сообщение, пригласить в чат), а потом уходят в офлайн. Такой «ботоподобный» ограниченный набор действий со стороны аккаунта виден Телеграму и ставит  аккаунт под угрозу.

{% hint style="info" %}
Аккаунты, добавленные в наш сервис, расходуют ровно столько же трафика, сколько бы они расходовали в официальном приложении Телеграм.

Загрузка медиа по умолчанию отключена.
{% endhint %}

Проследить сколько трафика израсходовано можно либо в карточке аккаунта в поле «Трафик», либо на странице «Мои аккаунты» колонка «Трафик».

### Как уменьшить расход трафика

Выйти из чатов-помоек.&#x20;

Откройте карточку аккаунта, перейдите во вкладку «Чаты». Нажмите «Выйти из всех групп», либо прокликайте ненужные и выйдите из них.


---

# 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://wiki.tassist.ru/public-documentation/poleznaya-informaciya/proksi/raskhod-trafika-cherez-proksi.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.
