# Contacts

{% embed url="<https://youtu.be/tPTaS8tk3YI>" fullWidth="false" %}

### **Adding Contacts:**

To add contacts, click the "Add Contact" button. Subsequently, provide a preferred name and upload text format CSV containing the contacts. The CSV format should have at least one column labeled "number," ensuring phone numbers include the country code (e.g., +591 705x111x1x). Additionally, you have the flexibility to include individual columns for each contact, such as name, last name, description, and more.

#### **CSV Format Example:**

```
number,name,lastname,description
{code}{number},{name},{lastname},{description}
+1123x456x7890,Jane,Smith,Supplier
+591705x111x1x,John,Doe,Client
...,...,...,...
```

### **Uploading Contacts:**

After filling in the details, click "Save" to upload and update the contact information. The system will refresh, displaying the updated list of contacts.

### **Viewing and Updating Contacts:**

* **View Contacts:** Scroll through the list to view each contact's information.
* **Update Contacts:** To modify contact details, click the "Update" button. This allows you to edit information such as names and contact numbers.

{% hint style="info" %}
**Note:** Ensure your **Text CSV** file follows the specified format, and be mindful of the country codes in the "<mark style="color:yellow;">**number**</mark>" column for accurate contact information
{% endhint %}


---

# 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.buzzchat.click/home/product-guides/contacts.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.
