# Pairings and Standings (Swiss, Americano & Mexicano)

{% hint style="info" %}
The **Pairings & Standings** feature allows tournament organizers to create structured match pairings and automatically calculated standings for multi-round tournament formats such as **Swiss**, **Americano**, and **Mexicano**.
{% endhint %}

This system is designed for tournaments where participants play multiple rounds and rankings are updated dynamically based on match results. It supports both **live (round-by-round) standings** and **final standings** that can be submitted to official rankings or leagues.

***

### How the Pairings & Standings System Works

A Pairings & Standings configuration represents a structured competition block within a tournament. Each block:

* is linked to a **Category** and a **Segment** (Main Draw, Qualification, or Consolation);
* defines a **format** (Swiss, Americano, or Mexicano);
* contains one or more **rounds**;
* generates match pairings for each round;
* automatically calculates standings based on match results.

<figure><img src="/files/AyDqUrVuakHMMIsYmLIe" alt="" width="563"><figcaption></figcaption></figure>

***

### Creating a Pairings & Standings Block

When creating a new Pairings & Standings block, organizers define how matches will be paired and how standings will be calculated.

Key configuration concepts include:

* **Format Type**\
  Determines the overall pairing logic (Swiss, Americano, or Mexicano).\
  This choice defines how rounds are generated and how standings behave.
* **Number of Rounds**\
  Defines how many rounds will be played within this block.
* **Automatic Generation of Round 1**\
  If enabled, the first round is generated immediately after block creation.

Multiple Pairings & Standings blocks can be created within the same tournament when different formats, segments, or competition logic are required.

***

### Additional Rules

{% hint style="info" %}
Additional rules allow organizers to fine-tune pairing behavior.
{% endhint %}

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

#### Avoid Rematches

* When enabled, the system prevents participants from playing against the same opponent more than once within the same Pairings & Standings block.

#### Avoid Repeated BYEs

{% hint style="info" %}
A **BYE** means that a participant skips a round and automatically receives points.
{% endhint %}

* When this option is enabled, the system ensures that the same participant does not receive a BYE more than once across all rounds.

***

### Sorting Rules (Standings Order)

{% hint style="info" %}
Sorting rules define how participants are ranked in the standings.
{% endhint %}

<figure><img src="/files/nNrOcIQG399Z1p8g6lcf" alt="" width="563"><figcaption></figcaption></figure>

Rules are applied **from top to bottom**, in priority order:

1. The first rule is applied.
2. If participants are tied, the next rule is used.
3. The process continues until the tie is resolved.

The rule placed higher in the list always has higher priority than the rules below it.

***

### The following sections describe each supported format in detail:

{% tabs %}
{% tab title="Swiss Format" %}

#### Overview

The **Swiss format** is designed for tournaments where participants play multiple rounds without elimination, and pairings are dynamically adjusted based on current standings.

After each round, participants with similar results are paired against each other. This allows the tournament to remain competitive throughout all rounds, even when there are many participants.

Swiss format is commonly used when:

* the number of participants is relatively large;
* elimination brackets are not suitable;
* the goal is to rank participants fairly after several rounds.

#### Key Characteristics of Swiss Format

* Pairings depend on **current standings**, not on a fixed bracket.
* Rounds are generated **one at a time**.
* Standings are recalculated **after every round**.
* All participants continue playing until the final round.
* BYEs are used if the number of participants is odd.
  {% endtab %}

{% tab title="Americano Format" %}

#### Overview

The **Americano format** is used for tournaments where all participants play a fixed number of rounds and standings are calculated across the entire group without elimination.

Depending on the configuration, Americano can be played with **fixed teams** or **rotating partners**. All rounds are generated automatically based on the selected rules.

Americano format is suitable when:

* all participants should play an equal number of matches;
* a fixed schedule is preferred;
* the focus is on overall consistency rather than elimination.

#### Key Characteristics

* All rounds are generated at once.
* Every participant plays the same number of rounds.
* Pairings are predefined and do not depend on previous round results.
* In case of an odd number of participants or teams, BYEs may be assigned.
  {% endtab %}

{% tab title="Mexicano Format" %}

#### Overview

The **Mexicano format** is a dynamic pairing format where participants are regrouped after each round based on their current performance.

After every round, players with similar results are paired together, creating increasingly balanced matchups as the tournament progresses.

Mexicano format works best when:

* balanced matches are a priority;
* participant skill levels vary;
* dynamic regrouping is preferred over fixed schedules.

#### Key Characteristics

* Pairings change after each round.
* Participants are grouped by current standings.
* Stronger performers gradually play against each other.
* Standings are updated automatically after every round.
  {% endtab %}
  {% endtabs %}


---

# 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://tournated.gitbook.io/tournated/tournated-portals/tournated-manager/tournament-formats/pairings-and-standings-swiss-americano-and-mexicano.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.
