# Contacts Tab

The Contacts tab is the default view of the People section. It shows every contact in your NationBuilder database that you have permission to see, as a scrollable list.

## What's shown

At the top, a counter shows "X of Y people" — how many contacts are currently visible after any active filters, out of the total.

Each row in the list shows the contact's name and key identifying info (such as address). Tap a row to open the full [Contact Profile](/product-tour-or-mobile-app/people/profile.md).

## Sorting and filtering

Use the sort and filter controls at the top of the screen to refine which contacts are shown. The same filter and sort options used in Canvass apply here.

{% content-ref url="/pages/QPZy04sFVa9CGxtwK0FO" %}
[Filter & Sort](/product-tour-or-mobile-app/canvass/filter-and-sort.md)
{% endcontent-ref %}

## Adding a contact

Tap the **+** button to create a new contact.

{% content-ref url="/pages/oIH55xjKX3iIbX0BTHuV" %}
[Add a Contact](/product-tour-or-mobile-app/people/add-a-contact.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/contacts.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.
