# Merge Contacts

When duplicate contact records exist in your database, you can merge them into a single record. The merge process combines data from the duplicate records into one target contact and removes the duplicates.

{% hint style="warning" %}
**NOTE:** Merging contacts is a permanent action and cannot be undone. Review the records carefully before proceeding.
{% endhint %}

{% stepper %}
{% step %}

#### Navigate to Community Relationships

From the PEARS homepage, hover over the **Engage** menu and click **Community Relationships**.
{% endstep %}

{% step %}

#### Select Contacts to Merge

On the Community Relationships list page, select the duplicate contact records you want to merge by checking the boxes next to their names.
{% endstep %}

{% step %}

#### Click Merge

Click the **Merge** button to begin the merge process.
{% endstep %}

{% step %}

#### Select the Target Person

In the **Select Person to Merge Into** field, choose the contact record that will be kept after the merge. All data from the other selected records will be combined into this person.
{% endstep %}

{% step %}

#### Review the Merge Preview

Review the merge preview to confirm which data will be retained.

The merge process will:

* **Combine email addresses** from all selected contacts into the target person's record.
* **Move all interactions** from the duplicate records to the target person.
* **Move all registrations** from the duplicate records to the target person.
* **Delete the duplicate records** after all data has been transferred.
  {% endstep %}

{% step %}

#### Confirm the Merge

Click **Merge Contacts** to complete the process. The duplicate contact records will be deleted and all of their associated data will be transferred to the target person.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**TIP:** Before merging, compare the contact records side by side to ensure they are true duplicates. Check names, email addresses, and other identifying information to avoid merging records for different people.
{% endhint %}


---

# 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://support.pears.io/engage/community-relationships/merge-contacts.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.
