> For the complete documentation index, see [llms.txt](https://docs.scoreholio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scoreholio.com/tournament/team-generation/set-teams.md).

# Set Teams and Singles

## Tutorial Video: Team and Player Management

{% embed url="<https://youtu.be/wjtwMNr4ids>" %}

## **Tips for Team Management**

Managing teams in Scoreholio becomes much easier once you get comfortable clicking around to see what options appear. Most actions will trigger a pop-up with choices, so don’t be afraid to explore!

Here are a few helpful tips to make team adjustments smooth and stress-free:

* **Rearranging players on teams:** After you’ve added fake teams or players, scroll down to your list of teams. (This works even if your tournament is set to Singles.) Click on a player on a team— if it’s a Singles tournament, click the single player. on their own team. Select **“Remove player from team”** to bump that player up to the **Sub/Unassigned Players** list.
* **Adding a new player manually:** In the **Add a Player** section, enter the player’s first and last name (email is optional). Make sure their placement is set to **Unassigned Player/Sub**. Then scroll to the **Unassigned/Sub** list, find the player you added, click their name, and move them to the team you want.

This workflow helps with handling subs, making manual adjustments, or fixing teams on the fly.\ <br>

<figure><img src="/files/cb8QzIm0lgL7qgpgvjfi" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Mapn4X9ularSdjHWs3W9" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/x8sbKdfWmU7w8V0As4CF" alt=""><figcaption></figcaption></figure>

You can also add players to a tournament in other ways, including[ **importing a spreadsheet**](https://docs.scoreholio.com/adding-teams/mass-import-spreadsheet), which is a great option for larger events or pre-registration lists.


---

# 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.scoreholio.com/tournament/team-generation/set-teams.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.
