# Prevent Client Side Duplicate Records

### Here are two ways DeDupeD can prevent client-side duplicate records:

1. **Prevent duplicates on field changes:** To see how DedupeD helps you prevent duplicates on field changes, follow the steps given below:
   * Navigate to **Sales Hub** --> Contact Entity --> Click on **‘New’** button.

<figure><img src="/files/UMhPQLNROYqwwTh9oNVP" alt="Prevent Client Side Duplicate Records"><figcaption></figcaption></figure>

* A new contact record form will appear.

<figure><img src="/files/ccasFM4jVTUKWiIyzpVQ" alt="Prevent Client Side Duplicate Records"><figcaption></figcaption></figure>

* Enter a name in the **‘First Name’** field.

<figure><img src="/files/nOhbDX4czWmmBFljomXp" alt="Prevent Client Side Duplicate Records"><figcaption></figcaption></figure>

* If a contact record with the same first name already exists, then you will see a pop-up that will prevent you from creating a duplicate.

<figure><img src="/files/kxIRzzLInwJzBNI4efYW" alt="Prevent Client Side Duplicate Records"><figcaption></figcaption></figure>

* If, for some business reasons, you want to ignore duplicates and continue creating the record, then click on **‘Ignore’**.

<figure><img src="/files/k9onwb1wkC5RyoTEGM4C" alt="Prevent Client Side Duplicate Records"><figcaption></figcaption></figure>

2. **Prevent duplicate upon saving the record:** To prevent duplicates upon saving the records, follow the steps given below:
   * Enter a detail in CRM and click on **‘Save’.**

<figure><img src="/files/N3yBed5STr80jVhM0Lxc" alt="Prevent Client Side Duplicate Records"><figcaption></figcaption></figure>

* If a record with same details already exists in the CRM, then you will see a pop-up that will prevent you from creating a duplicate.

<figure><img src="/files/LRhXvvxNsbAlvZZ3p7fA" alt="Prevent Client Side Duplicate Records"><figcaption></figcaption></figure>

* If, for some business reasons, you want to ignore duplicate and save the record, then click on **‘Ignore and Save’**.

<figure><img src="/files/wH8XPcxpZ6meMiBqgI54" alt="Prevent Client Side Duplicate Records"><figcaption></figcaption></figure>

{% hint style="success" %}
For further queries, reach out to us at <crm@inogic.com>
{% 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://docs.inogic.com/deduped/features/duplicate-prevention/prevent-client-side-duplicate-records.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.
