> 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/niveles/create-a-level.md).

# Crear un nivel

> Agrega un nuevo nivel de competición a tu reunión con nombre, disciplina, capacidad y precios.

## Prerrequisitos

* [Crear una reunión](/gym-art-meets-es/configuracion-de-la-competicion/create-a-meet.md) primero.

## Pasos

Quieres agregar un nivel para que las gimnastas puedan registrarse en él. Así es como se hace.

1. Desde el admin de la reunión, ve a **Niveles**.
2. Haz clic en **Agregar niveles**.

![Abre Niveles en la barra lateral y luego haz clic en Agregar niveles.](/files/f67982f82d4094d6e6d6c27e97ee1dfa5d7dda52)

3. Completa los detalles del nivel:
   * **Nombre** - El nombre que se muestra (por ejemplo, "Nivel 5", "Xcel Gold", "Junior Elite"). Usa los nombres que las gimnastas y los entrenadores ya conocen de tu federación.
   * **Disciplina** - El tipo de deporte: WAG (Artístico Femenino), MAG (Artístico Masculino) u otra disciplina compatible.
   * **Capacidad** - Número máximo de gimnastas que pueden registrarse para este nivel.
   * **Precio** - Tarifa de registro por gimnasta.
4. Haz clic en **guardar**.

El nuevo nivel se crea con la configuración de puntuación predeterminada. Puedes personalizarla de inmediato o volver a ella más tarde.

## Qué sigue

Una vez que exista el nivel, puedes configurar:

* [Configuración de puntuación individual](/gym-art-meets-es/niveles/individual-score-settings.md) - Desempates, decisiones de la volta, método de clasificación
* [Configuración de puntuación del equipo](/gym-art-meets-es/niveles/team-score-settings.md) - Número de puntuaciones del equipo, método de selección
* [Grupos de edad](/gym-art-meets-es/competiciones/create-age-groups.md) - Rangos de fechas de nacimiento dentro de este nivel
* [Subdivisiones](/gym-art-meets-es/competiciones/create-subdivisions.md) - Subgrupos para la programación

También puedes crear niveles para diferentes disciplinas en la misma reunión (por ejemplo, tanto WAG Nivel 5 como MAG Nivel 5). Si ya organizaste esta reunión antes, usa [Duplicar una reunión](/gym-art-meets-es/configuracion-de-la-competicion/duplicate-a-meet.md) para copiar los niveles del año pasado.

## Relacionado

* [Cómo eliminar un nivel](/gym-art-meets-es/niveles/delete-a-level.md)
* [Configurar niveles y categorías](/gym-art-meets-es/configuracion-de-la-competicion/configure-levels-and-categories.md)
* [¿Cómo configuro los niveles de competición?](/gym-art-meets-es/niveles/index.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/niveles/create-a-level.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.
