# Street Address Line 2

The `Address Line 2` field collects the second line of a street address, such as an apartment number or suite.

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 second address line.

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

The Feathery SDK and API reference address line 2 fields with `type` equal to `gmap_line_2`. The submitted value is also 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/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-2.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.
