# Add a Contact

FieldEdge lets you create new contacts directly from the mobile app. New contacts are added to your NationBuilder database in real time, making it easy to grow your voter file while in the field.

## How to Add a Contact

1. Go to the **People** section
2. Tap the **Add** button (+ icon)
3. Fill in the contact's details
4. Tap **Save** to create the contact

## Contact Details

When adding a new contact, you can enter:

* **Name** — first name and last name (required)
* **Phone number** — mobile or home phone
* **Email address** — personal or work email
* **Address** — start typing and select from Google Places autocomplete suggestions for accurate address data
* **Support level** — initial support level (1–5)
* **Demographics** — age, gender, party affiliation, and other demographic fields

{% hint style="info" %}
Only the contact's name is required. All other fields are optional and can be filled in later.
{% endhint %}

## Address Autocomplete

When entering an address, FieldEdge uses Google Places autocomplete to suggest matching addresses as you type. Selecting a suggestion ensures the address is formatted correctly and geocoded for map display.

## Duplicate Detection

FieldEdge checks for potential duplicate contacts when you save. If a contact with a similar name or matching phone number/email already exists in your NationBuilder database, you'll be notified and given the option to:

* **View the existing contact** — open the potential duplicate's profile to verify
* **Create anyway** — proceed with creating the new contact if it's not a duplicate

{% hint style="warning" %}
Duplicate contacts can cause data inconsistencies. Always review potential matches before creating a new contact.
{% endhint %}

## Adding Contacts During a Canvass

You can also add new contacts while canvassing — for example, when you meet someone at a door who isn't in your database. New contacts created during a canvass are automatically added to NationBuilder.

{% content-ref url="/pages/mNbeVNiu4CLJtjCmdTt1" %}
[Contact Profile](/product-tour-or-mobile-app/people/profile.md)
{% endcontent-ref %}


---

# 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://guides.fieldedgeapp.com/product-tour-or-mobile-app/people/add-a-contact.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.
