> For the complete documentation index, see [llms.txt](https://docs.gymart.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gymart.org/scoring/set-up-judge-profiles.md).

# Set up judge profiles (advanced)

> Create profiles for each judge so they can be assigned to apparatus and enter scores.

> **This is optional, advanced setup.** Out of the box, judges score without any profiles - they share a tablet and enter scores directly (see [Enter scores - single tablet](/judges-companion/index/enter-scores-single-tablet.md)). You only need judge profiles if you want each judge to sign in with their own QR code, or you are running a full FIG D/E panel where each judge enters their part from their own device.

A judge profile tells Gym Art Meets who a judge is, what credentials they carry, and how to identify them. Once a profile exists, you can assign that judge to any apparatus in any rotation.

## Prerequisites

* You have [created a session](/scheduling/create-a-session.md) for your meet.

## Steps

1. Open your session and go to **Judge Configuration**.
2. Click **Add Judge Profile**.
3. Fill in the details:
   * **Full Name** — the judge's full name (required)
   * **Identifier** — their badge number or federation identifier
   * **Federation** — FIG, national, provincial, or however they're certified
   * **Notes** — anything else you want to remember about this judge
4. Click **Save**.
5. Repeat for every judge working your meet.

That's it for creating profiles. The next step is putting those judges on apparatus panels.

## Judge roles

When you assign a judge to an apparatus, you pick their role. Here's what each one means.

| Role              | What they do                                            |
| ----------------- | ------------------------------------------------------- |
| **D1**            | Evaluates element difficulty and connections            |
| **E1 through E7** | Deducts for execution errors (you can have up to seven) |
| **VR**            | Records video of routines through the app               |

You need at least a D1 and one E judge on every apparatus to produce a score.

## Good to know

Judge profiles belong to the session, not to a single apparatus. That means one judge can sit on multiple panels across different rotations. You set up the profile once and reuse it wherever you need them.

When it's time for judges to start scoring, they'll log into the [Judges Companion app](/scoring/enter-scores-judges-companion.md) by scanning a QR code. The app picks up their role and assignments automatically.

## What's next

* [Assign judges to apparatus](/scoring/assign-judges-to-apparatus.md)

## Related

* [How does scoring work?](/scoring/index.md)
* [Enter scores with the Judges Companion app](/scoring/enter-scores-judges-companion.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/scoring/set-up-judge-profiles.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.
