# Frequently asked questions

**Contacts & FAQs**

1. ***What is the file to import the contacts ?***\
   The File format should be CSV while importing the contacts. First column should be the number along with the country code and next column should be variables like Name, Address & Email ID
2. ***can i import contacts through the Xlsx files  ?***\
   No, you cannot use xlsx files for importing the contacts.
3. ***How many contacts i can import through the file ?***\
   You can import unlimited contacts using the CSV files. There is no limit to import the contacts in WhatsApp API
4. ***Can i add the contacts manually ?***\
   Yes, you can add the manually by going to contacts and CRM by enter the name and number!
5. ***Can i assign contacts the labels, status & custom fields in bulk ?***\
   Yes, you can assign up to 500 contacts in one go by applying any advance filter in contacts & CRM


---

# 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.whatstool.business/contacts-and-crm/frequently-asked-questions.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.
