> 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

{% 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="/files/Y9wn6FmmbyfxYosy3NyE" 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="/files/jqDamFESauWuiByUanKb" 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>
```
