# Create a level

> Add a new competition level to your meet with name, discipline, capacity, and pricing.

## Prerequisites

* [Create a meet](/meet-setup/create-a-meet.md) first.

## Steps

You want to add a level so gymnasts can register for it. Here's how.

1. From the meet admin, go to **Levels**.
2. Click **Add Level**.
3. Fill in the level details:
   * **Name** - The display name (e.g., "Level 5", "Xcel Gold", "Junior Elite"). Use the names gymnasts and coaches already know from your governing body.
   * **Discipline** - The sport type: WAG (Women's Artistic), MAG (Men's Artistic), or another supported discipline.
   * **Capacity** - Maximum number of gymnasts that can register for this level.
   * **Price** - Registration fee per gymnast.
4. Click **Save**.

The new level is created with default score settings. You can customize those right away or come back to them later.

## What's next

Once the level exists, you can configure:

* [Individual score settings](/levels/individual-score-settings.md) - Tiebreakers, vault decisions, rank method
* [Team score settings](/levels/team-score-settings.md) - Team score count, selection method
* [Age groups](/competitions/create-age-groups.md) - Birth date ranges within this level
* [Subdivisions](/competitions/create-subdivisions.md) - Sub-groups for scheduling

You can also create levels for different disciplines in the same meet (e.g., both WAG Level 5 and MAG Level 5). If you ran this meet before, use [Duplicate a meet](/meet-setup/duplicate-a-meet.md) to copy levels from last year.

## Related

* [How to delete a level](/levels/delete-a-level.md)
* [Configure levels and categories](/meet-setup/configure-levels-and-categories.md)
* [How do I configure competition levels?](/levels/index.md)


---

# Agent Instructions: 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:

```
GET https://docs.gymart.org/levels/create-a-level.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
