# Server

We will auto-assign the players to a server, there will be for now max 50 players per server, an algorithm, or script need to be used to make sure the levels of the players are mixed accordingly,

* LVL 1 to 3 in servers&#x20;
* LVL 3 to 6 in servers&#x20;
* LVL 7 to 10 in servers&#x20;

in the loot battles all levels should be mixed.&#x20;


---

# Agent Instructions: 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:

```
GET https://elementsofasoul.gitbook.io/elements-of-a-soul/eoas-mmorpg-game/gameplay-and-mechanics/server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
