> For the complete documentation index, see [llms.txt](https://lotus.imperium.ge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lotus.imperium.ge/useful-information/servers-merge-logic.md).

# Servers Merge Logic

In the history of our server, after a long hiatus, we have decided to create an Infinity server by merging servers.

Currently, we are focusing on launching highly-rated servers starting with a 100x server. After three months, we will open a 300x server. Once the 300x server reaches the same level of development as the 100x server, we will merge it with the 100x server, and a new 300x server will be launched.\
\
**This is the logic we will be following:**&#x20;

* May 12: 100x server opens
* After 3 months: 300x server opens
* Once the 300x server reaches the same level of development as the 100x server, it will merge with the 100x server and a new 300x server will be launched.

**for other languages, join discord**

{% embed url="<https://discord.gg/wBXbQFnbhr>" %}


---

# 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://lotus.imperium.ge/useful-information/servers-merge-logic.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.
