> 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/meet-setup/configure-coach-levels.md).

# 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. Open your meet, go to **Meet settings**, and open the **Coach Registration** tab. The coach levels are listed there.
2. Click **Add level**.
3. In the dialog, 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**.
5. Repeat for each tier your meet needs.

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

```
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.
