# How to offer a subscription retention discount

The discount will be applied once and only for users who choose to cancel their subscription. The subscription period remains the same: for example, if a user cancels a weekly subscription, they will receive the discount only for one week. After that, the subscriber will pay the full price on a weekly basis.

<figure><img src="/files/zrmt9RutGtQLiNU4J3MN" alt="" width="375"><figcaption></figcaption></figure>

1. Open the "Menu" in the @Tribute bot and select the channel or private group where you want to create a subscription.
2. Tap "Subscription".
3. Create a name and description for the subscription and the button text. Tap "Continue".
4. Specify the period. The subscription can be weekly, monthly, or yearly. One-time subscriptions cannot have discounts.
5. Set the price and currency for the subscription, then choose the payment method and tap "Continue."
6. In the “Retention Discount” section, enable the discount option, then select the discount size: from 10% to 90%, but no less than [the service's set limits](https://wiki.tribute.tg/for-content-creators/fees-limits-currencies).
7. Tap "Create".

{% hint style="info" %}
If you want to add this discount to an existing subscription, simply tap "Edit," and in the "Discounts" section, enable "Retention Discount." Then select the discount amount: from 10% to 90%.
{% endhint %}


---

# 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://wiki.tribute.tg/for-content-creators/subscriptions/cancellation-discount.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.
