> For the complete documentation index, see [llms.txt](https://help.vposter.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.vposter.ru/nashi-uslugi/tarify.md).

# Тарифы

Сервис является платным, но есть бесплатная версия c ограничениями. Со всеми тарифами вы можете ознакомиться по [ссылке](https://vposter.ru/#price).

## Ограничения тарифа <a href="#ogranicheniya-tarifov" id="ogranicheniya-tarifov"></a>

Стоимость сервиса зависит от выбранного тарифного плана. Тарифы отличаются только по количеству сообществ.

<figure><img src="/files/9fJ1fKfPTpRIncDIyo0Z" alt=""><figcaption><p>Выбор тарифа</p></figcaption></figure>

## Окончание и продление тарифа <a href="#okonchanie-i-prodlenie-tarifa" id="okonchanie-i-prodlenie-tarifa"></a>

Если на балансе не достаточно средств для функционирования, то все разделы приостанавливают свою работу до того, пока баланс не пополнится.

Если на балансе пользователя нет суммы для продления баланса, то будут отправлены уведомления ВКонтакте (если на балансе остается сумма на 3 дня работы и менее). Для отправки уведомления необходимо разрешить сообщения от сообщества [Уведомления от ](https://vk.com/vposternotification)[Впостер](https://vk.com/vposternotification).

Самостоятельно пополнить баланс можно в любой момент в личном кабинете на вкладке "Платежи".

{% content-ref url="/pages/-MTchm4kNbATuMPTLiq5" %}
[Личный кабинет](/informaciya-neobkhodimaya-dlya-ispolzovaniya-po/lichnyi-kabinet.md)
{% endcontent-ref %}


---

# 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://help.vposter.ru/nashi-uslugi/tarify.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.
