> For the complete documentation index, see [llms.txt](https://faq.uprace.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.uprace.org/uprace-2025-support/faq-uprace-2025/awards-information.md).

# Awards information

<details>

<summary><strong>1.</strong> Achievement Award for Team?</summary>

10 teams with the best overall performance in each league table will receive the Team reward. Team reward which includes UpRace Winning Team 2025 T-shirt will be given to:

* Runners that complete the contest
* And belong to the winning teams, according to the following table:

</details>

10 teams with the best overall performance in each league table will receive the Team reward. Team reward which includes UpRace Winning Team 2025 T-shirt will be given to:

* Runners that complete the contest
* And belong to the winning teams, according to the following table:

| Ranking             | Company         | Sport club      | School          |
| ------------------- | --------------- | --------------- | --------------- |
| Rank 1              | Top 300 runners | Top 250 runners | Top 200 runners |
| Rank 2              | Top 250 runners | Top 200 runners | Top 150 runners |
| Rank 3              | Top 200 runners | Top 150 runners | Top 100 runners |
| Rank 4 and 5        | Top 150 runners | Top 100 runners | Top 50 runners  |
| Rank 6,7,8,9 and 10 | Top 50 runners  | Top 50 runners  | Top 50 runners  |

<details>

<summary><strong>2.</strong> Individual prizes?</summary>

All runners who are qualified to finish the competition will receive a certificate of completion of the competition (electronic version) according to the completed km milestones including 60km, 150km, and 300km respectively with the titles: Pro runner, Hero runner, and Angel runner.

UpRace T-shirt is awarded to the Top 300 male/female runners with the highest performance (excluding runners who received the top 10 awards in the above table)

</details>


---

# 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://faq.uprace.org/uprace-2025-support/faq-uprace-2025/awards-information.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.
