# Do not break ties

> Gymnasts with the same final score share the same rank. No further comparison is made.

> **Visual guide:** [View the decision tree in Figma](https://www.figma.com/board/xKMfyIEUT3fxSZEOD3nsaR/)

## Prerequisites

* [Set up your levels](/levels/index.md) before configuring tiebreakers.

## Configuration

In your level settings under tiebreaker configuration, choose "Do Not Break Ties" for any ranking context where you want tied gymnasts to share the same rank.

## How it works

1. Two gymnasts have the same final score.
2. **No comparison is made.** Both gymnasts receive the same rank.
3. The [rank method](/levels/bump-ranks.md) determines whether the next rank skips.

This is the simplest tiebreaker. It skips all comparison logic entirely.

## Example

| Gymnast | Floor Score | Rank                             |
| ------- | ----------- | -------------------------------- |
| Alice   | 13.500      | 1st                              |
| Bob     | 13.500      | 1st                              |
| Carol   | 13.200      | 3rd (with bump) or 2nd (no bump) |

Alice and Bob both receive 1st place. No attempt is made to separate them.

## When to use

* **Recreational or developmental meets** where exact placement between tied gymnasts doesn't matter.
* Meets where the governing body rules say ties should stand.
* When you want the simplest possible ranking behavior.

## Related

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


---

# 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://docs.gymart.org/tiebreakers/do-not-break-ties.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.
