# Feedback

The Feedback feature in LootLocker enables you to create and manage reports across three different systems: Players, UGC, and the Game itself.

* **Player Feedback:** Allows players to report other players, which is useful in multiplayer games for addressing inappropriate behavior or cheating.
* **UGC Feedback:** Enables players to report user-generated content (UGC), such as custom assets or levels, ensuring content quality and compliance.
* **Game Feedback:** Lets players submit reports on the game itself, including bug reports, performance issues, or general quality feedback.

For each of these systems you can configure you can configure feedback categories to streamline report handling. All feedback can be viewed and managed through the LootLocker web console, providing a centralized platform for maintaining game quality and community standards.

## Use cases

* Allowing player to report inappropriate player behavior
* Allowing player to report other players for cheating
* Allowing player to report inappropriate user-generated content
* Allowing player to submit game bug reports
* Allowing player to provide general game feedback, like suggestions or complaints

## How-To's

* [Manage Feedback Categories](/game-systems/feedback/how-to/manage-categories.md)
* [Create Player Feedback](/game-systems/feedback/how-to/create-player-feedback.md)
* [Create UGC Feedback](/game-systems/feedback/how-to/create-ugc-feedback.md)
* [Create Game Feedback](/game-systems/feedback/how-to/create-game-feedback.md)
* [View and Manage Feedback](/game-systems/feedback/how-to/manage-feedback.md)

## Links

* [Feedback Overview in the Console](https://console.lootlocker.com/feedback/overview)
* [Feedback Settings in the Console](https://console.lootlocker.com/feedback/settings/player)
* [Game API Reference](https://ref.lootlocker.com/game-api/#feedback)


---

# 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.lootlocker.com/game-systems/feedback.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.
