# Battle system

The battles in Godai follow a strict ancient creed. It is based on the fundamental interplay of the five elements and fighters' abilities. While the key notions are easy to grasp, mastering the battle system takes serious dedication and loads of training.

## The Elements

The world of Godai consists of five elements: **Eath, Fire, Wood, Water and Metal.** To become a successful warrior, it is first necessary to understand the nature of each element and master the relations between them.

{% content-ref url="/pages/88nfhTtVHjcKh9kfRW41" %}
[The Elements](/about/game-mechanics/battle-system/the-elements.md)
{% endcontent-ref %}

## Key battle concepts

There are a number of concepts the Masters should understand before engage in battles. Most of them should be familiar, but some might be new:

{% content-ref url="/pages/vwJ2CPc49fWW0mywN7gv" %}
[Key battle concepts](/about/game-mechanics/battle-system/key-battle-concepts.md)
{% endcontent-ref %}

## Combat rules

Once the Master is familiar with the elements and has learned the key battle concepts, he can start devising his battle strategy according to the combat rules.

{% content-ref url="/pages/zFGgjsdje6KtWpumHFON" %}
[Combat rules](/about/game-mechanics/battle-system/combat-rules.md)
{% endcontent-ref %}


---

# 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://docs.godai.world/about/game-mechanics/battle-system.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.
