# Create walk lists on the fly

There are two ways you can allow your canvassers to create a walk list of the fly with no need to create a list in NationBuilder. In both of these scenarios, the end user is in control of creating these lists.

## Proximity Walk

With the Proximity Walk feature, canvassers can create lists on-the-fly based on your NationBuilder database and their current location. The user can set a radius to find people and filter the results by distance, assigned tags, support level, priority level and if the voter is assigned to the canvasser.

Results are shown in a list view or on a map, sorted by distance from your current location. You can then start a walk directly from these results.

## Cold Walk

In the case where you do not (yet) have access to a voter file or database of targets, you may want to build your own data from scratch, by knocking doors in the field and adding them to your nation.

Cold Walk allows you to start a walk without an existing list and add households and people as you walk.

Upon starting a Cold Walk, a NationBuilder list will be created automatically. Canvassers can add houses by tapping the "Add new household button" or by tapping a new household on the map.

After the house and person has been created, the household or person can be canvassed as normal.

{% hint style="info" %}
Creating walk lists on the fly is an [App Customizations](/product-tour-or-hq/app-customization.md) options and can be turned off for any of your [user types](/product-tour-or-hq/team-management.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/guide-to-canvassing-and-calls/setup-and-core-workflows/create-walk-lists-on-the-fly.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.
