> For the complete documentation index, see [llms.txt](https://docs.inogic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inogic.com/deduped/features/address-merge.md).

# Address Merge

Now you can easily control how addresses from duplicate records are merged, moreover you can also preserve additional addresses when needed. DeDupeD provides a range of address merge criteria to tailor how addresses from subordinate records are merged into a master record. Whether it's saving all addresses, selecting the most complete data, prioritizing based on specific fields, or considering creation and modification dates. These options ensure flexibility and precision in managing address data for Account, Contact, and Lead records.

Once you have configured your desired address merging criterion you can proceed to merge Address fields:

* Navigate to **Sales Hub → Contact Entity →** Select and open the record for which you want to detect and merge address fields based on your desired Address merge criterion, here we will merge Address fields based on **“Most Complete Address”** criterion → Click on the **“Show Duplicates”** button.

<figure><img src="/files/bIO8y1JPLWsIVcgZrpAy" alt="Address Merge"><figcaption></figcaption></figure>

* Select all the duplicates and click on **“Merge”.**

<figure><img src="/files/S2A9GNm4pvLhwNj3eyy9" alt="Address Merge"><figcaption></figcaption></figure>

* Now to merge the details from the subordinate record with the most complete Address to the master record click on **“Finish”**.

<figure><img src="/files/s7oynVC6KJ8ZpOFgnuqQ" alt="Address Merge"><figcaption></figcaption></figure>

* Now the details from the subordinate record with the most complete Address will be merged to the master record successfully.

<figure><img src="/files/0tQQDyOR1mbSwpfonXk0" alt="Address Merge"><figcaption></figcaption></figure>

* Additionally, DeDupeD saves the Address details of other subordinate records in the related entity, for which you will have to go to **Related -> Addresses**.

<figure><img src="/files/ybtFWmfqHqEsjTukonvd" alt="Address Merge"><figcaption></figcaption></figure>

* Here you will find the additional Addresses from all the remaining subordinate records.

<figure><img src="/files/9M95jdZauPVcdzfLL5xU" alt="Address Merge"><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.inogic.com/deduped/features/address-merge.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.
