> For the complete documentation index, see [llms.txt](https://docs.mastersoftgroup.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mastersoftgroup.com/harmony-suite/user-guides/version-3.2.0/address-link-table-integration-guide.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mastersoftgroup.com/harmony-suite/user-guides/version-3.2.0/address-link-table-integration-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
