> For the complete documentation index, see [llms.txt](https://docs.keyfax.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keyfax.biz/product-suite/admin/entities/questions/address.md).

# Address

Question type used to capture address data.

{% embed url="<https://youtu.be/dWlOPXG3ldE>" %}

This question type allows the input of an address, or components of an address into the system:

<div align="center"><figure><img src="https://2882349412-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MARm6St_qFGM52R3pBa%2Fuploads%2FDNwpQEpkN0poH9s2n2M6%2F2023-04-25_15h33_18.png?alt=media&amp;token=8bb6819c-20f3-4e0d-8753-417a76240cdd" alt=""><figcaption><p>Address question properties</p></figcaption></figure></div>

### Properties

**Admin Display** - a descriptive name to identify the Question within the system.\
\
**Operator Display** - the Question text as displayed to the Operator.\
\
**Record value** - if checked the value will be added to the Recorded text (breadcrumb).\
\
**Fields** - the fields required for use and to display within the Question. Select an item by checking the relevant box/boxes. Select whether or not the field is to be mandatory by clicking the required box.

### User Experience

The Address question presents to the operator/end-user as below (this is showing *all* possible fields):

<figure><img src="https://2882349412-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MARm6St_qFGM52R3pBa%2Fuploads%2FeLpYpueHoAjlqwJe0xVV%2FAddress%20Question%204.4.7.png?alt=media&amp;token=24cac1d4-0033-46b2-9d60-a8d1a40b4d81" alt=""><figcaption><p>Address question showing all available fields</p></figcaption></figure>

### Accessing Address data

Data gathered by Address questions are available for use in Databoxes where Expressions can access individual items. Data is actually held in a snippet of XML and items held can be accessed using the [Item ](/product-suite/admin/databox-expressions/text-expressions.md#item)Expression. All the possible fields gathered by an Address question in this example:

```xml
<Title>Mr</Title>
<Inits>SG</Inits>
<Surname>Miller</Surname>
<Department>Sales</Department>
<Company>Bath Salts Ltd</Company>
<HouseNo>132</HouseNo>
<Address1>High Street</Address1>
<Address2>Fernway</Address2>
<Town>Exter</Town>
<County>Devon</County>
<Postcode>EX11 00X</Postcode>
<ContactTel>07967 377162</ContactTel>
<Extension>1332</Extension>
<Fax>N/A</Fax>
<Email>SGM@GMAIL.COM</Email>
<WorkTel>01395 377169</WorkTel>
<Forename>Stephen</Forename>
```
