# Mass Import Spreadsheet

### 🧾 How to Mass Import Players or Teams Using a Spreadsheet in Scoreholio

Want to save time instead of entering every team or player manually? Use Scoreholio’s **Import Spreadsheet** feature to quickly load in all your participants.

***

#### 📥 Step-by-Step: How to Import a Spreadsheet

1. **Go to Admin > Players/Teams Tab**\
   Open your tournament’s **Admin page** and click on the **Players/Teams** tab.
2. **Click "More Options" > "Import CSV"**\
   In the upper-right corner, click the green **More Options** button, then select **Import**.

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

1. **Download the Sample File**\
   Choose the sample spreadsheet that fits your tournament type:
   * **Teams** (for Doubles, Quads, etc.)
   * **Players** (for Singles or Switcholio)

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

1. **Fill Out the Spreadsheet**

   ✅ **You may leave rows blank** under the headers if you’re not using all the fields.\
   ⚠️ **Do NOT change, rename, delete, or reorder the column headers** in the sample file — doing so will break the import!
2. **Save as a CSV**\
   When you’re done, save the file in `.CSV` (Comma Separated Values) format.
3. **Upload Your File**\
   Back in the Scoreholio import screen:
   * Click **Choose File**
   * Select your CSV file
   * Click **Import**
   * **Click Submit**

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

1. **IMPORTANT: DO NOT Edit the Upload Screen!**\
   After uploading, you'll see a preview screen showing your records.\
   🚫 **Do NOT make any changes to the data shown on this screen.**\
   ✅ Just click the **Import Records** button in the bottom-right, then click **Submit**. You’re done!

***

#### 💡 Pro Tips

* **Pool Play Assignments:**\
  If you're assigning teams to pools in the spreadsheet, use the **Pool** column.\
  **Pools are case-sensitive** — for example, “Pool A” is not the same as “pool a.”
* **Pre-Registration Support:**\
  You can import teams straight to pre-registration, allowing for check-in process at the tournament.

***

#### 🛠️ Troubleshooting

* Make sure your file is saved as a `.CSV`
* **Do not modify the column headers** in any way
* Double-check for typos or inconsistencies in Pool names (case sensitivity matters!)
* Leave unnecessary fields blank — no need to delete them
* Remove any accidental blank rows at the end of the sheet


---

# Agent Instructions: 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.scoreholio.com/adding-teams/mass-import-spreadsheet.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.
