# Contact Profile

The Contact Profile screen displays everything FieldEdge knows about a contact from NationBuilder, organized into three tabs.

## Opening a profile

You can reach the Contact Profile in two ways:

* **From the People tab** — tap any contact in the [Contacts tab](/product-tour-or-mobile-app/people/contacts.md), or from a list or tag.
* **From a Canvass walk or Call Time session** — if your user type has the "Allow users to access full profiles via canvass/call list" option enabled in [App Customization](/product-tour-or-hq/app-customization.md), you can tap into the full profile from the in-walk [Canvass Profile](/product-tour-or-mobile-app/canvass/canvass-profile.md). If this is disabled for your user type, you'll only see the canvass-context profile during a walk or call.

## Header

At the top of the profile you'll see:

* Avatar and name
* Tags (with highlighted tags surfaced — see [App Customization → Tags](/product-tour-or-hq/app-customization.md))
* Last contact info (date, type, outcome)

## Personal Tab

The Personal tab shows the contact's identifying and contact information:

* Name, prefix, demographics (age, gender)
* Phone numbers, email addresses
* Home address
* Custom fields (see [Custom Fields](/product-tour-or-mobile-app/people/custom-fields.md))

Tap a phone number or email to call or message directly. Tap the edit icon to update any field — changes sync to NationBuilder in real time.

{% hint style="info" %}
Which fields are editable on a contact (such as Religion, Name Prefix, Middle Name) is configured in [App Customization](/product-tour-or-hq/app-customization.md) → Edit Fields.
{% endhint %}

## Support Tab

The Support tab shows political and engagement data:

* Support level (1 = strong support … 5 = strong oppose)
* Priority level
* Party affiliation
* Capital and political capital scores (where available)

{% hint style="info" %}
Which profile fields appear (such as Donations) is configured in [App Customization](/product-tour-or-hq/app-customization.md) → Profile Fields.
{% endhint %}

### Ballots (Voting History)

Ballots are imported as a historical record of when elections occurred and how an individual voted in that election. If ballots have been imported into your nation and available for the profile, you will see a "Ballots" section under the Support tab. Opening this section will show a list of ballots.

<div><figure><img src="/files/3jYqHRkaADp4b4VA73Dt" alt=""><figcaption></figcaption></figure> <figure><img src="/files/9TNni5674uwTcPFWBOac" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
Note: The vote history stat boxes on the NationBuilder Control Panel will show all the elections the nation has set up that the person is eligible to have voted in based on their registered address. FieldEdge only shows the ballots where the person voted.
{% endhint %}

For further detail on Ballots and vote history, see NationBuilder's [Import vote history](https://support.nationbuilder.com/en/articles/2471330-import-vote-history) documentation.

## Activity Tab

The Activity tab is a chronological log of every interaction recorded against this contact:

* Logged contacts (with date, method, outcome, and who logged them)
* Private notes
* Survey responses
* Tag changes

Use this tab to review past engagement before reaching out again.

## Taking Actions

A floating action button opens the Actions menu — log a contact, add a note, manage tags, take a survey, set priority or support level, and more.

{% content-ref url="/pages/JwbkE6rhnd5zG4pmDXqB" %}
[Actions](/product-tour-or-mobile-app/actions.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/profile.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.
