> For the complete documentation index, see [llms.txt](https://wiki.mystiland.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.mystiland.eu/obecne-info/kdo-vlastne-jsme.md).

# Kdo vlastně jsme?

Délka čtení: 2 min

{% columns %}
{% column width="75%" valign="middle" %}
Ahoj dobrodruhu! Já jsem Alex, tvá věrná průvodkyně a správkyně zdejšího portálu. Vítám tě na serveru MystiLand, kde na tebe čeká spousta zábavy, napětí a nových přátel. Vezmu tě teď na rychlou prohlídku toho, co všechno u nás můžeš zažít.

* **Odkud jsme vzešli:** MystiLand se zrodil z čisté lásky k Minecraftu a touhy vytvořit pro tebe a ostatní hráče domov, kde to opravdu žije. Nejsme jen obyčejný server – jsme komunita, která drží pohromadě.
* Co tě u nás čeká: Můžeš se ponořit do našeho propracovaného Survivalu, vyzkoušet unikátní herní mechaniky, plnit zajímavé úkoly nebo otestovat systém výběru jazyka, který ti zpříjemní hraní.

Až budeš chtít vyrazit na cestu, nezapomeň mrknout na náš Discord, kde se to hemží skvělými lidmi.
{% endcolumn %}

{% column width="25%" %}

<figure><img src="https://2863567845-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoaDBmqEuiIbDJ9sxSPxw%2Fuploads%2FJh3L6M1ykTIdJxlSdLbm%2Fimage.png?alt=media&amp;token=6dfdaf07-2612-48a1-8746-b0a1cc91a4c8" alt="" width="209"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

Užitečné odkazy:

* Discord: [Připoj se zde](https://discord.com/invite/3GWM5Vy2HV)
* IP adresa: <mark style="color:$danger;">**Již brzy**</mark>
* Web: <mark style="color:$danger;">**Již brzy**</mark>
* Obchod: <mark style="color:$danger;">**Již brzy**</mark>

Tak co, máš sbalený batoh? Vidíme se ve hře!


---

# 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://wiki.mystiland.eu/obecne-info/kdo-vlastne-jsme.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.
