# Bulk Adding Team Members

#### Overview

The Bulk User Import feature allows you to upload multiple users to your workspace at once using a CSV file. This streamlines onboarding and ensures teams can be added quickly without manual entry.

***

#### CSV Format Requirements

To successfully upload users, your CSV file must follow the required format. The required columns are Email, Access Level, and Product Focus.&#x20;

**Supported Values**

* **Access Levels:** `Member`, `Viewer`, `Admin`
* **Product Focus:** `Sales`, `Marketing`, `Both`

***

#### Example CSV Format

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

***

#### How to Import Users

Follow the steps below to bulk upload users:

1. Navigate to **Workspace Settings**
2. Go to **Team**
3. Select **Import CSV**
4. Upload your CSV file

Once uploaded, the system will process the file and add users accordingly.

***

#### Notes

* Existing users will be automatically detected and handled during import

***


---

# 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.hockeystack.com/marketing-intelligence/settings/bulk-adding-team-members.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.
