# 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 Meets** shows every publicly listed meet
   * **Registered Meets** shows meets you've already signed up for
   * **Past Meets** shows completed meets
4. Use the **sport type filter** (WAG, MAG, or both) to narrow things down.
5. Click on a meet to see its details and start the registration process.

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