> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/account-level/domains/introduction.md ## Article Content: # About the Domains APIs Wix provides multiple domain management tools that allow Wix users to register, connect, and manage domain settings for their sites. These APIs allow you to search for available domains, connect external domains to Wix, and configure DNS settings. With the Domains APIs you can: - [Search for and check the availability](https://dev.wix.com/docs/rest/account-level/domains/domain-search/introduction.md) of domain names. - [Connect externally registered domains](https://dev.wix.com/docs/rest/account-level/domains/connected-domains/introduction.md) to a Wix site via nameservers or pointing. - [Manage DNS zones](https://dev.wix.com/docs/rest/account-level/domains/domain-dns/introduction.md) for domains connected by nameservers. ## Terminology - **Registered domain**: A domain purchased and managed through Wix. - **External domain**: A domain registered with a third-party provider but connected to a Wix site. - **Primary domain**: The main domain assigned to a Wix site. - **Secondary domain**: Additional domains that redirect to the primary domain. - **Nameserver connection**: A method where Wix hosts the domain's DNS records. - **Pointing connection**: A method where an external provider manages the domain's DNS records while pointing to a Wix site. - **DNS zone**: A subdivision of the DNS namespace that defines how a domain’s traffic is directed. - **TLD (Top-Level Domain)**: The extension of a domain, such as .com, .net, or .org