# Region

Similar to an [address question](/adding-questions-and-content/question-reference/address.md), the **region** question allows collecting location data, but does not require a street address.

Sometimes you might not want to collect an address, but just a region where a responder is interested in or living. A good example would be if you're collecting information about where a responder might be looking to rent or buy a property, without knowing where exactly. That's what the region question is for!

## Autocomplete using Google Places API <a href="#autocomplete-using-google-places-api" id="autocomplete-using-google-places-api"></a>

Providing a Google Places API key will allow autocompleting the remainder of the address parts from the value that the responder types into the first field.

### Guessing the postal code

Most larger towns and cities in the United States have more than one corresponding ZIP code. Consequently, autocompleting a string like "brooklyn" is ambiguous when it comes to ZIP code.

If you need ZIP code, you can enable the **Guess postal code?** option. Guessing the ZIP code results in a geolocation call being made to the Google Maps Javascript API, to find the ZIP code as close to the center of the region as possible, if one exists.

{% hint style="info" %}
Your API key must permit the **Maps Javascript API** and **GeoCode API** in addition to the **Places API** if using **Guess postal code.**
{% 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://docs.formsort.com/adding-questions-and-content/question-reference/region.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.
