> 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/faq.md).

# FAQ

**What is the Wale Minecraft Cloud?**\
The Wale Minecraft Cloud is a robust and adaptable cloud hosting solution tailored specifically for Minecraft networks. It harnesses the resources of the Hetzner Cloud to enable seamless scalability of your Minecraft server infrastructure.

**How does automatic scaling work in Wale?**\
Automatic scaling in the Wale Cloud is intelligent and self-adjusting. It continuously monitors your Minecraft servers' performance and dynamically allocates resources as needed, ensuring smooth gameplay for your players.

**What advantages does the Hetzner Cloud offer for Wale?**\
The Hetzner Cloud boasts top-tier infrastructure with powerful servers and a dependable network. Its integration with the Wale Cloud provides efficient and cost-effective scaling options for Minecraft servers.

**Is it easy to manage Minecraft servers in the Wale Cloud?**\
Absolutely! The Wale Cloud offers a user-friendly interface for managing your Minecraft servers. You can easily configure, launch, and maintain your servers with just a few clicks.

**How do I get started with Wale?**\
Getting started is simple. Sign up for an account, choose your desired resources, and deploy your Minecraft servers. Our intuitive interface and documentation will guide you through the process, and our support team is always ready to assist you.


---

# 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/faq.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.
