# Sign in with a QR code

> The fastest way to sign in to Judges Companion is by scanning a QR code.

## Steps

1. Open the **Judges Companion** app on your device.
2. Tap **Scan QR Code** on the welcome screen.
3. Point your camera at the QR code displayed by the meet organizer.
4. The app automatically fills in:

* Meet password and session password
* Your judge name (if encoded in the QR code)
* Apparatus, rotation, and roles (if encoded in the QR code)

5. Review the pre-filled information and tap **Continue**.

## What the QR Code Contains

The QR code may include all of the following, or just a subset:

| Field            | Required | Description                                 |
| ---------------- | -------- | ------------------------------------------- |
| Meet password    | Yes      | Authenticates you to the competition        |
| Session password | Yes      | Grants access to a specific session         |
| Judge name       | Optional | Pre-fills your name                         |
| Apparatus        | Optional | Pre-selects your apparatus                  |
| Rotation         | Optional | Pre-selects your rotation                   |
| Roles            | Optional | Pre-selects your judge roles (D1, E1, etc.) |

If optional fields are not included in the QR code, you will select them manually in the following steps.

> **Tip:** If you cannot scan the QR code, you can also log in manually by entering the meet and session passwords.

## Next Steps

* [Find your rotation](/judges-companion/index/find-your-rotation.md)
* [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/sign-in-qr-code.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.
