# Household View

Household View shows the residents at a single address. It's the screen you land on when you tap a pin in Map View or a row in List View.

## What's shown

* The address at the top
* "X people" — the number of residents at this household
* A scrollable list of every resident with their name, avatar, and current contact status

## Canvassing a resident

Tap any resident to open their [Canvass Profile](/product-tour-or-mobile-app/canvass/canvass-profile.md), where you can log a contact, take a survey, and more.

## Completing a household

When you've finished canvassing the residents, tap **Complete Household** (or **Complete Apartment Unit** for an apartment). The app warns you if there are residents you haven't logged an outcome for.

## Adding to a household

Add a new person to this household using the user icon in the top-right of the screen.

{% content-ref url="/pages/9RQPG77mmS6OjAtOIYXh" %}
[Adding People & Households](/product-tour-or-mobile-app/canvass/adding-people-and-households.md)
{% endcontent-ref %}

## Apartments

If this household is part of an apartment building, you'll also see the building's other units accessible from this screen.

{% content-ref url="/pages/ylWml0sQEDhAIRa45W7s" %}
[Apartments & Multi-Unit Buildings](/product-tour-or-mobile-app/canvass/apartments-and-households.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/canvass/household-view.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.
