# Missing people or organisations in People section

{% hint style="warning" %}
If people are missing from a **Call Time** or **Canvass list**, [review this article first](/everything-else/other-guides/people-missing-from-canvass-or-call-time-list.md).
{% endhint %}

There are a few reasons you might not be able to find the person you are looking for using the People section of the app:

1. You don't have permission to view their profile
2. Searches need to be an exact match
3. Searches for an organisation with three or more words don't work
4. The person is missing from your nation altogether

Read on for further explanation of each scenario.\
​

### 1. You don't have permission to view their profile <a href="#id-1-you-dont-have-permission-to-view-their-profile" id="id-1-you-dont-have-permission-to-view-their-profile"></a>

Check that you have access to this person's profile. If you are not an admin, you may have a permission set that requires you to be the point person to view them. Check with an Admin of your nation what permission set you have and if you are the point person.

### 2. Searches need to be an exact match <a href="#id-2-searches-need-to-be-an-exact-match" id="id-2-searches-need-to-be-an-exact-match"></a>

To find someone using FieldEdge's search, you need to make sure you are search for an exact match, eg. if the person's name is "Franklin", searching for "Frank" will not find them. This is due to a bug in NationBuilder search API.

### 3. Searches for an organisation with three or more words don't work <a href="#id-3-searches-for-an-organisation-with-three-or-more-words-dont-work" id="id-3-searches-for-an-organisation-with-three-or-more-words-dont-work"></a>

If you are searching for an organisation that has more than one word in its name, eg. "McDonalds South Florida", you may not be able to find it using FieldEdge. This is due to the way the NationBuilder search API is designed.

### 4. The person is missing from your nation altogether <a href="#id-4-the-person-is-missing-from-your-nation-altogether" id="id-4-the-person-is-missing-from-your-nation-altogether"></a>

Are you sure the person exists in your nation? Try searching for them on [nationbuilder.com.](http://nationbuilder.com/)

{% hint style="info" %}
NationBuilder is working on a new API that will resolve these issues. Once the API is released widely, FieldEdge will upgrade our search.
{% 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/everything-else/other-guides/missing-people-or-organisations-in-people-section.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.
