> For the complete documentation index, see [llms.txt](https://whitepaper.madsquad.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.madsquad.net/game-play/game-modes/control-point.md).

# Control Point

Where two teams compete to capture and hold specific points on the map. The team that controls a point earns points over time, and the first team to reach the target score or have the most points within the time limit wins. Strategy and teamwork are key to dominating the battlefield in this mode.

* The primary goal in **Control Point** is to secure control of one or more designated locations on the map. These locations are often referred to as **control points** or **flags**.
* Players must stand within the zone of the control point to capture it. The more teammates present in the zone, the faster the capture process.

<figure><img src="/files/zZX73DAGNghSsZ3VAy2n" 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:

```
GET https://whitepaper.madsquad.net/game-play/game-modes/control-point.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.
