> 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/about-imperium-team.md).

# About Imperium Team

Imperium is developing Lineage 2 projects for more than 10 years now. Our team has a vast experience in Game Server development as well as a deep knowledge of gameplay itself.

We started working on Lineage 2 projects from as early as Scions of Destiny (C4) and up to Essence which we launched in spring 2021.

That being said, we have most experience in doing High Five projects because stated chronicle is the most popular and researched and almost every part of it is known in very tiny details.

This year we want to offer our community High Five project which will be based on Goddess of Destruction protocol, we are using modern game client with major visual changed, reworked textures, User Interface, animations and so on.

Also we merged some of the game mechanics from upper chronicles in order to balance out pros and cons of classes which were not considered originally on High Five chronicles.

We hope together we can achieve success and fun for both players and Administration.

Thank you for trusting us!


---

# 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/about-imperium-team.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.
