# Subscription Management

## 🧾 Overview

This page covers how to manage an existing paid subscription acquired through the Discloud website (Stripe). If you need to purchase a plan, see: [Plans & Support](/en/about/donations.md).

***

## 🔐 Access Billing Dashboard

{% stepper %}
{% step %}
Visit: <https://discloud.com/dashboard/billing> (log in if prompted).
{% endstep %}

{% step %}
Locate the active subscription card with plan details and renewal date.
{% endstep %}
{% endstepper %}

***

## 🔄 Cancel Subscription

Canceling stops future automatic renewals. Your current plan benefits remain until the end of the paid period.

| Effect    | Detail                                    |
| --------- | ----------------------------------------- |
| Resources | Remain active until expiration            |
| Renewal   | Disabled after cancellation               |
| Reversal  | You can reactivate before or after expiry |

{% hint style="warning" %}
Canceling early does not trigger a partial refund (unless local consumer laws mandate otherwise).
{% endhint %}

<figure><img src="/files/0kwquZUC9YKLgkREsPun" alt="" width="515"><figcaption></figcaption></figure>

***

## ✅ Reactivate Subscription

If you canceled by mistake (or wish to continue benefits), use Reactivate. Renewal resumes on the original cadence.

<figure><img src="/files/SrvlirdFT7XdBPYRjk4F" alt="" width="563"><figcaption></figcaption></figure>

| Scenario                 | Outcome                                     |
| ------------------------ | ------------------------------------------- |
| Reactivate before expiry | Continuous access, no interruption          |
| Reactivate after expiry  | Plan benefits resume once payment processes |

***

## ❓ Common Questions

| Question                                   | Answer                                                                                                                           |
| ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------- |
| Does canceling remove my apps immediately? | No, benefits last until period end.                                                                                              |
| Can I pause instead of cancel?             | Open a [ticket](https://discord.com/channels/@me/930852077045940224/) on our [Discord server](https://discord.discloudbot.com/). |
| Where do I update payment method?          | Billing dashboard / Stripe portal flow.                                                                                          |


---

# 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.discloud.com/en/faq/general-questions/subscription-management.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.
