# Teams Overview Widget

The **Teams Overview widget** is the central component for managing and understanding team participation within a **Team Cup**. It provides a clear, step-by-step view of how teams are detected, validated, and ultimately classified in the cup.

The widget is divided into **three tabs** that reflect the lifecycle of teams inside a Team Cup:

* Available
* Eligible
* Classified

Each tab answers a specific question:

* *Which teams exist?*
* *Which teams meet the rules?*
* Which teams are scoring?

## Available Teams

<figure><img src="/files/gSmhWtmtx6uLVkJaRz9e" alt=""><figcaption><p>Available Teams of the Team Cup</p></figcaption></figure>

#### Purpose

The **Available** tab shows **all teams detected** from the races associated with the Team Cup, regardless of whether they meet the cup rules.

This is the entry point of the team evaluation process.

#### What You See

For each detected team, a card displays:

* Team name
* Total number of members
* Gender distribution (male / female icons)

At this stage:

* No eligibility rules are applied
* No scoring is calculated

#### Team Composition Dialog

Clicking on a team card in the **Available** or **Eligible** tabs, opens a **team composition dialog**, showing:

* Full list of team participants
* Bib number and athlete name
* Finish status for each participant

This view helps you:

* Verify team membership
* Understand why a team may or may not become eligible

<figure><img src="/files/46UbGq4g657Wn8TWLoQC" alt=""><figcaption><p>Team Composition Dialog</p></figcaption></figure>

## Eligible Teams

<figure><img src="/files/ivMNoP600tbYvjWdJwlM" alt=""><figcaption><p>Eligible Teams of the Team Cup</p></figcaption></figure>

#### Purpose

The **Eligible** tab shows teams that **meet all Team Cup rules**, including:

* Team composition rules
* Minimum and maximum roster size
* Gender requirements
* Age restrictions (if enabled)

Only eligible teams can move on to classification.

You can exclude manually any eligible team by toggling the upper right swtich control of each team box.

#### What You See

Teams that meet all rules are highlighted as eligible.\
Teams that fail one or more rules appear separately as **not eligible**, clearly marked with a warning indicator.

This makes it easy to immediately identify:

* Which teams qualify
* Which teams are excluded, and why

## Classified Teams

<figure><img src="/files/KTDYEtVuedhvVkgWI1gv" alt=""><figcaption><p>Classified Teams of the Team Cup</p></figcaption></figure>

#### Purpose

The **Classified** tab shows teams that are **actively contributing to the Team Cup results**.

Only teams in this tab:

* Receive a final score or time
* Appear in the Team Cup rankings

#### What You See

Teams are visually separated into two states:

* **Teams scoring in the cup**\
  These teams have enough valid finishers and meet all scoring requirements.
* **Classified but not scoring yet**\
  These teams are eligible but currently lack sufficient completed results to produce a score.

This distinction is especially useful during live events.

#### Team Contribution Dialog

Clicking on a team card in the **Classified** tab opens the **team contribution dialog**.

This dialog shows:

* The race contributing to the Team Cup
* Each scoring athlete
* Individual rank, time, or points
* Which athletes count toward the team result

This view provides **full transparency** into how the team’s final score or time is calculated.

<figure><img src="/files/JXB9xUwN90hTTdCEe4ZI" alt=""><figcaption><p>Team Contribution Dialog</p></figcaption></figure>

## Reports

The **Teams Overview widget** allows you to generate **PDF reports** directly from each of its tabs. These reports reflect the exact data and state currently displayed in the widget, making them ideal for sharing, validation, and official documentation.

Reports are generated using the **Export** action available in the widget.

## How the Widget Updates

The Teams Overview widget is fully dynamic:

* Team status updates automatically as results arrive
* Eligibility is recalculated if participant data changes
* Scoring updates instantly based on the Team Cup configuration

No manual refresh or recalculation is required.

## Why the Teams Overview Widget Matters

This widget allows race organizers to:

* Understand team eligibility at a glance
* Diagnose why teams are excluded
* Validate scoring logic
* Explain results clearly to clubs and participants

It acts as both a **management tool** and a **verification tool** for team-based competitions.


---

# 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.runonrufus.com/rufus-race-manager/team-cups/teams-overview-widget.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.
