# Change Address in the US and Exclude from NCOA

**LFS version**: requires v12.46 or later

**Context**

In the United States, organisations get notified through NCOA (National Change of Address) updates when a subscriber changes their address. However, not all address changes are valid, so it's important to identify and flag these addresses to prevent incorrect updates.

For customer service representatives, having the ability to exclude NCOA updates for address changes within the US is crucial for complying with national regulations.

When helping a customer change their address, if the address is in the US, there is an option to exclude NCOA updates.

The checkbox to exclude NCOA updates is always unchecked by default.

<figure><img src="/files/DcdgCgGWTHGYX8mlPPdq" alt=""><figcaption></figcaption></figure>

**Considerations**

Since this feature is optional, it has been developed as a separate flow component that can be added to the delivery address screen when needed.

<figure><img src="/files/ZXgx1KAIzaVdPB6SdQVD" alt=""><figcaption></figcaption></figure>

To ensure that the toggle is visible only when updating a delivery address or both billing and delivery addresses, and hidden for updates to the billing address only, utilise the Component Visibility setting in the flow builder:

<figure><img src="/files/cVYO695BCzcd0o4CDXeh" alt=""><figcaption></figcaption></figure>

When submitting an address update, the 'exclude\_ncoa' boolean flag is included in the address attribute of the request payload:

![](https://limio.zendesk.com/hc/article_attachments/19513817968285)

### Related articles:

[Subflow: Change Address](/integrations/using-limio-for-salesforce/manage-subscriptions-flow/subflow-change-address.md)


---

# 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.limio.com/integrations/using-limio-for-salesforce/address-mandatory-fields/change-address-exclude-ncoa.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.
