> For the complete documentation index, see [llms.txt](https://docs.senpiper.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.senpiper.com/groups-applications/managing-group-members/manual-user-management/adding-users-in-bulk.md).

# Adding users in bulk

To add users to a group in bulk,&#x20;

1\.   From the menu bar, in the **Groups** dropdown list, select the name of the group to which you want to add a user. The group details are displayed.

<figure><img src="/files/olmpQeUiDbPeLW5OLgYI" alt=""><figcaption><p><em>Navigating to group</em></p></figcaption></figure>

2\.    To add users to the group using a csv file, on the top right of the screen, click <img src="/files/-MlFiQGKSQujxa2JQv7s" alt="" data-size="line">. The **Settings** screen is displayed.

<figure><img src="/files/O3AWOUrlINaIDXkSthGA" alt=""><figcaption><p><em>Group Settings</em></p></figcaption></figure>

3\.    At the bottom right of the screen, click **Add Member** and then from the list, click **Download sample CSV**.

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

The CSV file gets downloaded to your device. It contains 2 columns - **Phone** & **Email**&#x20;

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

4\.    To add the users added to the CSV file to the group, at the bottom right of the screen,  click **Add Member** and then from the list, click **Upload user list**.

5\.    Select the file you want to upload from the device and click **Open**.

<figure><img src="/files/Y6TD5HnfQRwScwDTtSvQ" alt=""><figcaption><p>Members added by uploading Excel</p></figcaption></figure>


---

# 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.senpiper.com/groups-applications/managing-group-members/manual-user-management/adding-users-in-bulk.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.
