# How can I Merge Records on Demand

### Overview

While Delpha automatically detects duplicates in the background based on your scheduled batch jobs, there are times when you need to manually force a merge immediately. If you have the Delpha Data Steward or System Admin permission set, you can bypass the automated queue and merge records on demand directly from the Delpha Merge Editor UI.

### How do I manually merge records on demand?

Follow these steps to select two specific records and merge them using the Delpha Merge Editor.

1. Open the Source Record: Navigate to the specific Salesforce record you want to evaluate.
2. Access the Score Meter: Locate the Delpha Score Meter component on the record page and click the "Duplicate" link.
3. Initiate Manual Merge: Click the "Add Duplicate" button.
4. Select the Target Record: A new window will appear. Search for the second record you want to merge. You can find it by typing the record's Name or pasting its exact Salesforce ID.
5. Choose the Duplicate Setting: Select the specific Duplicate Setting (your predefined matching/merge rules) to apply to this pair.
6. Execute: Confirm the pair. This will launch the Merge Editor, where you can make your final field-by-field decisions and complete the merge.

### Can I choose any duplicate setting for a manual merge?

Yes. When you select the second record, Delpha will automatically evaluate your active configurations and recommend the Duplicate Setting that is most suitable for that specific pair.

However, as an Admin or Data Steward, you have full override control. You can manually select any Duplicate Setting from the dropdown list to process the merge, even if it does not strictly align with the data's standard profile.


---

# 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/how-can-i-merge-records-on-demand.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.
