# Game history

Game history is used to store information about the last played game, this can contain the game name, winner player, the type of game and the participants players.

## Features

* Store any amount of histories
* Store data until data purge for x days specified
* Limit history creation with x value specified
  * Option to remove oldest data if reached the maximum value
* A GUI menu for displaying all game histories
  * Option to mark specific history for removal

## Removing

If you want to manually remove a history from the database, you can do so by opening the game history GUI menu using `/rm gamehistory` command and selecting the desired one to mark for removal. These marked histories will be removed on server startup.

* <kbd>Right click</kbd> to mark for removal
* <kbd>Left click</kbd> to cancel removal


---

# 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://mdswork.gitbook.io/ragemode-docs/guides/game-history.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.
