# Merge Donors

The **Merge** option is used when two or more donor records belong to the same person and need to be combined into a single record.

Donors are considered the same if their **phone numbers** (regardless of label) are identical.

### **How merging works:**

1. Click **Merge** to open the merge card.
2. Search for and select a donor.
3. The screen will display:

* One **Primary Card** (the main donor record)
* One or more **Sub-cards** (donor records to be merged into the primary card)

If you want a sub-card to become the primary card, click **Swap**.

* The cards switch roles immediately.
* This action is fully reversible—click **Swap** again to switch back.

<figure><img src="/files/4wFUyhtniqjOzZeYfBXj" alt=""><figcaption></figcaption></figure>

4. Each card displays the donor's account number, name, and full details for review.
5. Click **Merge** on the desired sub-card.

When you click **Merge** on a sub-card, ALL its information is added to the primary card (including tags, advanced fields, locations etc.). You can merge multiple sub-cards into the same primary card.

**NOTE**: Each phone label can be used **only once** on a donor card. When donors are merged and both the primary and sub donor cards use the same phone label, the label remains on the primary donor card. The phone number from the sub-card is assigned a new label called **MISC**. This **MISC** label is created automatically during the merge and can be updated later by editing the primary donor card.

<figure><img src="/files/OKWqaVfXzrB5Ie03Ytkq" alt=""><figcaption></figcaption></figure>

The primary card displays a **number indicator** showing how many donor cards are currently selected for merging (for example, “1X” shows that 1 sub-card is selected for merging).

<figure><img src="/files/haO3Yh4zweveTXqtnDAq" alt=""><figcaption></figcaption></figure>

6. **Complete the merge.** Once everything looks correct, click **Process**.<br>

{% hint style="warning" %}
If a sub-card was merged by **mistake**:

* Click the number indicator on the primary card.
* All merged sub-cards will be separated again, and the primary card will revert to its original state.

<img src="/files/haO3Yh4zweveTXqtnDAq" alt="" data-size="original">
{% 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://help.donary.com/overview/lists/donors/donors-list-view/merge-donors.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.
