# Groups

Gophish lets you manage groups of users targeted in campaigns.

## Creating Groups

To create a group, first navigate to the "Users & Groups" page in the navigation menu and click the button ![New Group](https://imgur.com/P8VcYI0.png).

You will see the following dialog appear:

![New Group Modal](https://i.imgur.com/kBZdT0G.png)

To add a group, you need to specify a *unique* group name, as well as at least one recipient.

### Adding Users to the Group

You can add the users to the group in two ways:

#### Manually Adding Users

To add users manually, fill in the text boxes for "First Name", "Last Name", "Email", and "Position" and click the "Add" button.

#### Bulk Uploading Users

Adding users manually can be a pain. To fix this, Gophish lets you upload users in bulk from a CSV file.

The CSV format gophish expects has the following header values:

* First Name
* Last Name
* Email
* Position

To upload a CSV with user information, click the "Bulk Import Users" button and select the CSV you want to upload. Users are then uploaded and displayed in the dialog.

To save the group, click "Save changes".


---

# 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.getgophish.com/user-guide/documentation/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.
