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

# HidenCloud Documentation

We are pleased to have you here! This comprehensive resource serves as your ultimate guide to everything related to HidenCloud, and now it also includes detailed information on various specific categories to enhance your experience. Explore below:

[**Ark Survival Evolved**](/ark/gameruser.md)**:** Find valuable information on how to use or obtain tribe/player IDs, detailed tutorials, and more to make the most of your experience in Ark Survival Evolved.

[**Minecraft**](/minecraft/change-java-version.md)**:** Discover tutorials on how to change the version type, adjust JVM arguments, and other essential settings to customize your experience in Minecraft.

[**Discord**](/discord/rules.md)**:** Access the rules of the HidenCloud Discord, learn how to use specific commands, and find out how to open tickets to resolve any queries or issues you may have.

[**Windows Tutorials**](/tutorials/java-local-binary.md)**:** Learn to install essential elements, such as the Java bin locally in a Windows environment, through our detailed tutorials to maximize compatibility with our services.

[**Dashboard Tutorial**](/dashboard/2fa.md)**:** Get information on how to buy, acquire additional services, enable two-factor authentication (2FA), and more in our dedicated Dashboard tutorial.

[**Panel Tutorial**](/hidencloud-panel/guide-for-beginners.md)**:** Discover a comprehensive guide on how to use our panel, from accessing the server to creating backups, to facilitate management and optimize your experience with HidenCloud.

[**Social Media**](/information/social.md)**:** Find links to all our social media accounts so you can stay updated on the latest news, updates, and events from HidenCloud.

[**Terms of Service**](/legal/terms.md)**:** Our terms of service outline the legal agreement between you and HidenCloud regarding the use of our services. It is crucial to familiarize yourself with these terms to ensure a clear understanding of your rights and responsibilities as a user.

[**Privacy Policy**](/legal/privacy-policy.md)**:** At HidenCloud, we highly value your privacy and are committed to protecting your personal information. Our privacy policy explains how we collect, use, and store your data, as well as the measures we take to ensure its security.

[**Cookie Policy**](/legal/cookies-policy.md)**:** Cookies are small files placed on your device when you visit our website. Our cookie policy provides detailed information on the types of cookies we use, their purpose, and how you can manage your cookie preferences.

[**Frequently Asked Questions**](/information/faqs.md)**:** In this section, you will find answers to common questions about our services, game server hosting, Discord bots, scalability options, and more. We have compiled these frequently asked questions to provide you with quick and comprehensive information.

We encourage you to thoroughly explore this resource to familiarize yourself with all policies, terms, and frequently asked questions. If you have more questions or need assistance, our support team is always available to help.

Please note that the information provided here is accurate as of its last update.

Thank you for choosing HidenCloud. We are excited to offer you exceptional hosting services and ensure a seamless experience. Welcome to the HidenCloud community!


---

# 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.hidencloud.com/hidencloud.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.
