# Change sessions

> Switch between sessions during a competition - for example, from a morning session to an afternoon session.

## Method 1: Navigate Back and Scan a New QR Code

1. Tap **Back** repeatedly until you reach the main welcome/login screen.
2. Scan a new QR code for the new session.
3. The app loads the new session's rotations and apparatus.

## Method 2: Use the Change Session Dialog

1. From the **Apparatus List** screen, tap the **session dropdown** at the top.
2. A full-screen session selection dialog opens.
3. You can:

* **Search** sessions by name.
* **Filter** by date using the day chips.

4. Select the new session.
5. The app updates entirely to the new session - rotations, apparatus, and gymnast lists all refresh.

> **Note:** Changing sessions does not affect scores already submitted in the previous session. Those scores remain saved.

## When to Use Each Method

| Method             | Best For                                                                                 |
| ------------------ | ---------------------------------------------------------------------------------------- |
| **QR Code**        | Switching to a session in a different meet, or when the organizer provides a new QR code |
| **Session Dialog** | Switching between sessions within the same meet - faster since you are already signed in |

## Related

* [Sign in with a QR code](/judges-companion/index/sign-in-qr-code.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/change-sessions.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.
