# Address Link Table Integration Guide

This framework enables consistent address resolution by linking equivalent records across systems into a single source of truth.

The linkage system supports both **batch processing** and **real-time lookup**, ensuring flexibility and scalability for various integration scenarios.

> **Initial Implementation:**\
> The first implementation of this framework is tailored for the **New Zealand (NZ) locale**, with support for additional locales planned in future releases.

#### **Key Capabilities**

* Consolidates address records from multiple sources into a unified link table.
* Supports batch processing for large-scale linkage.
* Performs consolidated lookups by retrieving and merging address records from multiple sources using the link table.
* Enables real-time linkage during address lookup if no match is found in the link table.
* Designed for extensibility across locales.

#### **Key Benefits**

* Consolidates results from multiple sources into a single, unified candidate list.
* Reduces duplication and improves match accuracy.
* Supports fallback to online linkage when no pre-existing link is found.

## [**Batch Link Table Build**](/harmony-suite/user-guides/version-3.2.0/address-link-table-integration-guide/batch-link-table-build.md)

Instructions for generating the address link table using the batch processing tool.

## [**Address Lookup Using Link Table**](/harmony-suite/user-guides/version-3.2.0/address-link-table-integration-guide/address-lookup-using-link-table.md)

How the HRA address lookup uses the link table and performs online linkage when needed.


---

# 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.mastersoftgroup.com/harmony-suite/user-guides/version-3.2.0/address-link-table-integration-guide.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.
