> 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/resultados/index.md).

# Resultados

> Ver la clasificación, publicar puntuaciones en vivo y exportar resultados.

Después de que se ingresan y verifican las puntuaciones, los resultados se calculan automáticamente. Puede verlos en vivo durante la competición o exportarlos después.

## Pasos

1. [**Ver clasificaciones**](/gym-art-meets-es/resultados/view-rankings.md) - Ver la clasificación de las gimnastas por aparato y en la general
2. [**Publicar puntuaciones en vivo**](/gym-art-meets-es/resultados/publish-live-scores.md) - Permitir ver la puntuación en tiempo real
3. [**Exportar resultados como PDF**](/gym-art-meets-es/resultados/export-results-pdf.md) - Descargar resultados para imprimirlos o compartirlos

## Cómo funciona la clasificación

La clasificación se calcula a partir de puntuaciones verificadas:

* **Clasificación por aparato** - Clasificación por la puntuación de cada aparato
* **Clasificación general** - Suma de todas las puntuaciones de los aparatos
* **Decisiones de la volta** - Los totales de la clasificación general respetan la decisión de puntuación de la volta (una volta, promedio o la mejor)

La clasificación se agrupa por nivel y disciplina.

## Relacionado

* [¿Cómo funciona la puntuación?](/gym-art-meets-es/puntuacion/index.md)
* [Exportar puntuaciones](/gym-art-meets-es/puntuacion/export-scores.md)
* [Gestionar la puntuación de la volta](/gym-art-meets-es/puntuacion/handle-vault-scoring.md)
* [Referencia de programación, resultados y configuración del proyector](/gym-art-meets-es/referencia-de-configuracion/scheduling-results-projector-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, and the optional `goal` query parameter:

```
GET https://docs.gymart.org/gym-art-meets-es/resultados/index.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.
