# List View

List View shows the households on your walk as a scrollable list, organized by address. Use it when you don't need geographic context — or when you're working offline.

## What's shown

Each row in the list represents one household. You'll see:

* The address (and unit number for apartments)
* The number of residents at that household
* A status indicator showing the household's current canvass status

Tap a row to open the [Household View](/product-tour-or-mobile-app/canvass/household-view.md) and canvass its residents.

## Status indicators

Each row shows the household's current status (Not Yet Canvassed, Completed, Left Message, No Answer, Blocked, or Skipped). For what each status means, see [Statuses](/product-tour-or-mobile-app/canvass/statuses.md).

{% content-ref url="/pages/LK53rG1IdBXCAbrkgaQd" %}
[Statuses](/product-tour-or-mobile-app/canvass/statuses.md)
{% endcontent-ref %}

## Switching to Map View

Use the toggle in the screen header to flip to [Map View](/product-tour-or-mobile-app/canvass/map-view.md). Your filters and sort order carry over.

{% hint style="info" %}
List View works offline. If you've saved a walk for later via [Walk Preview](/product-tour-or-mobile-app/canvass/walk-preview.md), you can canvass through it in List View without a data connection.
{% endhint %}


---

# 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/list-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.
