> For the complete documentation index, see [llms.txt](https://docs.daylite.app/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.daylite.app/help/center/cleaning-up-duplicate-contacts.md).

# Cleaning Up Duplicate Contacts

Even with careful data entry, duplicate contacts can creep in, through imports, integrations, shared forms, or team input. Over time, it’s common to end up with multiple records for the same person or company, especially when contacts are added from different sources with slightly different details.

Daylite makes it easy to clean up your database and consolidate information using Find Duplicate Contacts tool or by manually combining records.

### Find Duplicate Contacts

To merge duplicate contacts please follow these steps:

1. Choose **Edit** > **Find Duplicate Contacts**
2. Choose **People** or **Companies**
3. Review the list of potential duplicates in the left column.
4. Choose a contact to view its possible matches in the right column.
5. Review each match to confirm it’s a duplicate.
6. Click the **star icon** next to the record you want to keep.
7. Click **Combine** to merge the records.
8. Click **Done** when finished.

Daylite merges all checked values into the starred contact. If conflicting data exists, it’s recorded in a note.

### Combine Contacts Directly

If you notice duplicate records while working in Daylite, you can combine them directly without using the Find Duplicate Contacts tool.

1. Select two People or Company records in any list.
2. Choose **Edit > Combine Contacts** from the menu bar.
3. Review both records in the merge window.
4. Click the **star icon** next to the record you want to keep.
5. Click **Combine** to merge the records.

This method supports combining two records at a time.

{% hint style="info" %}
Add Combine to the contextual menu so you can quickly merge two people or two companies.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.daylite.app/help/center/cleaning-up-duplicate-contacts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
