> For the complete documentation index, see [llms.txt](https://docs.godai.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.godai.world/guides/how-to-play/joining-a-battle.md).

# Joining a battle

Battle represent the key aspect of the game. The easiest way to engage in a duel is to join an existing battle. This can be achieved by navigating to the "Battles" page and choosing one of the open battles from the list by clicking its "ID" field:

<figure><img src="/files/6xBJbBv5EAlqjZS5y56X" alt=""><figcaption></figcaption></figure>

This will take you to the page that is designated for the selected battle. Once there, you can review your opponent, his selected fighter and join the battle using the "Join" button:

<figure><img src="/files/yiHvFlmjF0tXSXQJpICD" alt=""><figcaption></figcaption></figure>

When you click the "Join" button, it will open a menu where you will have to choose your fighter and devise a battle build. The build consists of a sequence of 12 actions, which can be entered using number keys 1 - 5, and up to 4 optional skills that have been unlocked by the selected fighter. Once you have chosen your prefer build you can confirm it by clicking "Save".

More information about the actions and skills can be found here:

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


---

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

```
GET https://docs.godai.world/guides/how-to-play/joining-a-battle.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.
