# Elimination Bracket

After all teams have completed their qualification matches, they receive a ranking for the competition. The alliance selection process then begins.

## Rankings

1. Match Record (Win / Lose / Tie)
2. Average Win Points (WP / Number of Matches played)
   * When playing matches, 2 points are awarded for winning, 1 point is awarded for tieing, and 0 points are awarded for losing a match.
   * Autonomous Win Points are also awarded in some games where after completing a defined task in the autonomous period, an AWP is awarded to the alliances that succeed in the task.&#x20;
3. Average Autonomous Points (AP / Number of Matches played)
   * The team that wins the autonomous period in each of the qualification matches is awarded 6 APs, a tie results in 3 for each alliance.&#x20;
4. Average Strength of Schedule Points (SP / Number of Matches played)
   * SPs are determined as the score of the losing team in each qualification match. These are awarded to all 4 teams in a match.&#x20;
5. Highest Match score
6. Second highest Match score
7. Random electronic draw

Rankings are published throughout the event on [RobotEvents.com](https://wiki.purduesigbots.com/team-administration/new-team-resources/attending-competitions/www.robotevents.com), [VexVia](https://www.roboticseducation.org/app/vex-via/), and displays around the competition. After the final matches are played, the final ranking is published and alliance selection is started.&#x20;

## Alliance Selection

1. The highest ranked Team at the end of Qualification Matches becomes the first Alliance Captain for the Elimination Bracket
2. The Alliance Captain invites another Team to join their Alliance
   * This team can either accept or deny depending on whether or not they see that it is a good fit.&#x20;
   * If a team denies an invitation, they are ineligible to be invited to another alliance at the competition. They can however be an alliance captain if they are ranked high enough to enter this process.
   * If an invitation is denied by a team, the alliance captain can ask another team to join their alliance and the process is repeated.&#x20;
3. After an alliance is formed (with 2 teams) the next highest ranking team not in an alliance becomes the alliance captain and this process is repeated.

## Elimination Bracket

![Round of 16 Bracket from Tipping Point game manual](/files/w6JcQ96aM2iZNi6TkT0O)

Above is the layout for a 16 alliance competition. Matches for the Round of 16 are generated after all alliances are formed. For competitions with less than 16 teams, but more than 8, the higher-ranked teams will get a Bye (pass) for the first round of the elimination bracket. There is an alternate bracket for 8 alliance competitions where all blue alliances above are removed and the elimination round starts at Quarterfinals.&#x20;


---

# 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://wiki.purduesigbots.com/team-administration/new-team-resources/attending-competitions/elimination-bracket.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.
