> For the complete documentation index, see [llms.txt](https://docs.walecloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.walecloud.com/general/detailed-plan-overview.md).

# Detailed plan overview

<table><thead><tr><th width="231">Features</th><th>Small</th><th>Medium</th><th>Large</th><th>Enterprise</th></tr></thead><tbody><tr><td>Unlimited Players</td><td>✔</td><td>✔</td><td>✔</td><td>✔</td></tr><tr><td>Node Country Control</td><td>✔</td><td>✔</td><td>✔</td><td>✔</td></tr><tr><td>Server Instances</td><td>30</td><td>70</td><td>120</td><td>∞</td></tr><tr><td>Cloud Analytics</td><td>✖</td><td>✔</td><td>✔</td><td>✔</td></tr><tr><td>Player Analytics</td><td>✖</td><td>✖</td><td>✔</td><td>✔</td></tr><tr><td>Monthly Reports</td><td>✖</td><td>✖</td><td>✔</td><td>✔</td></tr><tr><td>IP Firewall</td><td>✔</td><td>✔</td><td>✔</td><td>✔</td></tr><tr><td>Support</td><td>24H</td><td>12H</td><td>6H</td><td>Dedicated</td></tr><tr><td>Pricing (annual 20% off)</td><td>5€/month</td><td>10€/month</td><td>15€/month</td><td>20€/month</td></tr></tbody></table>

All features described:

* **Unlimited Players:** The cloud itself does not limit the number of players. Each individual can influence that.
* **Node Country Control:** With the cloud, you have the ability to specify the [location](https://docs.hetzner.com/cloud/general/locations/) of the Hetzner servers.
* **Server Instances:** The maximum number of services (Minecraft server instances) that can be active simultaneously.
* **Cloud Analytics:** The cloud itself provides cloud analytics, which is useful for administration and serves as an overview of the performance consumption.
* **Player Analytics:** The cloud also provides player analytics, serving as an overview (version, VPN, country code).
* **Montly Reports:** We send monthly reports that include detailed data on node and service consumption. Based on this information, you can influence the selection of performance and servers in the future.
* **IP-Firewall:** The cloud automatically implements firewall rules for individual nodes to enhance server security. You can add additional rules according to your own preferences.
* **Support:** The average response time of your tickets in the Wale Cloud Dashboard.


---

# 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.walecloud.com/general/detailed-plan-overview.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.
