# Check registration status

You've submitted your registration and payment. Now you want to know whether your gymnasts are in. Here's how to check.

## Prerequisites

* [Registration submitted and paid](/registration/checkout-with-stripe.md)

## Steps

1. Open the meet's **Registration Dashboard** (the first screen when you enter a registration).
2. The dashboard gives you an overview of where everything stands.
3. Click **Gymnasts** in the sidebar to see status for each individual gymnast.

## What the statuses mean

| Status         | Icon            | What it means                                          |
| -------------- | --------------- | ------------------------------------------------------ |
| **Approved**   | Green checkmark | Registered and confirmed. They're in.                  |
| **Pending**    | Hourglass       | Submitted, waiting for the organizer to review.        |
| **Waitlisted** | List icon       | The level or meet is full. They're in line for a spot. |
| **Rejected**   | Red X           | Something went wrong. See the reason below.            |
| **Scratched**  | Dash            | Withdrawn after being approved.                        |

## Common reasons for rejection

* **Registration deadline passed.** Submitted after the cutoff.
* **Level capacity reached.** No more spots in that level.
* **Global capacity reached.** The entire meet is full.
* **Age requirements not met.** The gymnast's date of birth is outside the allowed range.
* **Missing required fields.** Name, date of birth, level, or a custom field is blank.
* **Invalid level or discipline.** Doesn't match what this meet offers.
* **Music not uploaded.** The meet requires floor music and none was assigned.
* **Duplicate registration.** The gymnast is already registered for this meet.

If any of your gymnasts are rejected, the [troubleshooting guide](/registration/registration-troubleshooting.md) walks through how to fix each of these.

## What's next

* [Edit gymnast data](/registration/edit-gymnast-registration-data.md) to fix rejected gymnasts and re-submit
* [View your schedule](/scheduling/view-schedule-as-registrant.md) once your gymnasts are approved

## Related

* [Registration walkthrough](/registration/index.md)
* [Registration troubleshooting](/registration/registration-troubleshooting.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/check-registration-status.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.
