# Managing Teams & Roster CSV Import

Learn how to manage teams, add squad members, and bulk import rosters via CSV.

The **Teams** collection allows you to maintain structured rosters for sports squads, coaching staff, or organizational departments, which automatically render inside dynamic **Team Roster** and **Team Grid** blocks.

## Step 1: Open the Teams Collection

In the Console sidebar under your Project, go to **Content -> Teams**.

![Teams Collection List](/images/guides/team-rosters/step-1-teams-list.png)

Click **Add Team** to create a squad (e.g. `Senior Mens First XI`, `Under 18s Academy`) or click the edit icon on an existing team to open the **Team Details Editor**.

## Step 2: Adding Team Members

Inside the Team Editor:
1. Configure metadata such as Team Name, Division/Sub-group, Lead/Coach Name, and tags.
2. Click **Add Member** to manually add individual people with their Name, Position/Role, Member Identifier (e.g. Jersey #), photo ImageAsset, and custom tags.

## Step 3: Bulk Importing via CSV

To import an entire team roster at once:

1. Click the **Import CSV** button.
2. Ensure your CSV file has headers for: `Name, Position, Identifier, Photo, Tags`.
3. Choose your import mode:
   - **Overwrite existing Roster**: Replaces the team's current roster with the CSV file contents.
   - **Append to existing Roster**: Adds the new members to the existing list.
4. Select your `.csv` file and click **Import**.
5. Click **Save Team** in the top navigation bar to persist changes.
