# WPR USPA Platform

## Club Platform

- [Introduction](https://uspa-wpr.gitbook.io/docs/readme.md)
- [TMS Guide](https://uspa-wpr.gitbook.io/docs/getting-started/getting-started.md)
- [Appendix](https://uspa-wpr.gitbook.io/docs/getting-started/appendix.md)
- [FAQ](https://uspa-wpr.gitbook.io/docs/getting-started/faq.md): Frequently Asked Questions
- [1. Account Setup](https://uspa-wpr.gitbook.io/docs/instructions/account-setup.md)
- [2. Tournament Setup](https://uspa-wpr.gitbook.io/docs/instructions/tournament-setup.md)
- [3. Entry Policy & Deadlines](https://uspa-wpr.gitbook.io/docs/instructions/entry-policy.md)
- [4. Entries Review & Export](https://uspa-wpr.gitbook.io/docs/instructions/entries-review.md)
- [5. Seeding](https://uspa-wpr.gitbook.io/docs/instructions/seeding.md)
- [6. Draws & Schedule](https://uspa-wpr.gitbook.io/docs/instructions/draws-and-schedule.md)
- [7. Score Entry](https://uspa-wpr.gitbook.io/docs/instructions/score-entry.md)
- [Creating a Tournament](https://uspa-wpr.gitbook.io/docs/training-resources/creating-a-tournament.md): In this video you can see how to create a tournament with simple steps.
- [Meet the Manager](https://uspa-wpr.gitbook.io/docs/training-resources/meet-the-manager.md): In this video we show the Tournament Overview and other features of the Manager platform.
- [Team Registration](https://uspa-wpr.gitbook.io/docs/training-resources/team-registration.md): In this section, we show the public page of tournaments and how is the user experience in the registration flow.
- [Draws](https://uspa-wpr.gitbook.io/docs/training-resources/draws.md): In this section we will talk about creating different draws.
- [Round Robin](https://uspa-wpr.gitbook.io/docs/training-resources/draws/round-robin.md): In this video you can see the steps to create a Round Robin with groups.
- [Single Elimination](https://uspa-wpr.gitbook.io/docs/training-resources/draws/single-elimination.md): In this video you can see the steps to create a Single Elimination / Knockout draw.
- [Loading the matches](https://uspa-wpr.gitbook.io/docs/training-resources/loading-the-matches.md): Here you have a step by step to load the results of the matches and the user experience for players in the public page.
- [Registration Payments](https://uspa-wpr.gitbook.io/docs/training-resources/registration-payments.md): In this video we want to demonstrate what's the registration flow doing an online payment.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://uspa-wpr.gitbook.io/docs/readme.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.
