> For the complete documentation index, see [llms.txt](https://docs.gymart.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gymart.org/levels/team-score-settings.md).

# Team score settings

> Control how team scores are calculated, which gymnasts contribute, and how team ties are broken.

## Prerequisites

* [Create a level](/levels/create-a-level.md) first.

## Steps

1. From the meet admin, go to **Levels**.
2. Select the level you want to configure.
3. Open the **Score Settings** section.
4. Configure the team settings described below.
5. Save your changes.

## Team Score Count

This is the number of gymnasts whose scores count toward the team total. If a team has 6 gymnasts but the count is set to **3**, only the top 3 scores are used.

Default: **3**

## Team Score Take Decision

This controls **which** scores are selected for the team total.

| Option                      | How it works                                                                                                       |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| **Top apparatus scores**    | For each apparatus, take the top N scores from the team. Different gymnasts may contribute on different apparatus. |
| **Top all-around gymnasts** | Take the N gymnasts with the highest all-around totals. Only their scores count on every apparatus.                |

**Example with Team Score Count = 3:**

With **Top apparatus scores**, on vault you take the 3 highest vault scores from the team. On bars, you take the 3 highest bars scores. A different set of gymnasts might contribute on each apparatus.

With **Top all-around gymnasts**, you find the 3 gymnasts with the highest all-around totals. Only their scores count on every apparatus.

Default: **Top apparatus scores**

## Team Tiebreaker

Works the same way as individual tiebreakers, but applied to team totals.

| Option                                 | How it works                                    |
| -------------------------------------- | ----------------------------------------------- |
| **Do not break ties**                  | Teams share the same rank                       |
| **Compare E then D**                   | Higher combined execution wins; then difficulty |
| **Compare D then E**                   | Higher combined difficulty wins; then execution |
| **Use All Around score**               | Higher combined all-around total wins           |
| **Cascading All Around**               | Drop lowest apparatus total and compare; repeat |
| **Cascading All Around then E then D** | Cascading first; then E then D                  |

Age-based tiebreakers (Oldest/Youngest) are **not available** for team scoring.

You can set separate tiebreakers for:

* **Team apparatus ranking** - Ties on a single team apparatus score
* **Team all-around ranking** - Ties on the team all-around total

See [How do tiebreakers work?](/tiebreakers/index.md) for detailed explanations.

## Team Rank Method (Bump Ranks on Tie)

Same as individual. Controls whether ranks bump after a tie.

| Option             | Example       |
| ------------------ | ------------- |
| **Bump on Tie**    | 1st, 1st, 3rd |
| **No Bump on Tie** | 1st, 1st, 2nd |

See [How bump ranks on tie works](/levels/bump-ranks.md).

## Defaults

| Setting                    | Default              |
| -------------------------- | -------------------- |
| Team score count           | 3                    |
| Team score take decision   | Top apparatus scores |
| Team tiebreaker            | Do not break ties    |
| Team all-around tiebreaker | Do not break ties    |
| Team rank method           | Bump on Tie          |

## Related

* [How to configure individual score settings](/levels/individual-score-settings.md)
* [How do tiebreakers work?](/tiebreakers/index.md)
* [How bump ranks on tie works](/levels/bump-ranks.md)
* [How do I configure competition levels?](/levels/index.md)
* [Score settings reference](/settings-reference/score-settings.md)


---

# 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:

```
GET https://docs.gymart.org/levels/team-score-settings.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.
