# My meets

This is where you see every meet your club has created. Past meets, upcoming meets, in-progress meets. All in one place.

## What you can do here

* Open any meet's dashboard to manage registration, settings, schedules, and results
* Search meets by name to find what you're looking for
* Check the status and timeline of each meet
* Pick up setup right where you left off if you didn't finish configuring a meet

## Creating a new meet

You can start a new meet directly from this page. You can also kick off the same flow from the sidebar or the Home Dashboard.

The creation flow walks you through your meet name, date range, location, and disciplines. All settings can be changed later, so don't worry about getting everything perfect the first time.

## What's next

* [Create a meet](/meet-setup/create-a-meet.md) - Full guide to meet setup
* [Find a meet](/registration/find-a-meet.md) - Browse meets to register for

## Related

* [Club management overview](/club-management/index.md)
* [Register for a meet](/registration/index.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/my-meets.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.
