# Report System

<figure><img src="/files/I2YPLS0kE5ITPo20tfMz" alt=""><figcaption></figcaption></figure>

#### 📖 Police Complaint Report System — General Logic

This system allows **citizens to file complaints against police officers** directly from an in-game interface. It adds realism by providing a structured form where people can submit official reports that are stored for later review by command staff.

***

### 🔹 Main Features

1. **Officer Complaint Form**
   * Citizens enter the **name of the officer** they want to report.
   * Business name and phone number fields allow optional contact details.
2. **Report Details**
   * A text box where the complainant writes out their complaint.
   * Supports full descriptions of the incident for investigation purposes.
3. **Identity Option**
   * Players can choose whether their **name will be sent** to the police authorities.
   * This allows **anonymous complaints** as well as official signed reports.
4. **Submission**
   * Pressing **Send the Report** submits the form to the police system.
   * Reports are logged with time/date and can be reviewed by high command or internal affairs.

***

### 🔹 Workflow Example

1. A citizen has an issue with a police officer.
2. They open the **Police Report Form** at the station.
3. Fill in officer name, phone number, and details of the complaint.
4. Choose whether to stay anonymous or include their real name.
5. Submit the complaint → it is stored in the police system.
6. Police high command or IA reviews the complaint and acts accordingly.

***

### 🔹 Advantages

* **Transparency:** Adds accountability to police roleplay.
* **Immersive Roleplay:** Citizens can directly report misconduct instead of only using chat.
* **Case Management:** All reports are stored for later use in disciplinary actions.
* **Anonymous Option:** Encourages more reports without fear of retaliation.


---

# 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://docs.0resmon.org/0resmon/frkn-resources/frkn-police-job/report-system.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.
