> For the complete documentation index, see [llms.txt](https://docs.messageflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.messageflow.com/mobile-push/mobile-push-common-settings/test-contacts.md).

# Test contacts

### Test contacts

This section allows you to manage users designated for safely testing notifications before sending them to the entire recipient base.

### Search

You can quickly find a specific test contact using the filters above the table:

* **E-mail**: Search by email address.
* **Phone number**: Search by phone number.
* **Device token**: Search by the unique device identifier.

<figure><img src="/files/2celWcIhR53hyrhbvu3m" alt=""><figcaption></figcaption></figure>

### Contact list

Defined contacts are displayed in a table containing:

* **Name**: Custom name assigned to the contact (e.g., "John's Phone").
* **E-mail**: The user's email address.
* **Phone number**: The phone number assigned to the device.
* **Device token**: Unique device identifier (Device ID).
* **Created at**: The date the contact was added to the list.

To remove a contact from the test list, click the **Remove** option next to the selected row.

### Adding a new test contact

To define a new test recipient:

1. Click the **+ Add** button located at the top of the screen.
2. Step 1 (Select contact):
   * Use the search engine (enter e-mail, phone number, or device token) or find the user directly on the list.
   * Check the box next to the selected contact and click the **Next** button.
3. Step 2 (Assign a name):
   * Enter a Name for this contact (e.g., "Tester Anna's Phone") to make it easier to identify during test dispatches.
   * Click **Add** to save the contact to the list.

<figure><img src="/files/BPsVUKSkJTK6ovLZhinq" alt=""><figcaption></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.messageflow.com/mobile-push/mobile-push-common-settings/test-contacts.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.
