# Meet setup

> Create a meet, set up levels and pricing, and configure registration settings.

A meet is a gymnastics competition event. As an organizer, you create the meet, configure what levels can register, set pricing, and control registration behavior.

**Before you start:**

* A club created in Gym Art Meets
* Your meet dates, location, and the levels you want to offer
* About 15 minutes

## Steps

1. [**Create a meet**](/meet-setup/create-a-meet.md) - Name, dates, location, and basic info
2. [**Configure levels and categories**](/meet-setup/configure-levels-and-categories.md) - Set up gymnast levels, age groups, and pricing
3. [**Set registration settings**](/meet-setup/set-registration-settings.md) - Deadlines, capacity, custom fields, music requirements
4. [**Configure coach levels**](/meet-setup/configure-coach-levels.md) - Add coach registration tiers
5. [**Duplicate a meet**](/meet-setup/duplicate-a-meet.md) - Copy an existing meet's settings
6. [**Manage meet visibility**](/meet-setup/manage-meet-visibility.md) - Public vs private, score visibility

## Before You Start

* [Create a club](/club-management/create-a-club.md) - You need a club to organize a meet
* Set up your Stripe Connected Account during club creation for payment processing

## Related

* [How do I set up scheduling?](/scheduling/index.md) - After meet setup, configure sessions
* [How do I register for a meet?](/registration/index.md) - The registrant's perspective
* [Glossary](/getting-started/glossary.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/index.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.
