> 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: App Management Dashboard Navigation

## Article: App Management Dashboard Navigation

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

## Article Content:

# App Management Dashboard Navigation

Build direct links into the app-management 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 |
|---|---|---|
| App Market | `app-market` | Browse and install apps |
| Manage apps | `manage-installed-apps` | Installed apps (update, remove, settings) |

The older `manage-apps` link redirects to `manage-installed-apps`.

## Pairing Entities with Their Read APIs

[List Installed Apps](https://dev.wix.com/docs/api-reference/business-management/app-installation/skills/list-installed-apps.md) (`GET /apps-installer-service/v1/app-instances`) returns each installed app's `appDefinitionId` and name — which is also what the app-ID fallback URL needs.

Example — after installing an app:

```
Installed Wix Bookings.
Manage your apps here: https://manage.wix.com/dashboard/{metaSiteId}/manage-installed-apps
```