> 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/puntuacion/set-up-judge-profiles.md).

# Configurar perfiles de juez (avanzado)

> Crear perfiles para cada juez para que puedan asignarse a un aparato y registrar puntuaciones.

> **Esta es una configuración avanzada opcional.** De forma predeterminada, cada juez registra puntuaciones sin perfiles: comparten una tableta y las introducen directamente (ver [Registrar puntuaciones - una sola tableta](/gym-art-meets-es/companero-del-juez/index/enter-scores-single-tablet.md)). Solo necesitas perfiles de juez si quieres que cada juez inicie sesión con su propio código QR, o si estás ejecutando un panel FIG D/E completo en el que cada juez introduce su parte desde su propio dispositivo.

Un perfil de juez le dice a Gym Art Meets quién es un juez, qué credenciales tiene y cómo identificarlo. Una vez que existe un perfil, puedes asignar ese juez a cualquier aparato en cualquier rotación.

## Prerrequisitos

* Tienes [has creado una sesión](/gym-art-meets-es/programacion/create-a-session.md) para tu reunión.

## Pasos

1. Abre tu sesión y ve a **Configuración del juez**.
2. Haz clic en **Agregar perfil de juez**.
3. Rellena los datos:
   * **Nombre completo** — el nombre completo del juez (obligatorio)
   * **Identificador** — su número de credencial o identificador de federación
   * **Federación** — FIG, nacional, provincial o según la certificación que tengan
   * **Notas** — cualquier otra cosa que quieras recordar sobre este juez
4. Haz clic en **guardar**.
5. Repite esto para cada juez que trabaje en tu reunión.

Eso es todo para crear perfiles. El siguiente paso es colocar a esos jueces en paneles de aparato.

## Roles del juez

Cuando asignas un juez a un aparato, eliges su rol. Esto es lo que significa cada uno.

| Rol             | Qué hacen                                                 |
| --------------- | --------------------------------------------------------- |
| **D1**          | Evalúa la dificultad de los elementos y las conexiones    |
| **E1 hasta E7** | Resta por errores de ejecución (puedes tener hasta siete) |
| **VR**          | Graba video de las rutinas a través de la app             |

Necesitas al menos un D1 y un juez E en cada aparato para producir una puntuación.

## Conviene saber

Los perfiles de juez pertenecen a la sesión, no a un solo aparato. Eso significa que un juez puede estar en varios paneles a lo largo de diferentes rotaciones. Configuras el perfil una vez y lo reutilizas donde lo necesites.

Cuando llegue el momento de que los jueces empiecen a registrar puntuaciones, iniciarán sesión en el [aplicación Judges Companion](/gym-art-meets-es/puntuacion/enter-scores-judges-companion.md) escaneando un código QR. La app detecta su rol y sus asignaciones automáticamente.

## Qué sigue

* [Asignar jueces al aparato](/gym-art-meets-es/puntuacion/assign-judges-to-apparatus.md)

## Relacionado

* [¿Cómo funciona la puntuación?](/gym-art-meets-es/puntuacion/index.md)
* [Introduce puntuaciones con la app Companion para jueces](/gym-art-meets-es/puntuacion/enter-scores-judges-companion.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/puntuacion/set-up-judge-profiles.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.
