# Votes

When the challenge visualization finishes, also on live and deferred, the platform allows the users, only if it's registered, to emit a vote for this challenge to this player.

Once the vote is emitted, it cannot be changed and should have a direct repercussion on the final scores assigned.

It's necessary to see the complete challenge, from init to end, before emitting the vote, allowing once visualized completely, access again to see the best moments or to emit the vote if it didn't the first time.


---

# 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://whitepaper.nergame.app/the-platform/votes.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.
