> 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: Domains Dashboard Navigation

## Article: Domains Dashboard Navigation

## Article Link: https://dev.wix.com/docs/api-reference/account-level/domains/skills/domains-dashboard-navigation.md

## Article Content:

# Domains Dashboard Navigation

For the general URL contract, see [Dashboard Navigation](https://dev.wix.com/docs/api-reference/business-solutions/bookings/skills/dashboard-navigation.md). Domains have two surfaces — a **site-level** page (this site's domains) and an **account-level** page (all domains you own, no metaSiteId).

## Main Pages

| Page | URL | What it manages |
|---|---|---|
| Site domain settings | `https://manage.wix.com/dashboard/{metaSiteId}/domain-settings` | The domains connected to this site |
| My Domains (account) | `https://manage.wix.com/account/domains` | All domains in the account (renew, transfer, DNS) |

Older `settings/domains` and `manage-website/domains` links redirect to `domain-settings`.

## Pairing Entities with Their Read APIs

| Entity | Read API | Dashboard link |
|---|---|---|
| Domain availability / suggestions | `GET /domain-search/v2/check-domain-availability?domain=...` · `GET /domain-search/v2/suggest-domains?query=...` | `https://manage.wix.com/account/domains` (after purchase) |
| This site's connected domains | Site Properties (`GET /site-properties/v4/properties` → `url`) | `domain-settings` |

Example — after a purchase-link flow:

```
mybusiness.com is available — complete the purchase, then manage it here:
https://manage.wix.com/account/domains
Connect it to this site: https://manage.wix.com/dashboard/{metaSiteId}/domain-settings
```