# Adding Users to Groups

**You can add users to groups and invite them to get the app.** Users can be added manually, or imported.

### How to manually add users to a group

**Open Groups and Manage Users.** Select the options icon for the group, then Manage Users. In the new window, select Add Users at the top right.

**Complete User details.** Fill in the user details in the first row and select the + to add. Repeat this above step for each user that you want to add.

### How to import users to a group

**To easily import groups and users, upload a .csv file.** You can import users to an existing group, or do a bulk import of users and groups.

**Bulk Import.** In the Groups section, select Import Groups. This will allow you to import up to 500 users along with multiple groups. If the group does not exist it will automatically created. If you need to import more than 500 users, batch them into individual import file&#x73;**.**

**Import to a single group.** Select the options icon for a group and then Manage Users. In the new window, select Import. This will allow you to import up to 500 users to a single group.

**Mobile-Only Users.** If your platform app has mobile sign ups enabled, you can import / add users with mobile numbers only (no email address needed).

### Send invites

Users who do not have an app account and are added to a group for the first time will need to be [invited](/groups-cohort-docs/groups/inviting-users.md) to access the app.

### How do I edit a user's details?

**Pending Users:** The account Agent or Admin can edit the user's details.

**Active Users:** If the user has already activated their account, the user must edit their own details (can not be edited by the Agent or Admin) so as not to infringe on user privacy.&#x20;

### Can I delete a user?

Whilst you can remove a user from your Groups, you can not delete their account off  the platform. A user may, however, [request to have their data removed from the platform](https://everyday-digital.gitbook.io/learning-app-docs/guide/data-privacy).&#x20;


---

# 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://everyday-digital.gitbook.io/groups-cohort-docs/groups/adding-users-to-groups.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.
