# Reputation

In order for owners and trainers to get to know each other better, the game has a reputation system and the ability to rate the actions of the other person (i.e. the owner can rate the trainer, and vice versa). This rating will ALWAYS be visible EVERYWHERE a user's profile is displayed.

In addition, an inactivity detection penalty is included, whereby the game automatically and immediately revokes the contract should there be no training occurring.


---

# 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.koins.run/training/reputation.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.
