# Importing Staff
> Source: https://development.fuze-store.com/docs/store/import/staffs

# Importing Staff

You can import staff members into Fuze Store POS to set up or update your team in bulk. This is useful when onboarding multiple employees or migrating from another system.

![The Import Staff dialog in the Fuze Store app showing a CSV file upload area and a Download Template button](/docs/store/import/import-upload-dialog.png)

## Step-by-Step Guide

1. Open the sidebar menu.
2. Go to **Store** and select **Store** from the list.
3. Select **Import** from the Store screen.
4. Fill in the import form:
   - Choose **Staffs** from the Type dropdown.
   - Upload your file in **CSV** or **Excel** format.
     > See [Sample Staffs.xlsx](#) for reference.
5. Click **Import**. Your staff members will be added to the store.

## Field Reference

Here are the columns in the Staff import file:

| Field | Description | Required | Possible Values | Example |
| --- | --- | --- | --- | --- |
| **id** | UUID identifier for the staff member. Leave empty to create a new entry. | | | 123e4567-e89b-12d3-a456-426614174000 |
| **role_id** | UUID or code identifier of the role to assign. | | | 123e4567-e89b-12d3-a456-426614174001 or barista |
| **first_name** | First name of the staff member. | **Yes** | | John |
| **last_name** | Last name of the staff member. | **Yes** | | Doe |
| **email** | Email address of the staff member. | | | john.doe@email.com |

## Tips

- Review your data before importing to avoid errors.
- Download a sample export file first if you are unsure about formatting.
- Make sure each staff member has the correct role assigned.
- Keep staff records up to date as your team changes.
