> For the complete documentation index, see [llms.txt](https://uspa-wpr.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uspa-wpr.gitbook.io/docs/getting-started/appendix.md).

# Appendix

## Quick Reference

* **TMS (Tournated):** Tournament management system used by USPA/WPR.
* **USPA Calendar:** National calendar of sanctioned events.
* **Entry Deadline / Withdrawal Deadline:** Same timestamp; determines entry lock and refund policy.
* **Late Entry:** Discretionary acceptance post‑deadline (see policy). Payments managed outside TMS.
* **Seeding:** Assigned by USPA/WPR based on USPA ranking points and verified WPR ratings.
* **First‑match‑loser consolation:** Consolation bracket for teams losing their first played main‑draw match.
* Video library:
* Video instructions for players for how to register, if needed, are available here: <https://www.youtube.com/shorts/YoHyGSbmQ4A>
* 3min video on "Tracking Tournament Entries in Tournated and Stripe": <https://www.loom.com/share/76745f58307f450f83fd0e6e525ae6be>
* 1min video of how to change a partner, as well as how to change teams in an already-made draw (e.g. due to a late entry or withdrawal impacting seedings per "USPA Withdrawal Rules - Section 3.9": <https://padelusa.org/competition/rules-and-regulations/>): <https://www.loom.com/share/1a4015f0e7354494b3967dae080e3ac7>
* 2min video on "How to Accept Late Tournament Entries" <https://www.loom.com/share/e0c872c420dc4648a765ba155471f10f>
* 1min video of how to publish and project publicly the Order of Play: <https://www.loom.com/share/4f258ab08721490ca25b594f7c0645c5>
* In case of, e.g., rain: You can navigate in Order of Play tab to Bird’s View, click “Select all” (or select the matches in question individually), then click the “Move” button that appears and in the popup move all the matches, e.g., 2h later. <https://www.loom.com/share/aacfc9a8bc6d45cdafafd611350b9b44>
* 2min TIPS video of best practices, "Using Order of Play for Match Management": <https://www.loom.com/share/c0958166787949d0bbfb062badd83724>

***

## Support Contacts

For any other questions or issues, please email <tduspa@worldpadelrating.com>.

Technical questions or issues, please email <hello@tournated.com>.


---

# 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, and the optional `goal` query parameter:

```
GET https://uspa-wpr.gitbook.io/docs/getting-started/appendix.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
