> 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.md).

# General Information

## Game Rules and Regulations

### General Responsibilities

* **Self-Responsibility:** Participants are fully responsible for their actions and must adhere to the rules and regulations.
* **Ignorance is No Excuse:** Not knowing the rules does not exempt participants from following them.
* **Unanticipated Scenarios:** Use common sense or follow the Referee's instructions for situations not covered by rules.

### Recording and publishing of Participants' Images&#x20;

* Each participant **acknowledges and agrees** to the recording of their image during the event.
* The image may be recorded in **photographic or video form**.
* The recorded material may be **published**.
* Participants who do not want their image to be recorded and published must **cover their faces themselves**.

### Identification

* **ID Badge:** Each participant receives an ID badge, the sole authorization to be on the premises.
* **Carry ID:** Must be carried at all times and shown when requested by participants, Referee, or organizer.
* **Impersonation Prohibited:** Participants may not impersonate any group or civilians not involved in the event.
* **Special Cases for Clothing:** Removing patches and changing clothes (to civilian) is allowed with permission.
* **Loss of ID:** Must be reported immediately to the Referee or organizer.

### Alcohol and Substance Use

* **Prohibition:** The consumption of alcohol or psychoactive substances is strictly forbidden.
* **Violation Consequences:** Violators will be immediately removed from the game area.

### Fire Safety

* **Bonfire Restrictions:** Bonfires may only be lit in designated areas. Violations lead to removal from the game and penalties from relevant authority.
* Relevant authority can impose 500 - 5000 PLN fine for breaking fire safety rules.

### Safety and Conflict

* **Full Contact Awareness:** Participants acknowledge the risk of injury.
* **Dispute Resolution:** Only the Referee may settle disputes after consulting with representatives from each party involved.
* **Referee Authority:** The Referee's decision on disputed issues is final.

### Civilian Interactions

* **Civilian Safety:** Ensure the safety of any civilian entering the game area.
* **Active Conflict Protocol:** In an active conflict, shout “GAME STOP” to pause the game if a civilian appears.

### Military Personnel Protocol

* **Compliance:** Follow orders from Polish Army soldiers and present identification if requested.
* **Enforcement Authority:** Soldiers may use direct force if participants do not comply.


---

# 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.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.
