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

# Find a meet

You have a club set up and gymnasts on your roster. Now you need to find a meet to register for. This is where you start.

## Prerequisites

* A [club](/club-management/create-a-club.md) set up in Gym Art Meets

## Steps

1. Open your **Club Dashboard**.
2. Click **Find a Meet** in the sidebar. You can also use the quick-action card on the dashboard home screen.
3. You'll see three tabs across the top:
   * **All** shows every publicly listed meet
   * **Registered** shows meets you've already signed up for
   * **Past** shows completed meets
4. Use the **Sport** filter to narrow by sport type (WAG or MAG). Clearing the filter shows all sports.
5. Click on a meet to see its details and start the registration process.

![Open Find a Meet in the sidebar, switch between the All / Registered / Past tabs, and filter by sport.](/files/DhSIT2w9SSF2XsQL3XLq)

## If you can't find the meet

Some meets are set to private. They won't show up in the public list. If you know a meet exists but don't see it, ask the organizer for a direct link or password.

Meets that you organize show up under **My Meets** in the sidebar. They won't appear in Find a Meet.

## What's next

* [Review the meet details](/registration/review-meet-details.md) before you register. Check dates, pricing, levels, and rules.

## Related

* [Registration walkthrough](/registration/index.md)
* [Glossary](/getting-started/glossary.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/registration/find-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.
