> 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/game-mechanics/combat-vehicles/general-principles.md).

# General principles

**Combat Vehicle Participation Guidelines**

Participants wishing to enter their combat vehicles in the game must comply with the following requirements:

#### Vehicle and Driver Requirements

1. **Registration**: Register the combat vehicle using the organiser's specified form.
2. **Vehicle Compliance**:
   * Must possess a valid MOT certificate.
   * Must have valid third-party liability insurance.
3. **Driver Compliance**:
   * Must hold a valid driving license.

The organiser retains the right to verify all vehicle and driver documentation. Non-compliant vehicles must exit the event area immediately.

#### Vehicle Equipment Requirements

* Must include a front windscreen.
* Must have front doors on both the driver's and passenger's sides.
* Must be equipped with:
  * A fire extinguisher.
  * A first aid kit.
  * A marking on the front windscreen indicating the vehicle type.

#### Optional Vehicle Features

* Turrets with a shooting position (either a 60 cm side opening or a fully uncovered turret roof) are allowed.
* High walls in pick-up trucks for shooting purposes are permitted only if there are no shooting openings.

#### Responsibility and Marking

* Participants are fully responsible for any damage caused by their vehicles.
* Combat vehicles will be marked with a coloured card signifying the team, visible behind the windscreen on the passenger side.

Ensure all requirements are met for participation in the event.


---

# 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/game-mechanics/combat-vehicles/general-principles.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.
