> 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/gym-art-meets-es/desempates/do-not-break-ties.md).

# No desempatar

> Los gimnastas con la misma puntuación finale comparten la misma clasificación. No se hace ninguna comparación adicional.

> **Guía visual:** [Ver el árbol de decisiones en Figma](https://www.figma.com/board/xKMfyIEUT3fxSZEOD3nsaR/)

## Prerrequisitos

* [Configura tus niveles](/gym-art-meets-es/niveles/index.md) antes de configurar los desempates.

## Configuración

En la configuración de tu nivel, en la configuración de desempate, elige "No hacer pausa en los empates" para cualquier contexto de clasificación en el que quieras que los gimnastas empatados compartan la misma clasificación.

## Cómo funciona

1. Dos gimnastas tienen la misma puntuación finale.
2. **No se hace ninguna comparación.** Ambos gimnastas reciben la misma clasificación.
3. La [método de clasificación](/gym-art-meets-es/niveles/bump-ranks.md) determina si la siguiente clasificación se salta.

Este es el desempate más simple. Omite por completo toda la lógica de comparación.

## Ejemplo

| Gimnasta | Puntuación de piso | Clasificación                     |
| -------- | ------------------ | --------------------------------- |
| Alicia   | 13.500             | 1.º                               |
| Bob      | 13.500             | 1.º                               |
| Carol    | 13.200             | 3.º (con salto) o 2.º (sin salto) |

Alice y Bob reciben ambos 1.er lugar. No se intenta separarlos.

## Cuándo usarlo

* **Competiciones recreativas o de desarrollo** donde la colocación exacta entre gimnastas empatados no importa.
* Competiciones donde las reglas del organismo rector dicen que los empates deben mantenerse.
* Cuando quieres el comportamiento de clasificación más simple posible.

## Relacionado

* [¿Cómo funcionan los desempates?](/gym-art-meets-es/desempates/index.md)
* [Cómo configurar la configuración individual de puntuaciones](/gym-art-meets-es/niveles/individual-score-settings.md)
* [¿Cómo funciona el aumento de clasificación en empate?](/gym-art-meets-es/niveles/bump-ranks.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, and the optional `goal` query parameter:

```
GET https://docs.gymart.org/gym-art-meets-es/desempates/do-not-break-ties.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
