> 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: Site Settings Dashboard Navigation

## Article: Site Settings Dashboard Navigation

## Article Link: https://dev.wix.com/docs/api-reference/business-management/site-properties/skills/site-settings-dashboard-navigation.md

## Article Content:

# Site Settings Dashboard Navigation

Build direct links into the settings pages of a site's dashboard. For the general URL contract (metaSiteId, fallbacks, redirects), see [Dashboard Navigation](https://dev.wix.com/docs/api-reference/business-solutions/bookings/skills/dashboard-navigation.md).

## Main Pages

| Page | URL after `/dashboard/{metaSiteId}/` | What it manages |
|---|---|---|
| Settings hub | `settings` | All site settings sections (business info, payments, etc.) |
| Website settings | `settings/website-settings` | Site name, favicon, social sharing |
| Language & region | `settings/language-and-region` | Language, currency, time zone |

Older `manage-website...` links redirect to the current routes.

## Pairing Entities with Their Read APIs

| Entity | Read API | Dashboard link |
|---|---|---|
| Site properties (business info, locale, currency) | `GET /site-properties/v4/properties` | `settings` (hub) or `settings/language-and-region` |

Example — after changing the payment currency:

```
Payment currency set to EUR.
Review your regional settings: https://manage.wix.com/dashboard/{metaSiteId}/settings/language-and-region
```