> 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/primeros-pasos/readme.md).

# Documentación de Gym Art Meets

## ¿Qué necesitas hacer?

### Estoy configurando mi primera reunión

Tienes una competición próxima y necesitas montarla en Gym Art Meets. Empieza aquí y tendrás una reunión lista para usar con niveles, registro y programación.

[**Configura tu primera reunión**](/gym-art-meets-es/primeros-pasos/your-first-meet.md) — Toma unos 20 minutos, de principio a fin.

### Estoy cambiando desde otro sistema

Si has estado organizando reuniones en KScore, KSIS, ProScore o SportzSoft, ya sabes cómo funciona la puntuación de gimnasia. Gym Art Meets usa los mismos conceptos, organizados de otra forma. La mayoría de los organizadores cambian por completo en una sola tarde.

* [Cambiando desde KScore](/gym-art-meets-es/migracion/kscore-index.md)
* [Cambiando desde KSIS](/gym-art-meets-es/migracion/index.md)
* [Cambiando desde ProScore](/gym-art-meets-es/migracion/proscore-index.md)
* [Cambiando desde SportzSoft LiveMeet](/gym-art-meets-es/migracion/sportzsoftlivemeet-to-gym-art-meets.md)

### Estoy registrando a mis gimnastas para una reunión

Encontraste una reunión y necesitas inscribir y pagar a los gimnastas de tu club.

[**Registrarse para una reunión**](/gym-art-meets-es/registro/index.md) — Encuentra la reunión, agrega a tus gimnastas, elige niveles y paga.

### Necesito hacer algo específico

Elige tu área y encuentra la guía que necesitas.

| Quiero...                                          | Ve aquí                                                                                   |
| -------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| Gestionar mi club, gimnastas o entrenadores        | [Gestión del club](/gym-art-meets-es/gestion-del-club/index.md)                           |
| Crear o configurar una reunión                     | [Configuración de la reunión](/gym-art-meets-es/configuracion-de-la-competicion/index.md) |
| Configurar niveles y reglas de puntuación          | [Niveles](/gym-art-meets-es/niveles/index.md)                                             |
| Configurar grupos de edad o subdivisiones          | [Competiciones](/gym-art-meets-es/competiciones/index.md)                                 |
| Configurar sesiones, rotaciones y equipos          | [Planificación](/gym-art-meets-es/programacion/index.md)                                  |
| Ingresar puntuaciones o configurar jueces          | [Puntuación](/gym-art-meets-es/puntuacion/index.md)                                       |
| Usar la aplicación Compañero del juez              | [Guía de Compañero del juez](/gym-art-meets-es/companero-del-juez/index.md)               |
| Ver o exportar resultados                          | [Resultados](/gym-art-meets-es/resultados/index.md)                                       |
| Proyectar puntuaciones en un televisor o proyector | [Pantalla del proyector](/gym-art-meets-es/proyector/index.md)                            |
| Subir o asignar música de piso                     | [Música](/gym-art-meets-es/musica/index.md)                                               |
| Entender un término                                | [Glosario](/gym-art-meets-es/primeros-pasos/glossary.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/primeros-pasos/readme.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.
