# Testers & Distribution Groups

{% hint style="info" %}
All your testers and groups you add to your app project **do not have to register first**
{% endhint %}

## Testers

You can manage all your testers on the **Tester & Distribution Groups** page within the Distribution page of your App project.

On the **Tester & Distribution Groups** page you can:

* Add new testers with their e-mail adress
* Import Testers from a .csv file

### Add new testers

1. Open your App
2. Go to the Distribution Page
3. Click on Tester & Distribution Groups
4. Select the Tester tab
5. Type in your Tester e-mail address
6. Click on enter

Your testers e-mail address is now successfully added to your testers distribution list.&#x20;

![Tester and Groups page](/files/-MPTaRajNf7CRj1-i0e5)

### Import testers with .csv file

You can easily add a bunch of testers with the help of a .csv file., either as single testers or add them straight to your distribution group.&#x20;

The .csv file must contain the tester's email address only.&#x20;

#### Example of a .csv file

```
test@getupdraft.com;
test+1@getupdraft.com;
test+2@getupdraft.com
test+3@getupdraft.com
```

All added Testers are automatically added to your distribution list of your app project.

### Remove a Tester

If you would like to remove a tester from your distribution list:

1. Open your App
2. Go to the Distribution Page
3. Click on Tester & Groups
4. Click on the 3 dots next to the tester e-mail address you would like to delete
5. Click on delete

![Delete a tester](/files/-MPTbFr6qUKjbQMHIZ3-)

Your Tester e-mail address is no deleted.

## App distribution groups

You can manage all your distribution groups on the **Tester & Groups** tab within the Distribution page of your app project.

A distribution group is a set of different testers and all of them will have access to install a distributed release. An example of a distribution group can be a team of users like Projectmanager, Marketing, QA-Team or external testers.

### Creating a distribution group

1. To create your first distribution group go to the **Tester & Groups** page
2. Click on **Add Group**
3. **Give a Name** to your Group and click **Save**
4. **Add your testers** to the group by typing in their **e-mail adress** and click **enter**

All added Testers within your Group are automatically added to your distribution list of your app project.

### Remove a distribution group

1. Open your App
2. Go to the Distribution Page
3. Click on Tester & Groups
4. Click on your Group
5. Click on the 3 dots next to the group name you would like to delete
6. Click on delete

### Rename a distribution group

1. Open your App
2. Go to the Distribution Page
3. Click on Tester & Groups
4. Click on your Group
5. Click on the 3 dots next to the group name you would like to rename
6. Click on rename
7. Enter the new name and submit

<figure><img src="/files/BYEPKeLuz20c2cTjBVZz" alt=""><figcaption><p>Delete or rename a group</p></figcaption></figure>


---

# 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.getupdraft.com/your-projects/distribution/tester-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.
