# Player Reports

The **Report Player System** allows players to report rule violations and monitor the status of their submitted reports. This system ensures player concerns are reviewed fairly and efficiently.

***

### How to Report a Player:

Right click the player or just use the `@report` command to report a player directly from the game.

#### Reporting Format:

* **Command:** `@report`
* **Options:**
  * Report Illegal Programs
  * Bugs and Exploits
* **Required:** Enter the player’s name and a brief reason

***

### Report Status Definitions:

| Status    | Description                                |
| --------- | ------------------------------------------ |
| Normal    | Report submitted, not yet reviewed         |
| Pending   | Under review by the Game Masters           |
| Invalid   | Dismissed or deemed non-actionable         |
| Completed | Report verified and action taken if needed |

***

### View and Manage Reports:

When you use `@report`, you can:

* View a paginated list of your submitted reports
* See the current status, reason, and date
* Delete a report if it hasn't been reviewed yet

#### Example View:

```
Status: Normal
Reported: PlayerName
Date: 2025-07-09 14:32
Reason: Bugs and exploits
Comment: Player is abusing map bug near Prontera.
```

***

### Notes:

* You must be logged in to use the reporting system.
* Only reports submitted via `@report` are valid.
* Each report includes the reporter, reported player, reason, timestamp, and description.
* Reports are reviewed manually by staff. Abuse of this system may result in penalties.

***


---

# 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://wiki.osro-revo.gg/oldschool-ro/server-rules/player-reports.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.
