# Create a latest scores display

A latest scores display shows scores as they get verified, most recent first. It's the screen spectators watch to see their gymnast's score pop up right after they compete.

Each latest scores display is tied to one session. If you want latest scores for Saturday AM and Saturday PM both visible, you create two modules and add them both to a loop.

## Prerequisites

* [Create a session](/scheduling/create-a-session.md) — a latest scores module requires a session to read from

## Steps

1. From the meet dashboard, click **Projector Display** in the sidebar.
2. In the **Module library** panel on the left, click **Create**.
3. Pick **Latest scores display** as the module type.
4. Pick the session you want to show scores from.
5. Click **Create**.

The new module opens in the middle panel with its configuration form.

## Configuration fields

### Module name

A recognizable name for the library, like "Latest Scores - Saturday AM". The name is for your reference; it doesn't render on the projected screen.

### Session

Which [session](/scheduling/create-a-session.md) this module pulls scores from. You set this when creating the module, but you can change it here if you realize you picked the wrong session.

### Apparatus

A filter for which apparatus show up in the feed. Leave empty to show every apparatus. Select specific apparatus to show only those (useful for a single-station display — a TV next to the vault table that only shows vault scores, for example).

### Seconds per page

How long this screen stays up before the loop moves to the next module. Defaults to 30 seconds. For latest scores, longer durations (30-60 seconds) tend to work well because there's no apparatus rotation happening on this screen — it's one continuous feed.

### Colors

Background, highlight, and text colors as 6-digit hex codes. Match these to your leaderboard colors so the two displays look like one cohesive presentation when they cycle in a loop.

## Preview it

Click **Show display** at the top of the form. This opens the full-screen view for this module only, so you can confirm it looks right before adding it to a loop.

If you haven't saved the module yet, **Show display** still works using the current session selection — handy when you want to eyeball the feed before committing to a name or colors.

## What's next

* [**Create a leaderboard display**](/projector/create-a-leaderboard-display.md) — The ranked companion to the live feed
* [**Build a display loop**](/projector/build-a-display-loop.md) — Rotate this latest scores display alongside other modules

## Related

* [Understand score status](/scoring/understand-score-status.md) — Which statuses surface on the live feed
* [Publish live scores](/results/publish-live-scores.md) — The public web version spectators see on their phones
* [Projector display overview](/projector/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/projector/create-a-latest-scores-display.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.
