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

# Getting started

{% hint style="danger" %}
The documentation is currently being prepared!

Some sections of the documentation may contain irrelevant information or incompleteness
{% endhint %}

<figure><img src="/files/OYXawD78zqDyl8V53jw7" alt=""><figcaption><p>Statue of Liberty, built by players in one of the cities</p></figcaption></figure>

## What is the #WhoMine

This is a private ***RP-Survival*** server for friends, where you can become anything you want and live out your fantasies in an immersive game world. There are **no limits** to what you can do, but it's important to follow the **server rules**. Create your own unique character and enjoy unforgettable adventures on the server with others!

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center">On the server you will find a unique selection of <em>custom blocks</em> that add variety to the creativity and decoration of your buildings</td><td><a href="/files/REqrKUVl0konYJb3ANON">/files/REqrKUVl0konYJb3ANON</a></td><td><a href="/pages/ioIqGRB4dkaAhAjGX1wu">/pages/ioIqGRB4dkaAhAjGX1wu</a></td></tr><tr><td align="center">The server offers a <em>variety of decorations</em>, including custom variants to give your buildings a special atmosphere</td><td><a href="/files/jyrTbTsat0Nzy3z652aw">/files/jyrTbTsat0Nzy3z652aw</a></td><td><a href="/pages/t2CMAGWyTKcvZIOmXwYC">/pages/t2CMAGWyTKcvZIOmXwYC</a></td></tr><tr><td align="center">The server offers a variety of <em>custom items</em> that will allow you to enjoy a new, as well as unique, experience of the game</td><td><a href="/files/sNYLfP6ducgBJxU57MEu">/files/sNYLfP6ducgBJxU57MEu</a></td><td><a href="/pages/kkgDR4TvpvIn4O4BaX8U">/pages/kkgDR4TvpvIn4O4BaX8U</a></td></tr></tbody></table>


---

# 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.whomine.net/english/getting-started.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.
