> For the complete documentation index, see [llms.txt](https://boredarmy.gitbook.io/bored-army-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boredarmy.gitbook.io/bored-army-whitepaper/getting-started/gameplay-overview.md).

# Gameplay Overview

Bored Army is the world's first Crypto Gameplace that prioritizes the player's experience, making it perfect for gamers of all kinds. Not only can you earn significant amounts of the platform's native token that can be exchanged for real money by playing in the Play and Earn mode, but you can also have fun choosing games that suit your preferences!

&#x20;Our platform already offers a diverse range of games, modes, and tools to cater to the most discerning audience. We are constantly striving to introduce new games in various genres to accommodate and engage the widest possible community.\
\
&#x20;There will be four main game modes in Bored Army: <mark style="color:yellow;">Play and Earn</mark>, <mark style="color:green;">Adventure</mark>, <mark style="color:red;">PvP Games</mark> and <mark style="color:blue;">Predict to Earn</mark>.


---

# 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://boredarmy.gitbook.io/bored-army-whitepaper/getting-started/gameplay-overview.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.
