> 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-1/sales-activity/contact/detail-contact/merge-contact.md).

# Merge Contact

Dari waktu ke waktu, Anda mungkin menemukan bahwa Anda memiliki kontak duplikat atau masalah lain dan perlu menggabungkannya. Misalnya, Jika kontak Anda memiliki entri yang sama (orang yang sama dengan nomor atau e-mail yang sama) yang disimpan beberapa kali dalam daftar kontak, kita perlu menghapus semua entri duplikat dari daftar. Proses semacam itu terkadang juga disebut sebagai merge contact, prosesnya ditunjukkan di bawah ini.

1. Buka halaman Contact untuk salah satu kontak yang ingin Anda gabungkan.
2. Pada pojok kanan atas Contact detail, klik button **“Action”** dan pilih opsi **“Merge Contact”**.
3. Kemudian, pada pop up merge kontak, Anda dapat mencari kontak berdasarkan *'contact name'* dan centang kontak kemudian klik button **"Merge"**.

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

Setelah kontak berhasil digabungkan, data sosial dan info kontak dari kedua kontak akan disimpan di kontak hasil.


---

# 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-1/sales-activity/contact/detail-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.
