# Street Address Line 1

The `Address Line 1` field displays a search-as-you-go dropdown of addresses that autocomplete the address fields when you select an option. The address data is powered by Google Maps.

The `Address Line 1` field specifically collects the first line of a street address.

Typing into this field triggers a dropdown to appear, which allows the user to select an address from the list. If other address fields are present on the step (Address Line 2, City, State, Zip Code), those fields will also be populated with the relevant values from the selection.

Feathery uses the [Google Maps API](https://developers.google.com/maps/documentation/javascript/places-autocomplete) to support address autocomplete. We leverage our own API key for non-business tier volume, but we will ask business plan customers to provide their own key after a certain amount of volume.

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

The Feathery SDK and API reference address line 1 fields with `type` equal to `gmap_line_1`. The submitted value is a `string`.

To access the Google Maps API data, including address components and latitude / longitude, you can subscribe to the change event for this field and access [integrationData](/develop/react/api-guide/form/event-handlers/onchange.md#triggerdata-object).

### Related Fields

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

{% content-ref url="/pages/E8XZchJydIyDDjwajRjV" %}
[State](/platform/build-forms/elements/fields/address/state.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/street-address-line-1.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.
