# Some duplicate are not detected, what can I do?

## What to Do If Legitimate Duplicates Are Not Being Detected in Delpha

If some **valid duplicates** are not flagged by Delpha's duplicate detection process, there are several ways to **improve match detection and scoring accuracy**.

This article outlines the key configurations you can adjust to optimize the detection process and identify more true duplicate pairs.

### 1. Add Additional [Screen Fields](/delpha-for-salesforce/use-cases-setup/duplicate/duplicate-detection.md#advanced-settings-optional)

#### What Are Screening Fields?

Screening fields are used during the **initial filtering phase** to decide whether two records should even be considered as a potential match. By default, this relies heavily on the **Name** field.

If two records differ significantly in name but match on other key fields (e.g., email, phone, domain), they may be missed.

#### How Screening Fields Help

* ✅ **Adding relevant fields** (e.g., Email, LinkedIn URL) increases the chance of catching real duplicates that don't match on name alone.
* ⚠️ **Using too many screening fields** can increase processing time and generate low-confidence pairs (**false positives**).

> **Example:** Add `Website` and `LinkedIn URL` as screening fields for Company duplicate detection or add Email as screening for Contact duplicate detection

<table><thead><tr><th width="92">Field</th><th width="172">Contact A</th><th width="182">Contact B</th><th>Screening</th></tr></thead><tbody><tr><td>Name</td><td><mark style="color:orange;">William</mark> <mark style="color:orange;">SMITH</mark> </td><td>Bill Charles Henry  <mark style="color:orange;">SMITH</mark> - JOHNSON </td><td><p>Default Screening: based on the <strong>Name</strong></p><p>⇒ NOT DETECTED, names are too different</p></td></tr><tr><td>Email</td><td><mark style="color:orange;">william@acme.com</mark></td><td><mark style="color:orange;">william@acme.com</mark></td><td><p>Screen Fields: <strong>Email</strong> </p><p>⇒ DETECTED -> the pair Contact A - Contact B is sent to the scoring process</p></td></tr></tbody></table>

### 2. Review and Adjust [Fields detection](/delpha-for-salesforce/use-cases-setup/duplicate/duplicate-detection.md) Rules

#### [Mandatory vs. Optional rules](/delpha-for-salesforce/how-to-faq/delpha-duplicate/how-does-the-duplicate-scoring-work.md#impact-of-mandatory-setting-on-the-score)

* **Mandatory fields** reduce false positives by requiring data in both records for scoring.
* **Optional fields** allow records with missing data to still contribute to a pair’s score.

> 📌 **Tip:** Consider relaxing some fields from Mandatory → Optional to allow more flexible matching.

#### Add New Optional Fields

* Introducing new fields as **optional comparison points** (like `Industry`, `Phone`, `Region`) can help **boost the match score** and uncover missed duplicates.

### 3. Improve Your Underlying Data Quality

Duplicate detection accuracy **directly depends** on the **quality and completeness** of the data being evaluated.

#### Steps to Take:

* Run **Data Quality assessments** in the **Data Steward View**
* [Apply Delpha’s **recommended values** to improve data validity, consistency, and completeness](/delpha-for-salesforce/delpha-apps/delpha-data-quality/data-quality-steward-view.md)
* Ensure key fields used in deduplication (e.g., `Name`, `Email`, `LinkedIn`) are up to date

## Summary

| Improvement Area     | What It Does                                 | Recommendation                                 |
| -------------------- | -------------------------------------------- | ---------------------------------------------- |
| **Screening Fields** | Helps include more potential duplicate pairs | Use sparingly                                  |
| **Detection Rules**  | Impacts score calculation logic              | Adjust Mandatory settings, add Optional fields |
| **Data Quality**     | Better input = better detection              | Apply fixes from Steward View                  |

{% hint style="success" %}
If you identify the undetected pair, you can utilize the [on-demand merge feature](/delpha-for-salesforce/how-to-faq/delpha-duplicate/how-can-i-merge-records-on-demand.md).
{% 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.delpha.io/delpha-for-salesforce/how-to-faq/delpha-duplicate/some-duplicate-are-not-detected-what-can-i-do.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.
