> 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/settings-reference/team-calculator-settings.md).

# Team calculator settings

These settings control the team calculator, a tool that builds team standings from individual results without changing how the meet itself is scored. You find it in the meet's tools, reached from within an open meet. Use it to model team outcomes under different rules.

![Open Team Calculator in the sidebar, pick gymnasts from the pool, then Calculate to build team standings.](/files/9aqOQwiEZ6y93aXTovxV)

***

## Team size

**What it does.** The number of gymnasts that make up a team.

**What it affects.** How many gymnasts the calculator groups together when forming each team from a club.

**When to use it.** Set it to your competition's team size.

**Default.** 5.

***

## Contributing scores

**What it does.** How many of a team's scores count toward its total.

**What it affects.** The calculator drops the lowest scores beyond this number, so only the top contributing scores add up. This is the common "count the best N of M" team rule.

**When to use it.** Set it below the team size when some scores are dropped, for example 3 of 5. Set it equal to the team size to count every gymnast.

**Default.** 3.

***

## Top teams

**What it does.** How many teams to show in the results.

**What it affects.** Limits the standings to the highest-ranked teams.

**When to use it.** Set it to the number of places you want to display or award.

**Default.** 10.

***

## Result source

**What it does.** Which competition's results the team standings are built from.

**What it affects.** The scores the calculator reads. Use this when a meet has more than one qualifying round.

**When to use it.** Choose the round whose results form the team standings.

**Options.**

| Option              | What it means                                   |
| ------------------- | ----------------------------------------------- |
| Qualification       | Build teams from the main qualification round   |
| Qualification day 2 | Build teams from the second qualification round |

**Default.** Qualification.

***

## Score selection method

**What it does.** How the contributing scores are chosen for each team.

**What it affects.** Whether the calculator takes the best scores per apparatus or the best all-around gymnasts.

**When to use it.** Match it to your team rule. Per-apparatus rewards apparatus specialists; all-around rewards well-rounded gymnasts.

**Options.**

| Option                     | What it means                                                                                 |
| -------------------------- | --------------------------------------------------------------------------------------------- |
| Top N scores per apparatus | Takes the best contributing scores on each apparatus, regardless of which gymnast earned them |
| Top N all-around gymnasts  | Takes the best all-around gymnasts and counts all their scores                                |

**Default.** Top N scores per apparatus.

***

## Related

* [Team score settings](/levels/team-score-settings.md)
* [Score settings](/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/settings-reference/team-calculator-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.
