# Duplicate detection - When does it happen?

## How Does Duplicate Detection Work in Delpha?

Duplicate detection in Delpha is a **scheduled process** that runs **every 12 hours**, automatically scanning your Salesforce org to identify potential duplicate records.

This article explains how the detection works, what triggers it, and how to pause or stop it if needed.

## What Triggers a Duplicate Detection?

Delpha scans for duplicates under the following conditions:

* ✅ **New records** created in Salesforce **(excluding those flagged as D Do Not Process = True)**
* ✅ **Modified records**: If **any field** listed in the *Fields section* of the **Delpha Duplicate Settings** is updated, the record is automatically re-evaluated.

This ensures that even long-existing records are reconsidered when relevant data changes.

## When Does It Run?

* **Frequency:** Every **12 hours**
* **Scope:** Applies to **Contacts, Accounts, Leads**, and any object configured in your Delpha Duplicate Setup

## How to Disable Duplicate Detection

You can temporarily or permanently stop the detection process:

**1. Deactivate the Duplicate Use Case**

* Go to **Delpha Duplicate Settings**
* Turn **off** the Duplicate detection use case for the relevant object

**2. Set Detection Frequency to ‘Never’**

* Open the **Delpha Setup app**
* Navigate to **Tab: Delpha Configuration → Section: Duplicates**
* In the **frequency dropdown**, select **‘Never’**

## Summary

| Feature            | Description                                     |
| ------------------ | ----------------------------------------------- |
| **Runs Every**     | 12 Hours                                        |
| **Triggers**       | New records, field changes                      |
| **Fields Tracked** | Defined in Delpha Duplicate Settings            |
| **Pause Methods**  | Deactivate Use Case or Set Frequency to "Never" |


---

# 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/duplicate-detection-when-does-it-happen.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.
