> For the complete documentation index, see [llms.txt](https://docs.allout.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allout.game/creator-portal-web/feedback-ratings.md).

# Feedback/Ratings

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

### Ratings

After players try your game, they'll have the option to leave a thumbs up or thumbs down rating. The percentage of ratings that are upvotes calculates your game's rating. ![](/files/ApUFVCpwKJNuVYZhORPS)

### Feedback

When players leave negative reviews they'll be prompted to add feedback explaining their rating. That feedback is visible to you in the Feedback section of the Creator portal.

Sometimes feedback can be quite harsh, so don't worry too much about negative comments, just use them as inspiration for things to improve.

#### Responding to Feedback

We recommend clicking the player's avatar to DM them if you need more information or to let them know you've make improvements based on their suggestion, maybe they'll give your game another try!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.allout.game/creator-portal-web/feedback-ratings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
