> 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/settings-reference/index.md).

# Settings reference

The how-to guides walk you through tasks. This reference does the opposite: it defines every setting on its own, so when you are staring at a toggle or a dropdown and wondering what it actually does, you can look it up.

Each setting tells you the same three things: what it does, what it affects, and when to use it. Where a setting has options, you get a table of what each one means and the default.

## Where to look

* [General meet information](/settings-reference/general-meet-information.md) - meet name, dates, location, description, cover image, and time zone.
* [Score settings](/settings-reference/score-settings.md) - tiebreakers, vault score decision, rank method, team scoring, qualification policy, and score status.
* [Score export settings](/settings-reference/score-export-settings.md) - export format, layout, column visibility, vault and team breakdown display, trampoline columns, and MSO export.
* [Meet and registration settings](/settings-reference/meet-and-registration-settings.md) - visibility, the meet password, video recording, and the full set of organizer registration settings (auto-accept, waitlist, fees, refunds, custom fields, and more).
* [Age groups and competitions settings](/settings-reference/age-groups-and-competitions-settings.md) - competition types, birth-date age groups, and the level refresh and reset actions.
* [Scheduling, results, and projector settings](/settings-reference/scheduling-results-projector-settings.md) - sessions, discipline, rotations, flights, squads, results visibility, and the projector display modules.
* [Judge configuration settings](/settings-reference/judge-configuration-settings.md) - judge profiles, rotation assignment, passwords, and QR sign-in codes.
* [Judges Companion settings](/settings-reference/judges-companion-settings.md) - judge roles, score entry mode, score format, session judge setup, and video options.
* [Team calculator settings](/settings-reference/team-calculator-settings.md) - team size, contributing scores, result source, and score selection method.
* [Club profile settings](/settings-reference/club-profile-settings.md) - the club profile image and music expiry duration.
* [Account and privacy settings](/settings-reference/account-and-privacy-settings.md) - your profile, security, preferences, and data and privacy choices.

## When you want the task, not the definition

If you are trying to get something done rather than understand a single setting, start from the matching guide instead:

* [How does scoring work?](/scoring/index.md)
* [How do tiebreakers work?](/tiebreakers/index.md)
* [Configure levels and categories](/meet-setup/configure-levels-and-categories.md)
* [Judges Companion user guide](/judges-companion/index.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/settings-reference/index.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.
