# Configure coach levels

> Set up coach registration tiers with names and pricing.

Coach levels work like gymnast levels, but simpler. Each one is a tier that clubs select when registering their coaches. You might have "Head Coach," "Assistant Coach," and "Volunteer," each at a different price, or all at the same price. It's up to you.

**Prerequisites:** You need to [create a meet](/meet-setup/create-a-meet.md) first.

## Steps

1. In the meet creation form or meet settings, go to **Coach Levels**.
2. Click **Add Coach Level**.
3. For each level, fill in:
   * **Name** - What clubs will see during registration (e.g., "Head Coach," "Assistant Coach," "Volunteer").
   * **Price** - The registration fee for this tier.
4. Click **Save**.

If you have several tiers that are similar, duplicate an existing one and change what needs changing. It's faster than starting each one from scratch.

## Things to keep in mind

Coach levels are straightforward: a name and a price. There's no sport type or capacity setting like gymnast levels have.

You can require coaches to provide a **certification number** during registration. This is configured in the coach registration settings.

If coaches are already registered at a given level, you won't be able to delete that level. You'd need to move those coaches to a different level first.

## What's next?

* [Configure levels and categories](/meet-setup/configure-levels-and-categories.md)

## Related

* [How do I create and configure a meet?](/meet-setup/index.md)
* [Add coaches to a registration](/registration/add-coaches-to-registration.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/meet-setup/configure-coach-levels.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.
