> For the complete documentation index, see [llms.txt](https://docs.discloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.discloud.com/en/faq/general-questions/subscription-management.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.discloud.com/en/faq/general-questions/subscription-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
