# Find your rotation

> After signing in, navigate to the correct apparatus and rotation.

## Steps

1. You will see the **Apparatus List** screen showing all apparatus in the session.
2. Select your **apparatus** (e.g., Floor, Beam, Vault, Bars, etc.).
3. Select your **rotation** from the list of available rotations.
4. You will see the list of gymnasts in that rotation.

Each rotation shows its progress - how many gymnasts have already been scored.

## What You See

* **Apparatus List:** All apparatus configured for the session (e.g., Floor, Beam, Vault, Bars, Pommel Horse, Rings, Parallel Bars, High Bar).
* **Rotation List:** The rotations for your selected apparatus, showing which groups of gymnasts compete when.
* **Gymnast List:** The individual gymnasts in your selected rotation, with their current score status.

## Next Steps

* [Configure judge roles](/judges-companion/index/configure-judge-roles.md)

[Back to guide](/judges-companion/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/judges-companion/index/find-your-rotation.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.
