# Managing Subscriptions

{% hint style="info" %}
Only `Super Admin` and `Billing Admin` roles can manage organization subscriptions.
{% endhint %}

{% hint style="info" %}
As a reminder, we use [Paddle](https://www.paddle.com/) to process all our payments. [See here for more information](/user-manual/getting-started/buying-pollination-products.md#how-can-i-set-you-as-a-vendor-in-our-companys-system).
{% endhint %}

After [creating a subscription](/user-manual/getting-started/buying-pollination-products/creating-new-pollination-subscriptions.md), you can manage it through the user interface. You need to navigate to the organization and click on the "Subscription" tab.

The screenshot below highlights the key actions you can take.

<figure><img src="/files/4yqMgfhXlEOGo7v6ekPp" alt=""><figcaption></figcaption></figure>

### Editing a subscription

You can edit an existing subscription by clicking on the "Edit

<figure><img src="/files/7OVVDZfrTxL3242vz3Te" alt=""><figcaption></figcaption></figure>

After you change a subscription, click on "Preview Changes" Button to preview the changes.

<figure><img src="/files/6Srn7i0RAxTA6QELYvt9" alt=""><figcaption></figcaption></figure>

After reviewing the preview, you can confirm or cancel your changes.

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

### Subscription Modification Policy

* **Increasing Subscriptions**: If you add new products or increase quantities, the prorated amount will be charged immediately. You'll also see the updated cost for the next billing cycle.
* **Decreasing Subscriptions**: If you remove products or reduce quantities, the difference will be credited to your account for the next billing cycle. We cannot withdraw this difference from Paddle for a refund.

### Canceling a subscription

To cancel your subscription, click the "Cancel Subscription" button. Your subscription will remain active until the end of the current billing period.

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

To reactivate your subscription, you must do so before the cancellation date.

<figure><img src="/files/1YzlmqDZbYCKksQfXFDT" alt=""><figcaption></figcaption></figure>


---

# 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.pollination.solutions/user-manual/getting-started/account-setup/managing-subscriptions.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.
