# State

The `State` field allows the user to choose the state or province of a specified country from a list of options in a dropdown.

If an address is selected from the dropdown of an [Address Line 1](/platform/build-forms/elements/fields/address/street-address-line-1.md) field on the same step, this field will automatically populate with the state.

If a [Country](/platform/build-forms/elements/fields/address/country.md) field's value is selected on the step, the `State` field options will automatically update to reflect the regions of the specified country.

You may also configure the default country and region that is used by the `State` field.

Feathery uses [Google Maps API](https://developers.google.com/maps/documentation/javascript/places-autocomplete) to support address autocomplete.

### For Developers <a href="#example" id="example"></a>

The Feathery SDK and API reference state fields with `type` equal to `state`. The submitted value is a `string`.

### Related Fields

{% content-ref url="/pages/lPAfmIGNqnqmx7jN8IjX" %}
[Street Address Line 1](/platform/build-forms/elements/fields/address/street-address-line-1.md)
{% endcontent-ref %}

{% content-ref url="/pages/RLRIumASmd4c7wWcOCm1" %}
[City](/platform/build-forms/elements/fields/address/city.md)
{% endcontent-ref %}

{% content-ref url="/pages/sozwOydabbRnWZvrlKhq" %}
[Zip Code](/platform/build-forms/elements/fields/address/zip-code.md)
{% endcontent-ref %}


---

# 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.feathery.io/platform/build-forms/elements/fields/address/state.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.
