> For the complete documentation index, see [llms.txt](https://combat-alert-scorpion.gitbook.io/combat-alert-scorpion-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://combat-alert-scorpion.gitbook.io/combat-alert-scorpion-docs/rules/general-information/game-area.md).

# Game area

### Competition Area and Zones

* The organizer designates the **event area**.
* **Leaving the event area without a valid reason** may result in removal from the event or other penalties.
* There are **facilities and areas within the event area that are off-limits**.
* Participants must remember that such areas and facilities are **guarded by the military**, who are authorized to use direct coercive measures or other necessary means.
* Participants are required to **take care of their surroundings** and keep them clean.
* **Traffic rules apply on all roads**.

#### Zones

**OFF GAME Zone**

* This is a **safe zone excluded from the game**.
* It is prohibited to undertake and carry out **any activities related to the game**.
* Participants may **remove their eye protection** within this zone.
* The zone includes **campsites and other areas designated by the organizer**.
* Within this zone, participants move with **magazines removed** and their **replicas secured**.

**NO COMBAT Zone**

* This is part of the **IN GAME zone** where **combat is prohibited**.
* **Eye protection must be worn**.
* Participants may still perform **other activities within the game**.
* The zone is **designated by the organizer**.
* The **rules of the game (local laws)** are determined by the relevant **NPC characters**.

**IN GAME Zone**

* A zone where **all combat and other activities** provided for in the event are permitted.
* **Eye protection must be worn**.

**FLY ZONE**

* This is an area within the game where the **use of drones is permitted**.
* **Detailed rules for drone use** are determined by the organizer.
* Violation of FLY ZONE rules may result in **removal from the game and other consequences**.

**NO ENTRY Zone**

* This is an area designated by the organizer as **completely off-limits** and is fully excluded from the competition area.
* The NO ENTRY zone is also a **no-fly zone for drones**.
* Violation of NO ENTRY rules will result in **immediate removal from the competition and other consequences**.


---

# 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://combat-alert-scorpion.gitbook.io/combat-alert-scorpion-docs/rules/general-information/game-area.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.
