> For the complete documentation index, see [llms.txt](https://docs.matchplay.events/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.matchplay.events/running-a-tournament/tournament-managers.md).

# Tournament managers

Tournament managers are people who have the same power as the tournament organizer. Unlike scorekeepers who can only perform a limited set of actions like recording results, a tournament manager can take **any** action the tournament organizer can take.

This is helpful if the tournament organizer has a conflict and can't attend their own tournament. Or in case of a larger tournament where it's might be useful to have multiple people who can perform administrative tasks.

You can designate one or more tournament managers for your tournament by going to the **Scorekeepers** tab. From there click the **Add scorekeeper** button. You're then able to select whether the person should be a regular scorekeeper or a tournament manager.

Both the tournament organizer and the tournament manager must have an a paid subscription to Match Play at the **premium** level.


---

# 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://docs.matchplay.events/running-a-tournament/tournament-managers.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.
