# Offline Capabilities

As of FieldEdge 3.0, the mobile app can be used offline. Changes made while offline are synced back to your nation whenever the data connection becomes available again. Syncing happens automatically and in the background. [Not all features are available offline](#first-tab) and for now, we have focused on making canvassing possible without a data connection.

### Preparing for an offline canvass

To start a walk while you are offline, you will need to download the list beforehand. To do this: create a new Walk, select a list and then tap **`Save for Later`**.

![](/files/7jbEhAjcdzWz4JkmonEp)

### Start a walk offline

To start a saved Walk while offline, go to **`Canvass`** menu, find your Walk and tap it to start. You will be taken directly to the *list view*. The *map view* will not be available when starting your walk offline.

### What features work while offline?

{% tabs %}
{% tab title="✅ Available Offline" %}
**Canvass**

* Start a walk using *List View* (if create prior)
* Complete or Skip person/household/building
* Conduct Surveys
* All Profile Actions
* Add new person or household

\
**People**

* Add a new contact
  {% endtab %}

{% tab title="☁️ Online Only" %}
**Canvass**

* Create new walk (be sure to create your walk before going offline)
* Map view (available when starting walk while online)
* Sync household status
* Street view
* Viewing full profiles if not downloaded prior
* Saving field activity back to HQ Dashboard (activity will be lost)

\
**People**

* Searching for contacts by name, tag or list
* People Viewing full profiles if not downloaded prior

\
**Call Time**

* Create new Call Time session
  {% endtab %}
  {% endtabs %}

{% hint style="info" %}
**Sync status**\
Currently, FieldEdge syncs all data collected offline in the background so it isn't possible to see the status of the sync. If you would like to see more information about syncing while using the app, please reach out to us and let us know.
{% endhint %}

{% hint style="info" %}
Whether activity is sent to HQ at all is controlled per user type by the "Send Field Activity to HQ" toggle in [App Customization](/product-tour-or-hq/app-customization.md).
{% 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/offline-capabilities.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.
