> For the complete documentation index, see [llms.txt](https://webai.gitbook.io/web-ai-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://webai.gitbook.io/web-ai-whitepaper/usdwebai-ecosystem/usdwebai-game-wape/wape-gamemodes.md).

# WAPE Gamemodes

\
**TEAM DEATHMATCH** \
\
Team Deathmatch (TDM) is a popular competitive game mode in the online shooter game, WAPE. Players join one of two teams, each with their own unique objectives. The aim is to eliminate all opponents from the other team within the allotted time limit and gain points for each kill. To win a match, team must reach a set point total before the opposing team does so. With intense firefights, tactical decisions and nerves of steel, TDM provides an especially satisfying experience for WAPE players.\
\
**BATTLE ROYALE** \
\
Battle Royale is a popular game mode in WAPE , first-person shooter set in a hostile environment where players must survive against the other pilots in order to win. Battle Royale pits you against up to 250 other heroes, all but one of whom has the same goal: Survival. As the match progresses, the map shrinks due to an ever-approaching circle of death known as "The Storm". Whoever remains inside the Storm area when it closes is eliminated from the game. In addition to eliminating opponents, players must also scavenge for weapons and resources scattered throughout the Battle Royale map in order to survive. The last pilot standing wins!


---

# 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://webai.gitbook.io/web-ai-whitepaper/usdwebai-ecosystem/usdwebai-game-wape/wape-gamemodes.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.
