# Understand score entry modes

> The session configuration determines how you enter scores. There are two independent settings that create four possible combinations.

## Setting 1: Execution Score Format

| Mode               | What You Enter                     | How It Works                                                                                  |
| ------------------ | ---------------------------------- | --------------------------------------------------------------------------------------------- |
| **Final Score**    | The final execution score directly | You enter the judge's execution mark (e.g., **8.5**).                                         |
| **FIG Deductions** | Individual deductions from 10.0    | You enter each deduction (e.g., **0.3**, **0.5**, **0.1**). The app subtracts them from 10.0. |

## Setting 2: Difficulty Score Format

| Mode            | What You Enter                      | How It Works                                                                     |
| --------------- | ----------------------------------- | -------------------------------------------------------------------------------- |
| **Start Value** | The total start value as one number | You enter the combined D score + any SV bonus (e.g., **5.4**).                   |
| **Difficulty**  | The difficulty value separately     | You enter the raw difficulty (e.g., **4.9**), and bonuses go in separate fields. |

## The Four Combinations

| # | Execution Format | Difficulty Format | Typical Use                                         |
| - | ---------------- | ----------------- | --------------------------------------------------- |
| 1 | Final Score      | Start Value       | Simplest - two numbers only                         |
| 2 | Final Score      | Difficulty        | Execution as mark, difficulty split into components |
| 3 | FIG Deductions   | Start Value       | Deductions from 10.0, single start value            |
| 4 | FIG Deductions   | Difficulty        | Most detailed - full FIG competition style          |

These modes are set by the meet organizer in the session configuration. You cannot change them from the app.

For worked examples of each combination, see [Score entry mode examples](/judges-companion/index/score-entry-mode-examples.md).

## Next Steps

* [Score entry mode examples](/judges-companion/index/score-entry-mode-examples.md)
* [Enter scores - single tablet](/judges-companion/index/enter-scores-single-tablet.md)
* [Enter scores - multiple judges](/judges-companion/index/enter-scores-multi-judge.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/score-entry-modes.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.
