> For the complete documentation index, see [llms.txt](https://docs.neodove.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neodove.com/admin-portal/contacts/faqs-contacts-or-data-upload.md).

# FAQs (Contacts or Data Upload)

1. **How do I upload contacts or leads to NeoDove?**
   * To upload contacts or leads, navigate to the "Contacts" section in NeoDove, click on the "Upload Contacts" button, and follow the prompts to select the file containing your contact data. Ensure that the file format (CSV, XLS, XLSX, etc.) and column headers are compatible with NeoDove's requirements.
2. **What information should be included in the contact data file for successful upload?**
   * The contact data file should include essential information such as name, phone number, email address, and any other relevant details. Ensure that the data is properly formatted and organized in columns to facilitate smooth uploading. The first column and the first row should not be blank.&#x20;
3. **Can I add custom fields or additional information to contacts during upload?**
   * Yes, NeoDove allows you to add custom fields or additional information to contacts during the upload process. Simply include these fields in your data file and map them to the corresponding fields in NeoDove's interface during the upload.
4. **How do I ensure data accuracy and cleanliness before uploading?**
   * Before uploading data, it's crucial to review and clean the data to ensure accuracy and completeness. Remove duplicates, standardize formats, and verify contact details to prevent errors and inconsistencies in your database.
5. **What is a walk-in lead, and how can I add one in NeoDove?**
   * A walk-in lead refers to a new lead or contact that is added manually to NeoDove's database. To add a walk-in lead, navigate to the "Contacts" section, click on the "Add Lead" button from the right bottom of the screen, and fill in the required details such as name, phone number, campaign and which agents to be assigned.
6. **Can I categorize walk-in leads or assign them to specific campaigns during addition?**
   * Yes, you can categorize walk-in leads and assign them to specific campaigns or categories during addition. NeoDove allows you to tag leads with custom labels, assign campaigns, and segment them based on various criteria for targeted outreach and follow-up.

{% hint style="success" %}
These **FAQs** should help you understand the process of uploading contacts and adding walk-in leads in NeoDove more effectively. If you have any further questions or need assistance, feel free to reach out to our **support team**.
{% endhint %}


---

# 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.neodove.com/admin-portal/contacts/faqs-contacts-or-data-upload.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.
