# Create New Contact

To create new contact manually, in the upper right corner, you can click **+*****new contact*** button. Then, you will see a blank form to add new contact. Enter the information required like first name, last name, phone number, email, etc. Click the ***save*** button as shown images below.

![New Contact](/files/-MQkUAgpMzK90W8CXmRa)

Field component explanation :

| Field Name             | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| ---------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| VA Engagement          | Virtual Assistant Engagement displays number of times a user interacting with bot based on the knowledge module.                                                                                                                                                                                                                                                                                                                                                                          |
| History                | To view activity of the ticket (which include Unassigned, transferred until the ticket is closed).                                                                                                                                                                                                                                                                                                                                                                                        |
| Additional Information | You can add additional information of customers. You can add additional fields in the system setting > Contact Configuration > Data Setting.                                                                                                                                                                                                                                                                                                                                              |
| Personal Data          | <p>1. First Name : First name of the Customer.<br>2. Last Name : Last name of the Customer.<br>3. Phone : Phone Number of the Customer (must be filled with 10-13 digits).<br>4. Email : Email address of the Customer (must be email-formatted e.g <example@gmail.com>).<br>5. VIP : To mark a contact as VIP. If marked as VIP, new tickets from that contact will be automatically marked as priority and will skip the queue if any.</p>                                              |
| Other Information      | <p>1. ID Number : Enter Id Number.<br>2. ID Type : Select option for ID type,<br>3. Birthdate : Date of birth of the Customer,<br>4. Mother’s Name : Mother’s name of the customer,<br>5. Address : To specify address of the customer,<br>6. Gender : Select gender of the customer,<br>7. Language : Select language,<br>8. City : To specify city of the customer,<br>9. Country : To specify country of the customer,<br>10 Postal Code : To specify postal code of the customer,</p> |

After you have finished entering all information of customer, click the save button or you can exit or cancel the process of adding a new contact by clicking the closed button on the pop up form.

For example, click the ***save*** button. Then, if a new contact is successfully created, you will see a notification of success, and the contact will appear in the customer’s contact list. But, if customers have the same email or phone number, you will see a suggestion merge contact as shown images below.

![Duplicate Contact](/files/-MQkUNil-2LaDXkNhJd0)


---

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