# Modes

- [Firefight: Gauntlet](https://wiki.thescriptersguild.com/community/content/modes/firefight-gauntlet.md): A cooperative Firefight mode where four players survive five battle arenas by defeating champions and managing AI aggression.
- [HALOTAT](https://wiki.thescriptersguild.com/community/content/modes/halotat.md): A fast-paced, best-of-three round combat mode for Halo Infinite inspired by STRAFTAT.
- [TSG Modes](https://wiki.thescriptersguild.com/community/content/modes/tsg-modes.md)
- [Fiesta++](https://wiki.thescriptersguild.com/community/content/modes/tsg-modes/fiesta++.md)
- [Thicc Raid](https://wiki.thescriptersguild.com/community/content/modes/tsg-modes/fiesta++/thicc-raid.md)
- [Kill Confirmed](https://wiki.thescriptersguild.com/community/content/modes/tsg-modes/kill-confirmed.md)
- [Tag-N-Bag](https://wiki.thescriptersguild.com/community/content/modes/tsg-modes/kill-confirmed/tag-n-bag.md)
- [Headhunter](https://wiki.thescriptersguild.com/community/content/modes/tsg-modes/headhunter.md)
- [Havens](https://wiki.thescriptersguild.com/community/content/modes/tsg-modes/havens.md)
- [Conquest](https://wiki.thescriptersguild.com/community/content/modes/tsg-modes/conquest.md)
- [Sportsball](https://wiki.thescriptersguild.com/community/content/modes/tsg-modes/sportsball.md)
- [Warzone Fiesta](https://wiki.thescriptersguild.com/community/content/modes/tsg-modes/warzone-fiesta.md)
- [Supported Maps](https://wiki.thescriptersguild.com/community/content/modes/tsg-modes/warzone-fiesta/supported-maps.md): Maps with full support for Warzone Fiesta
- [Bot Backfill Modes](https://wiki.thescriptersguild.com/community/content/modes/bot-backfill-modes.md)
- [Mode Functionality Test Modes](https://wiki.thescriptersguild.com/community/content/modes/mode-functionality-test-modes.md)
- [Multi-Team Modes](https://wiki.thescriptersguild.com/community/content/modes/multi-team-modes.md)
- [Slipspace Arena](https://wiki.thescriptersguild.com/community/content/modes/slipspace-arena.md)
- [4v4 Stockpile](https://wiki.thescriptersguild.com/community/content/modes/4v4-stockpile.md): How to set up a level to support 4v4 Stockpile.


---

# 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://wiki.thescriptersguild.com/community/content/modes.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.
