# People missing from Canvass or Call Time list

If you appear to be missing people from a list in Canvass or Call Time, and the number of people showing doesn't match what you see in NationBuilder, there's likely a good reason. Both Canvass and Call Time filter these list automatically for people who don't meet certain requirements.

### Requirements

#### Call Time

* Must have a valid phone number

#### Canvass

* Must have valid address
* Must be geocoded with mapping coordinates (check geocoding status [here](https://support.nationbuilder.com/en/articles/2308835-geocoding-addresses))

### How can I confirm, exclude or identify these people

You can run a NationBuilder filter that combines a condition of list membership with a condition that says a data point exists or does not exist, like so:

<figure><img src="/files/MdrhFNhQXXq3NuHw3ITf" alt=""><figcaption><p>Filter for just list membership returns 932 people</p></figcaption></figure>

<figure><img src="/files/twORrapW7vFhZRsCWyyX" alt=""><figcaption><p>Filter for list membership and an phone number exists return 894 people</p></figcaption></figure>

If the problem does not appear to be due to data requirements, it may be another factor like permissions that is removing them from the app completely. See [this article](/everything-else/other-guides/missing-people-or-organisations-in-people-section.md) for more information.


---

# 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/everything-else/other-guides/people-missing-from-canvass-or-call-time-list.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.
