# View schedule as registrant

Once your club has been approved for a meet and the organizer has published the schedule, you can see exactly when and where each of your gymnasts competes. This is the view that coaches and club admins use to plan their day.

## Prerequisites

* [Register and get approved](/registration/check-registration-status.md) for a meet

## Steps

1. Open the meet from **Registered Meets** on your Club Dashboard. You can also find it through Find a Meet.
2. In the registration sidebar, click **Schedule**.
3. You will see your club's schedule showing:
   * Which **session** each gymnast is in
   * The **rotation** they are assigned to
   * Their **starting apparatus**
   * **Times** for warmup, competition, and awards

That is everything you need to get your team to the right place at the right time.

## Things to keep in mind

The schedule only becomes available after the meet organizer has created sessions and assigned gymnasts to rotations. If you do not see a schedule yet, the organizer has not published it.

Check back closer to the meet date. Organizers often finalize scheduling in the last few days before competition, so the schedule may appear late.

## Related

* [Check registration status](/registration/check-registration-status.md)
* [Scheduling overview](/scheduling/index.md) (for organizers)
* [How do I 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/scheduling/view-schedule-as-registrant.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.
