# Создание и управление тарифами и подписками

Тарифы - ключевой элемент вашей системы подписок. Правильная настройка и управление тарифами критически важны для успеха вашего проекта.

**Создание нового тарифа:**

a) В меню администрирования выберите "Тарифы". b) Нажмите "Добавить тариф". c) Заполните следующие поля:

* Название тарифа (например, "Базовый", "Премиум")
* Описание тарифа (укажите преимущества подписки)
* Выберите тип платежа: разовый или рекуррентный
* Установите длительность подписки
* Определите стоимость
* Выберите группу или канал для доступа d) Проверьте настройки и нажмите "Создать тариф".


---

# 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://paidsub.gitbook.io/baza-znanii/for-authors/sozdanie-i-upravlenie-tarifami-i-podpiskami.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.
