> 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/edit-contact.md).

# Edit Contact

Sometimes, you might need to edit a contact. Maybe it’s because the contact information is typed incorrectly or you can add other information like phone number, e-mail, etc.

To *edit* contact, you can select and click the customer contact. If you have many contact, 3Dolphins can limit page. You can navigate the contact list by scrolling to the bottom of the list contact page and clicking through the page numbers, or you can search contact in the search column. Then, you will see form 360 customer view, edit and update contact as needed.

![Edit Contact](/files/-MQkUulO7g9FxjWKTNga)

For example, change customer contact VIP from *'No'* to *'Yes'*. and click ***save*** button. Then, if edit contact is successfully updated, you will see a notification of success, as shown images below.

![Save Edited Contact](/files/-MQkVC7t6WIKx35KTJvL)

If you want to add new phone number or email but there're customers that have the same email or phone number, so you will see a suggestion merge contact after click '+' button like below

![Duplicate Contact](/files/-MQkVSV3McKXs7lfIOfe)


---

# 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/edit-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.
