# Results

1. You can review all the other teams’ submissions if you click on “Submissions” on the event’s main page, given that submissions are set to public by organizers.
2. The upper left corner will show the award received(1st, 2nd, or 3rd place)
3. Submissions will be sorted according to the award they received (with 1st place first). The upper right corner will show how many likes it received.


---

# 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://help.hackhub.com/participant/results.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.
