# Club management

> Create a club, build your gymnast roster, and manage members.

Your club is your home base in Gym Art Meets. It holds your gymnast roster, coaches, music files, and members. You need a club before you can register for any meet.

**Before you start:**

* A Gym Art Meets account
* If you're importing gymnasts, have your roster ready as a spreadsheet (CSV)
* About 10 minutes for initial setup

## Steps

1. [**Create a club**](/club-management/create-a-club.md) - Set up your organization
2. [**Add one gymnast**](/club-management/add-one-gymnast.md) - Add a single gymnast manually
3. [**Import gymnasts via CSV**](/club-management/import-gymnasts-csv.md) - Bulk import from a spreadsheet
4. [**Fix CSV import errors**](/club-management/fix-csv-import-errors.md) - Resolve issues in your imported data
5. [**Edit a gymnast**](/club-management/edit-a-gymnast.md) - Update gymnast details
6. [**Manage club members**](/club-management/manage-club-members.md) - Share access with coaches and staff
7. [**Remove a gymnast**](/club-management/remove-a-gymnast.md) - Remove from your roster

## Club Dashboard

Your Club Dashboard is the main hub. From the sidebar you can access:

* **My Meets** - Meets you organize
* **Find a Meet** - Browse meets to register for
* **Gymnasts** - Your full roster
* **Coaches** - Coach management
* **Music** - Floor music files
* **Members** - Club members and access codes
* **Club Profile** - Club information and settings
* **Transactions** - Financial records

## Related

* [How do I register for a meet?](/registration/index.md)
* [How do I manage floor music?](/music/index.md)
* [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/club-management/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.
