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

# Quickstart

{% hint style="info" %}
Some information might be incomplete, consider joining our discord server for more info.
{% endhint %}

## How to start survival ?

***

To begin your survival journey, type /menu in chat, select Survival Warps, then choose Overworld.\
Keep in mind that the Nether resets every night, and the End resets every 3 hours — but only during daytime in real life.

<details>

<summary>Visual guide to teleport.</summary>

<figure><img src="/files/84CGnGJzVyMu1IjLdLaw" alt=""><figcaption></figcaption></figure>

</details>

## Step by step guide.

***

✅Your goal in survival is to level up, and you ask, why is that ?

Your crafting stats based on your level, meaning, higher your level = better gear you get. By this we recommend to visit [leveling guide](/arpg/getting-started/levels.md).

Different type of items have different chances of getting stats and some unique features as well, for example every stone sword will be two handed but have higher dmg at lower levels then diamond one. In order to maximize your offense and defense capabilites recommended to check [crafting guide](/arpg/gear/crafting.md).

## Full tutorial how to nagivate on server

{% embed url="<https://youtu.be/RpcUnDAnZWs>" %}


---

# 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.fatex.eu/arpg/getting-started/quickstart.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.
