> 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: Connected Domain Setup Info V1 # Type: Connected Domain Setup Info Object # Link: https://dev.wix.com/docs/api-reference/account-level/domains/connected-domains/connected-domain-setup-info-v1/connected-domain-setup-info-object.md ## Description: A `connectedDomainSetupInfo` object holds information the connected domain's external registrar and some DNS records. You can use this information to guide the site owner through the domain's setup process. ## Schema: ```json Type: Connected Domain Setup Info Object | type: ConnectedDomainSetupInfo Description: A `connectedDomainSetupInfo` object holds information the connected domain's external registrar and some DNS records. You can use this information to guide the site owner through the domain's setup process. - name: connectedDomainId | type: string | description: ID of the connected domain. Identical to the domain name including TLD. - name: registrar | type: Registrar | description: Information about the external domain registrar including current name servers. - name: name | type: string | description: Name of the external domain registrar. For subdomains it's the registrar of the root domain. - name: value | type: string | description: - name: nameServers | type: Array | description: Values of the current name server records. In case you connect an external domain using name servers, site owners must replace these current name servers with the new name servers found in `connectedDomainSetupInfo.nameserverRecord.nsRecord.values` during the initial domain setup. The replacement can't be performed through Wix APIs, you must use the infrastructure of the external domain registrar. Read more about [connecting domains using nameservers](https://dev.wix.com/api/rest/account-level-apis/connected-domains/sample-flows#account-level-apis_connected-domains_sample-flows_connect-an-external-domain-using-nameservers). ```