# Donations

## 🧾 Overview

Discloud offers paid plans that expand resource limits (memory, CPU allocation), unlock website / API hosting with custom or provided subdomains, enable team collaboration, Git integration, and more. Choosing a plan also funds infrastructure and continued development.

{% hint style="info" %}
If you only need to manage (cancel / reactivate) an existing subscription, see: [Subscription Management](/en/faq/general-questions/subscription-management.md)
{% endhint %}

***

## 💎 Why Upgrade

| Benefit               | Free Tier                   | Paid Plans                |
| --------------------- | --------------------------- | ------------------------- |
| Memory & CPU headroom | Limited                     | Increased per tier        |
| Persistent uptime     | Inactivity limits may apply | Higher stability          |
| Website / API hosting | Restricted                  | Enabled (plan dependent)  |
| Custom Domain         | Higher plan requirement     | Included (eligible tiers) |
| Team access           | Not available               | Supported                 |
| Git integration       | Limited / none              | Enabled                   |

***

## 💳 Payment Methods

Two acquisition channels are currently available.

| Method           | Available Via                                                                                                                     |
| ---------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| Stripe           | <ul class="contains-task-list"><li><input type="checkbox" checked>Website</li><li><input type="checkbox">Support Ticket</li></ul> |
| PayPal / Revolut | <ul class="contains-task-list"><li><input type="checkbox">Website</li><li><input type="checkbox" checked>Support Ticket</li></ul> |

{% hint style="warning" %}
Use a ticket only if the website payment flow is unavailable or your preferred supported method fails.
{% endhint %}

***

## 🛒 Purchase (Website)

{% stepper %}
{% step %}
Visit: <https://discloud.com/plans>
{% endstep %}

{% step %}
Select the desired tier and proceed to checkout (Stripe hosted flow).
{% endstep %}

{% step %}
Complete payment. Your plan activates shortly after confirmation.
{% endstep %}
{% endstepper %}

<figure><img src="/files/TGjo59Pq6RglIhcppnv1" alt="Plans page screenshot"><figcaption><p>Plan selection interface.</p></figcaption></figure>

***

## 🎫 Purchase (Support Ticket)

Use this path only for PayPal or when encountering payment issues.

{% stepper %}
{% step %}
Open a [support ticket](https://discord.com/channels/@me/930852077045940224/) ([Discord server](https://discord.discloudbot.com/)).
{% endstep %}

{% step %}
Specify the plan tier and payment method (e.g. PayPal).
{% endstep %}

{% step %}
Follow the instructions provided by the support team to complete payment.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Tickets are asynchronous; response time may vary. Keep one ticket per request to reduce delays.
{% endhint %}

***

## 🙌 Supporting Without Upgrading

If you cannot upgrade but still want to help:

| Method         | Description                           |
| -------------- | ------------------------------------- |
| Feedback       | Report bugs, suggest improvements     |
| Documentation  | Contribute clarifications or examples |
| Community Help | Help users in Discord                 |


---

# 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/about/donations.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.
