> For the complete documentation index, see [llms.txt](https://docs.bird.com/connectivity-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/connectivity-platform/managing-inbox-contacts/import-contacts-via-csv-file.md).

# Import contacts via CSV file

Only Owners and Admins can add contacts to Inbox via a CSV file.

&#x20;

### Prepare your file

When preparing your file for upload, please be aware of the following:

* You can import a maximum of 100,000 contacts
* The file must be a .CSV file with commas as separators
* Headers must be named: phone, email, firstName, lastName, displayName. You can include custom attributes that you want to include in the contact. To do this, create a header with the name of the attribute you’d like to add. Eg: custom:account\_id.

If you are unsure how to format your file, we have an example file available for download at the bottom of the [**Import Contacts**](https://inbox.messagebird.com/contacts/import) pop-up, which you can also access on this page.

&#x20;

### Upload your contacts

1. Log in to [Inbox](http://inbox.messagebird.com/).
2. Click the [**Contacts**](https://inbox.messagebird.com/contacts) icon on the sidebar.
3. Click [**Import Contacts**](https://inbox.messagebird.com/contacts/import). A pop-up window will appear. <br>

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

   <br>
4. Drag your CSV file into the blue box, or click the box to select and upload from your device.
5. Once your file has been uploaded, Inbox will tell you the total number of records uploaded and give you a breakdown of how many contacts succeded, duplicates, or failed.<br>

   <figure><img src="/files/0EogkbY4MK3EBZJNc5lN" alt=""><figcaption></figcaption></figure>

   <br>
6. Click **Complete** to finish uploading your contacts to Inbox!
7. You'll now be able to see your newly added Inbox contacts.

&#x20;

&#x20;


---

# 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.bird.com/connectivity-platform/managing-inbox-contacts/import-contacts-via-csv-file.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.
