# Subscription and rates

## How to activate a subscription to the service

There are several options:

1. Pay the monthly cost of the service at your current tariff&#x20;
2. Pay for several months of using the service at your current tariff and get a discount&#x20;
3. Pay any amount, but not less than 100 rubles

Regardless of the activation method, the deposited amount will go to the account balance and will be spent daily according to the tariff: in accordance with the current user base for all connected channels.

{% hint style="info" %}
Important!

The subscription cost is calculated by the number of user contacts in the Smartbot database (section "Users").

If, for example, your VK group has 10,000 subscribers, but there are only 100 in the Smartbot database, the tariff will be calculated from 100 people.&#x20;

Users enter the contact database when they contact the bot or when they are loaded into the database directly through the "users" section.
{% endhint %}

If the number of users changes, the cabinet will switch to a different tariff in accordance with the new number of users and the daily charge amount will also change. Don't worry, we'll notify you in advance of charges.

## What is included in the price

All tariffs allow you to use the functionality of the service without any restrictions.&#x20;

Available:&#x20;

* Bots for Telegram, Vkontakte and Viber&#x20;
* Unlimited number of bots&#x20;
* Unlimited messages&#x20;
* Unlimited mailings&#x20;
* Free database of template scripts for various tasks&#x20;
* Unlimited number of independent projects within the cabinet&#x20;
* Unlimited scripts per project&#x20;
* Unlimited number of managers for joint work in the office Built-in integrations with YuKassa, YuMoney, QIWI payment systems, as well as support for native payments within Telegram&#x20;
* Integration with Prodamus and GetCourse&#x20;
* Calling bots from external services using Webhook&#x20;
* Custom service integrations using HTTP requests&#x20;
* Built-in SmartQuery programming language&#x20;

Tariffs and prices

| Bot subscribers (number of contacts in the database) | Prices ($/month)\* |
| ---------------------------------------------------- | ------------------ |
| < 1000                                               | 13                 |
| 1 000 - 2 000                                        | 20                 |
| 2 000 - 5 000                                        | 33                 |
| 5 000 - 10 000                                       | 58                 |
| 10 000 - 30 000                                      | 115                |
| 30 000 - 50 000                                      | 165                |
| 50 000 - 100 000                                     | 300                |
| 100 000 - ∞                                          | 500                |

\*if the entire month of use, the number of subscribers corresponds to this tariff.

## Discounts and promotions

When replenishing for 3 months, a 5% discount&#x20;

When replenishing for 6 months, a 10% discount&#x20;

When replenishing for 12 months, a 20% discount&#x20;

Don't forget to follow us on social. networks to learn about other promotions and discounts 🙂


---

# Agent Instructions: 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:

```
GET https://docs.smartbotpro.io/the-documents/subscription-and-rates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
