# 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>
```


---

# 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.keyfax.biz/product-suite/admin/entities/questions/address.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.
