# Merge entries

JabRef can help you merging entries of your database.

First, select the two entries to be merged. Then select the menu **Quality → Merge entries...**. The **Merge entries** window will pop-up.

## Parallel display of the entries' fields

![Screenshot of the parallel display](/files/-Lr5andUiQTKO13SGz1A)

The fields of the two entries are displayed side-by-side on the upper part of the window.

The differences between the two entries can be emphasized through the drop-down menu located at the upper right-hand corner of the window. Five ways of displaying the differences are offered:

* **plain text**: as is, no emphasis
* **show diff** - word: differences are shown in the right entry. Full words are struck out in red if they are removed from the left entry or underlined in blue if they are added to the right entry.
* **show diff** - character: differences are shown in the right entry. Individual characters are struck out in red or underlined in blue as above.
* **show symmetric diff** - word: differences are shown on both sides. Words are underlined and displayed in color.
* **show symmetric diff** - character: differences are shown on both sides. Characters are underlined and displayed in color.

In the central column, a radio button allows you to select which side to keep for each field: the **left side**, the **right side**, or **none**. By default, the left entry is kept, and any fields not present in the left entry are obtained from the right entry.

## Merged entry: preview and source code

![Screenshot of the preview and source code for the merged entry](/files/-Lr5andW55c_Q3PXG0FT)

Based upon your selection, the merged entry is shown, both as a preview (on the left) and as source code (on the right).

If you right-click on the preview, you can **Print entry preview** or **Copy preview**.

## Final merging

![Screenshot of choosing to merge or not](/files/-Lr5andeA0tHqAk0ncP7)

Finally, after selecting which fields to keep, you can decide to **Merge entries**. Alternatively, you can press **Cancel**.

**See also:** [Find duplicates](/v4/finding-sorting-and-cleaning-entries/findduplicates.md)


---

# 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.jabref.org/v4/finding-sorting-and-cleaning-entries/mergeentries.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.
