> 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/loqate-harmony-api/demos/business-validation-demo.md).

# Business Validation Demo

### Prerequisites

Before you begin you will need a Loqate Harmony Account.&#x20;

If you do not have Harmony API account you register a free trial.

{% embed url="<https://www.loqate.com/anz/register/>" %}

### Business Validation Demo

We recommend opening in Codepen (click top right 'Edit on Codepen') for the best experience.

<https://codepen.io/loqateanz/full/bGaJGPx>

See our guide on [how to use our demo's](/loqate-harmony-api/demos.md#how-to-use-our-demos). Further guides are below the Codepen.

### Demo Guide

Once you enter your credentials and click start. The demo will appear below.

Enter full address string and click 'Validate'. The full response package of the match is within the response.

#### **Common Options to change**

In Setting the Options button gives you all the API options that you set for different uses for this API.&#x20;

***Country:*** Set to the target country.

***Business Status:*** ACT means ACTIVE, CAN means CANCELLED. In most cases you will want 'ACT" unless looking for Cancelled entities.

***Tax Status:*** ACT means ACTIVE, CAN means CANCELLED.&#x20;

***Hits:** Alters the amount of results our API returns on a Find request*

***State:** Filters results to a specific state or region in AU & NZ*

### Related API Specification

{% content-ref url="/pages/VXBpoC6mGSdnonIKt82D" %}
[Business Validation and Lookup](/loqate-harmony-api/api-specification/business-validation.md)
{% endcontent-ref %}


---

# 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/loqate-harmony-api/demos/business-validation-demo.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.
