# Game Modes

## Basic Introduction:

1. Players can enter the game using their Atman(NFT). To participate in battles, a player needs to deploy at least one Atman, and up to four Atman can be deployed to form a team for combat. The team leader position acts as the "head" of the formation, with teammates following the leader's movements (similar to leading a team in the style of the game Snake).
2. Each Atman must equip an active skill. In total, there are four active skills available for use during battle. If the equipped active skill matches well with the Atman, the skill will be enhanced. Normal attacks are automatically released.
3. In future developments, talent systems, equipment, and other growth systems will be introduced. Players can create unique battle builds by combining Atman, talents, and equipment. There will be rich differentiation between different build styles.
4. Supported by a self-developed scene editor, the game will feature a variety of challenging levels with randomness, providing players with a novel and non-repetitive experience.
5. Similar to Diablo-style games, the game will offer a wide variety of items and equipment. These will be randomly dropped during level challenges, offering players an exciting loot-hunting experience.


---

# 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://imbalance.gitbook.io/imbalance-whitepaper-en/game-elements/game-modes.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.
