# Deduplication

To access the Duplicate Manager, navigate to **Settings > People > Duplicates**

You can identify duplicate records in your account based on matching emails or phone numbers. Once identified, you can can review the suggested duplicates and merge them to keep your data clean and organized.

**Here’s what happens when you merge records:**

* The “primary” record (indicated with a > symbol next to it) is preserved, and “secondary” record(s) are deleted.
* Additional emails, phone numbers, and addresses from secondary records will be appended to the the primary record.
* Tags and messaging history from the secondary record will be discarded.
* Custom field values and CRM identifiers from integrated tools (i.e. VAN ID, Action Network ID) are carried over to the primary record only if the primary record’s field is empty (null). If multiple duplicate records contain values for the same custom field, no value will be merged, and the field will remain empty in the primary record after the merge.


---

# 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://daisychain.gitbook.io/help/managing-data/deduplication.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.
