# Domain Availability Check

#### Availability <a href="#domainavailabilitycheck-availability" id="domainavailabilitycheck-availability"></a>

The Domain Availability check queries each Authoritative DNS for the specified domain to provide the Start Of Authority (SOA) information. SOA is a [Resource Record](https://apica-kb.atlassian.net/wiki/spaces/GLOS/pages/4631946) containing administrative information about the zone, especially regarding zone transfers.

#### Check Info <a href="#domainavailabilitycheck-checkinfo" id="domainavailabilitycheck-checkinfo"></a>

#### Check Configuration <a href="#domainavailabilitycheck-checkconfiguration" id="domainavailabilitycheck-checkconfiguration"></a>

#### Check Result <a href="#domainavailabilitycheck-checkresult" id="domainavailabilitycheck-checkresult"></a>

#### Usage <a href="#domainavailabilitycheck-usage" id="domainavailabilitycheck-usage"></a>

The Availability check queries all authoritative name serves (optionally including Stealth Name Server) for their SOA information.

They will determine if the domain is available on all name servers. It will then compare the SOA serial numbers to verify that all name servers operate with the same zone data (DNS uses serial numbers to keep track of zone versions).

The check will then compare the SOA Master name records to verify that the different name servers have picked up the zone data from the same source of origin.

This allows you to know that your domain is active where needed and that the zone data is the same across the name servers. This provides detailed information on servers that are down or out of sync.


---

# 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.apica.io/platform-docs/synthetic-monitoring-overview/explore-the-platform/check-types/domain-availability-check.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.
