> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/5.1.x/customer-service/customer-contact/merge-contact.md).

# Merge Contact

When your contact has identical entries (same person with same number or e-mail) saved multiple times in the contacts list, removing all the duplicate entries from the list becomes necessary. Such a process is sometimes also referred to as merging the contacts.&#x20;

For example, when a customer sends a message from several different channels, it will make the customer's contact stored differently in the contact list. In this feature, 3Dolphins makes it easy for you to be able to merge these contacts into one.

Before merging contacts, make sure that you have access to merge contacts. Because, if the user does not have access to merge contacts, the user will not find the merge contact button on the ticket it handles. This privilege only belongs to the **Administrator.**

In order to have access to merge contacts, you can go to the administration menu then go to user management. Then, click the user tab. Next, you will choose the selected user and click the ‘edit’ button ( <img src="/files/-MP86E4IxOxoEPPUooNc" alt="" data-size="original"> ). You will see a pop-up to edit user, then go to tab Dashboard and Privilege and you can tick on the feature ‘Allow to Merge Contacts’

![Allow to Merge Contact](/files/-MQRJWTh5bvd3Vbly2pk)

On the customer contact page, you can select a contact and click the 'merge contact' button ( <img src="/files/-MQGhVFdMxnWUxswEBrR" alt="" data-size="original"> ). Then, in the pop-up of merge contact, you can search the contact based on 'contact name' and tick the selected contact then click the 'Merg&#x65;**'** button.

![Merge Contact](/files/-MQWGGr7JkGkOviTfNiH)

After the contacts are successfully merged, you will see a success notification and the secondary contact will be deleted and cannot be restored. If you want to check merge contacts by clicking on the contact then, the contact will be viewing on *360 customer view* pop-up like the image below.&#x20;

![Result Merge Contact](/files/-MQWO7XQ_QMOTr2DvXsX)


---

# 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.3dolphins.ai/5.1.x/customer-service/customer-contact/merge-contact.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.
