# Publish live scores

> Enable real-time score visibility for spectators and parents.

## Prerequisites

* [Manage meet visibility](/meet-setup/manage-meet-visibility.md) - Set meet to public.

## Steps

You want parents and spectators to follow scores as they happen. Here's how to turn that on.

1. From the meet admin, go to **Meet Information** then **Visibility**.
2. Toggle **Public** to on.
3. Scores are now visible to anyone with the meet link.

That's the whole process.

## What spectators see

When live scores are public, spectators see:

* Latest scores as they are submitted
* Per-apparatus results
* All-around rankings (updating in real time)
* Results grouped by level and discipline

## Things to keep in mind

You can toggle public on and off during the competition. This is useful if you want to hold results until the awards ceremony.

Private meets still show scores to registered participants and meet admins. If you want controlled access without making results fully public, consider the [meet password](/meet-setup/manage-meet-visibility.md) option.

## Related

* [Manage meet visibility](/meet-setup/manage-meet-visibility.md)
* [View rankings](/results/view-rankings.md)
* [How do I view and publish results?](/results/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/results/publish-live-scores.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.
