> For the complete documentation index, see [llms.txt](https://help.roolz.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.roolz.net/znakomstvo/tarify-i-podpiski/kak-kupit-podpisku.md).

# Как купить подписку?

{% hint style="info" %}
Доступно только для **компаний**.
{% endhint %}

{% hint style="danger" %}
**Важно!** Если вы уже купили подписку и после этого добавляете пользователей в компанию, за каждого из них нужно будет доплатить согласно вашему тарифу.
{% endhint %}

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

{% stepper %}
{% step %}
Войдите в свой профиль на бирже [roolz.net/ru](http://roolz.net/ru) и далее в пространство компании, от лица которой вы работаете.
{% endstep %}

{% step %}
Нажмите на кнопку «Расширьте логистику» в правом верхнем углу страницы, либо откройте вкладку «План и оплата» в меню слева. Вы попадете на страницу с актуальными тарифами.
{% endstep %}

{% step %}
Выберите подписку на месяц или на год, затем выберите тот тариф, который подходит именно вам и нажмите кнопку «Подключить».

***При годовой оплате вы получите скидку в 30%.***
{% endstep %}

{% step %}
В появившемся окне будет указана финальная стоимость платежа с учетом количества пользователей в компании и процента НДС. Убедитесь, что все верно, и нажмите «Подтвердить».
{% endstep %}

{% step %}
Вы попадете в окно оплаты платежной системы. Введите данные карты и подтвердите оплату.
{% endstep %}

{% step %}
Поздравляем! Вы успешно приобрели подписку на Roolz.

{% hint style="info" %}
Купить подписку могут только Владелец и Администраторы компании.
{% endhint %}

{% hint style="danger" %}
**Важно!** У нас есть опция оплаты по счету при квартальной и годовой подписке. Если вы хотите воспользоваться ей — обратитесь в нашу поддержку **<support@roolz.net>.**
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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.roolz.net/znakomstvo/tarify-i-podpiski/kak-kupit-podpisku.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.
