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

# Create a meet

> Set up a new gymnastics competition with name, dates, location, and contact info.

You've got a competition coming up and you need to get it into the system. This page walks you through creating a meet from scratch. It takes about 15 minutes, and you can always come back and change things later.

**Prerequisites:** You need a club with a Stripe Connected Account set up first. If you haven't done that yet, head to [Create a club](/club-management/create-a-club.md) and come back when you're ready.

From your club dashboard, click **New Meet**. The dialog asks how you want to create the meet and offers four methods.

![Click New Meet on your club dashboard, then pick a method. Gym Art Meets is the manual path this guide covers; the other three import from another system.](/files/YtzhhKOYi75I89JpdYrN)

* **Gym Art Meets** is the manual path. Choose it to set up everything yourself, from registration through scoring and exporting. This guide covers this path.
* [**MeetMaker**](/migration/import-from-meetmaker.md) pulls your event in from a MeetMaker event URL or ID.
* [**KSIS - Entries File**](/migration/import-from-ksis.md) imports a KSIS entries file (`.csv` or `.xlsx`).
* [**KSIS - Scoring File**](/migration/import-from-ksis.md) imports a KSIS scoring backup (`.sql`).

If you want to handle everything manually, choose **Gym Art Meets** and keep reading.

## Steps

After you choose **Gym Art Meets**, you work through a single form with several sections. Here's what you'll fill in.

### General

Start with the essentials:

* **Meet name** - Whatever you want to call the competition.
* **Meet dates** - Start and end dates.
* **Location** - Venue name, address, and country.
* **Sport** - WAG, MAG, or both.
* **Images** - A background image for the meet page and your club profile image (logo).

### Access

* **Meet visibility** - Private (password only) or Public.
* **Video recording** - Enable or disable video for the meet.
* **Registration availability** - Open registration to all clubs, or keep it open only to clubs with the password.

### Registration

Turn registration on to reveal the rest of these:

* **Registration** - Open or closed.
* **Auto-approve registrations** - Accept entries automatically, or require manual approval.
* **Max gymnasts in meet** - A global cap on the total number of gymnasts across all levels.
* **Registration Deadline** - The date registration closes.

### Pricing

* **Registration Price** - A base price that applies across levels.
* **Currency** - The currency clubs are charged in.
* **Late Fees** - Optionally allow late registration for an extra fee, with its own deadline and separate gymnast and coach fees.
* **Refunds** - Optionally allow clubs to request refunds.

### Waitlist

If you expect to fill up, turn the waitlist on and set its capacity and fee. Gymnasts who register after the cap is reached land on the waitlist instead of being turned away.

### Contacts

Add contact details for two roles. Each one gets a name, email, and phone number:

* Organizer Club
* Meet Director

### Competition levels

Add the levels and categories gymnasts compete in. You can configure these in detail later. See [Configure levels and categories](/meet-setup/configure-levels-and-categories.md).

When everything looks right, click **Create**.

Everything here can be changed after the meet is created. Timezone, meet documents (rules and info packets), social links, and meet directives are set later from [registration settings](/meet-setup/set-registration-settings.md) and the meet's General information tab.

## What's next?

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

## Related

* [How do I create and configure a meet?](/meet-setup/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:

```
GET https://docs.gymart.org/meet-setup/create-a-meet.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.
