> For the complete documentation index, see [llms.txt](https://docs.notionapps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.notionapps.com/screens-and-components/type-of-components/address.md).

# Address component

Capture or display a structured **address** on Create/Update forms (and related input flows).

## When to use

* Field service / site visits
* Customer shipping or billing locations
* Any workflow where a dedicated address control beats one long text box

## Maker setup

1. Add or select an Address field/component on a Create or Update form.
2. Bind it to the Notion property you use for location text (or structured address fields, depending on your schema).
3. In Behaviour, mark **required** when submit must block empty addresses.
4. Add helper text so mobile users know what format you expect.
5. Pair with [Location Viewer](https://docs.notionapps.com/screens-and-components/type-of-components/location-viewer-component) when users must see a map pin.
6. Publish and test on mobile keyboards.

## Prefill

URL prefill works only when your Create Form prefill setup includes the address field — see [Prefill Create Forms from a URL](https://docs.notionapps.com/how-to-guides/prefill-create-forms-from-a-url).

## Tips

* Keep one clear Notion property as the source of truth for the address string.
* For field ops, combine Address + [File upload](https://docs.notionapps.com/screens-and-components/type-of-components/file-upload) + [Signature](https://docs.notionapps.com/screens-and-components/type-of-components/signature-component).
* After Notion schema changes, reload databases ([Databases → Reload and sync](https://docs.notionapps.com/databases/reload-and-sync)).

## Related

* [Type of Components](https://docs.notionapps.com/screens-and-components/type-of-components)
* Use case: [Field Operations](https://docs.notionapps.com/use-cases/field-operations)
