# Quick Start for Field Users

## Downloading the App

The FieldEdge mobile app can be downloaded on a phone or tablet through the Apple App Store or Google Play.

{% hint style="info" %}
[**Download Here**](https://felink.me/go3)

Or go to <https://felink.me/go3>
{% endhint %}

*Alternatively, or search for "FieldEdge 3" in the respective app store.*

## Logging In

#### Step 1: Start by entering your NationBuilder slug/URL (supplied by the campaign) and tap `Next`.

<div align="left"><figure><img src="/files/uQ3GhEjODeUIKmtqmbcN" alt="" width="188"><figcaption></figcaption></figure></div>

#### Step 2: **Do you have a NationBuilder account?**

<details>

<summary>Yes, I have a NationBuilder account</summary>

1. Click the `Login with NationBuilder Account` button.
2. You will be redirected to the login page of your nation.
3. You can log in with your email and password or a social account.
4. Once logged into NationBuilder, you will be redirected back FieldEdge and logged in.

</details>

<details>

<summary>No, but I've been invited to use FieldEdge</summary>

1. Click the `Accountless Login` button.
2. Enter your mobile phone number (don't forget the country code) and tap `Next`.
3. You will receive an SMS with your login code.
4. Enter the login code into the boxes provided.
5. After a few seconds, you will be logged in.

Note: Your code lasts for one hour. If you unexpectedly receive the `incorrect code` error, you may not be set up for accountless login.

</details>

{% hint style="info" %}
Having trouble logging in? See our [troubleshooting guide here](/everything-else/other-guides/trouble-logging-in.md).
{% endhint %}

## Canvassing

### 10 steps to canvass with FieldEdge

1. Select `Canvass` in the bottom menu.<br>
2. Press the `+ New Walk` button.<br>
3. Select the list you have been assigned.<br>
4. Tap `Start Walk`.<br>
5. Allow FieldEdge to access your location.<br>
6. The Blue *dot* is your current location – the Blue *pin* is the next household the app suggests to be canvassed – the Redish pins are households that are yet to be canvassed. *You can tap any household to switch to canvass it next.*<br>
7. Tap the Address in the bottom bar (or swipe up) to see whose behind the door.<br>
8. Tap `Start Household Canvass` to start canvassing without knowing who you're speaking / to canvass multiple people at once OR select the individual who answers the door.<br>
9. At the top of the screen, you will see the basic details of the person. Underneath, you can select the Contact Status (outcome), complete a survey, set the person's support level, and add notes as instructed by your campaign. Tap `Complete`.<br>
10. Tap `Next Household`. If you haven't canvassed everyone in the Household, you will be prompted to skip them.\ <br>

{% hint style="info" %}
The blue pin uses straight-line (“as the crow flies”) distance, not walking routes along streets—so if a closer door on foot is not suggested, tap that household on the map. More detail: [Route suggestions while canvassing](/everything-else/other-guides/route-suggestions-while-canvassing.md).
{% endhint %}

{% hint style="info" %}
**Want to customize this guide?** [**Download it on Google Docs here**](https://docs.google.com/document/d/18ibe2xPp4-NvLTCD9kGoqhCddQESP4mpIUk0-jGHetw/edit?usp=sharing)

After opening the doc go to the `File` menu and select `Make a copy`
{% endhint %}

## Making Calls

If you're using FieldEdge to make calls, you'll want to navigate to the `Call Time` menu. See our [**Product Tour**](/product-tour-or-mobile-app/call-time.md) to explore the app's capabilities.

## Mobile CRM

If you're using FieldEdge as a mobile CRM, you'll want to navigate to the `People` menu. See our [**Product Tour**](/product-tour-or-mobile-app/people.md) to explore the app's capabilities.


---

# 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/quick-start-for-field-users.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.
