> For the complete documentation index, see [llms.txt](https://age-of-mars-1.gitbook.io/age-of-mars-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://age-of-mars-1.gitbook.io/age-of-mars-docs/aom-red-chaos/gameplay.md).

# Gameplay

Red Chaos is an online third-person shooter focused on tactical multiplayer play. Various modes are available within the game, including player versus player (PvP) and cooperative co-op missions (PvE), where participants team up to complete various objectives.

In PvP modes, players form two teams, battling each other in various battle formats, from point captures and team fights to intense battles and assaults. Mastering tactical thinking, effective teamwork, and weapon proficiency are critical in PvP matches. In addition, choosing the right equipment and improving it also plays a vital role because it affects the final result.

In PvE missions, teams of players join forces to accomplish missions against computer opponents. Such missions include various objectives, from escorting cargo to defending strategically essential points. As missions progress, the difficulty level increases, providing players with more challenging situations that require skillful strategy and team coordination.

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


---

# 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://age-of-mars-1.gitbook.io/age-of-mars-docs/aom-red-chaos/gameplay.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.
