> For the complete documentation index, see [llms.txt](https://tutorials.kuasa.io/getting-started/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorials.kuasa.io/getting-started/kuasa-campaigns/contacts/manage-contacts/how-to-add-bulk-of-contacts-in-tag.md).

# How To Add Bulk Of Contacts In Tag

1. Login to your account via <https://campaigns.kuasa.io/>.
2. Click **Campaigns.**

<figure><img src="/files/ZqTsecln81jGwfwPH90I" alt=""><figcaption></figcaption></figure>

3. Click **Contacts > Manage Tags** on the sidebar.

<figure><img src="/files/l3OjNNDl1HK30EdkgYnp" alt=""><figcaption></figcaption></figure>

4. Click any Tagging that you want to add contact in it. If you haven't created the tags yet, you need to [**add the tag**](https://tutorials.kuasa.io/getting-started/kuasa-campaigns/contacts/manage-tags/how-to-add-tags) first.

<figure><img src="/files/rMyDHjIhD3xrGHL4ucsh" alt=""><figcaption></figcaption></figure>

5. Click **+Add New** button on the right top.

<figure><img src="/files/FK7NmK4cKC98ZhkzGyzl" alt=""><figcaption></figcaption></figure>

6. Click **Import with CSV** button.

<figure><img src="/files/xYv3RvJaODoasPrHrBn2" alt=""><figcaption></figcaption></figure>

7. Step 1: You may download sample CSV file.\
   \
   Step 2: Upload your **CSV file** and set the **selected country.**\
   \
   Step 3: Click **Add New** button.

<figure><img src="/files/G4mlxJ99Ok374LYXr3xK" alt=""><figcaption></figcaption></figure>

8. Enter your customers' databases in the CSV file.

<mark style="color:red;">**MAKE SURE TO CHANGE PHONE NUMBER FORMAT FROM GENERAL TO NUMBER**</mark>

<figure><img src="/files/zy1xlT8ldmz1SiCRR0JW" alt=""><figcaption></figcaption></figure>

1. <mark style="color:blue;">Highlight column C together with the header C.</mark>
2. <mark style="color:blue;">Click on the General as shown in the picture above and select Number to change the format.</mark>

<figure><img src="/files/S3KPhqQWZCEyiCqMQpd6" alt=""><figcaption></figcaption></figure>

3. <mark style="color:blue;">Click twice on the section as shown in the picture above.</mark>

<figure><img src="/files/JG6IuMiusYbcl7O90WUZ" alt=""><figcaption></figcaption></figure>

4. <mark style="color:blue;">After you have successfuly changed the format, the right format of phone number as shown in the picture above.</mark>

5. Ensure that your **CSV** follows the format described below. You MUST fill out every column. In some cases, you must enter a "dummy email" if your customer does not have one.

<figure><img src="/files/p4PasKKMv52awhUsyW8P" alt=""><figcaption></figcaption></figure>

11. CSV files that have been uploaded are shown its status as **Pending** in the **Imported Files.**

<figure><img src="/files/uliqCM0QDK47Vhg8FskC" alt=""><figcaption></figcaption></figure>

12. Bulk of contacts are successfully uploaded in tag.

<figure><img src="/files/mtjiu2Sl8p2QatN27ocz" alt=""><figcaption></figcaption></figure>


---

# 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://tutorials.kuasa.io/getting-started/kuasa-campaigns/contacts/manage-contacts/how-to-add-bulk-of-contacts-in-tag.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.
