> 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

# Overview

## [Platform Overview](https://dev.wix.com/docs/overview/platform-overview.md)


- [The Wix Development Platform](https://dev.wix.com/docs/overview/platform-overview/the-wix-development-platform.md)

- [Development Paths](https://dev.wix.com/docs/overview/platform-overview/development-paths.md)

- [Types of Wix Sites](https://dev.wix.com/docs/overview/platform-overview/types-of-wix-sites.md)

- [About Wix APIs](https://dev.wix.com/docs/overview/platform-overview/about-wix-apis.md)

- [Wix Business Solutions](https://dev.wix.com/docs/overview/platform-overview/wix-business-solutions.md)

- [Developer Tools](https://dev.wix.com/docs/overview/platform-overview/developer-tools.md)

- [Wix Project Structure](https://dev.wix.com/docs/overview/platform-overview/wix-project-structure.md)


## [Site Features & Tools](https://dev.wix.com/docs/overview/site-features-tools.md)


- [Site Development on Wix](https://dev.wix.com/docs/overview/site-features-tools/site-development-on-wix.md)

- [Wix Dashboard](https://dev.wix.com/docs/overview/site-features-tools/wix-dashboard.md)

- [CMS](https://dev.wix.com/docs/overview/site-features-tools/cms.md)

- [Secrets Manager](https://dev.wix.com/docs/overview/site-features-tools/secrets-manager.md)

- [Media Manager](https://dev.wix.com/docs/overview/site-features-tools/media-manager.md)

- [Triggered Emails](https://dev.wix.com/docs/overview/site-features-tools/triggered-emails.md)

- [Extending with Extensions](https://dev.wix.com/docs/overview/site-features-tools/extending-with-extensions.md)

- [Automations](https://dev.wix.com/docs/overview/site-features-tools/automations.md)


## [Backend Services](https://dev.wix.com/docs/overview/backend-services.md)


- [Backend Development on Wix](https://dev.wix.com/docs/overview/backend-services/backend-development-on-wix.md)

- [Events](https://dev.wix.com/docs/overview/backend-services/events.md)

- [Exposing APIs](https://dev.wix.com/docs/overview/backend-services/exposing-apis.md)

- [Frontend-to-Backend Communication](https://dev.wix.com/docs/overview/backend-services/frontend-to-backend-communication.md)

- [Custom URL Routing](https://dev.wix.com/docs/overview/backend-services/custom-url-routing.md)

- [Custom Business Logic](https://dev.wix.com/docs/overview/backend-services/custom-business-logic.md)

- [Recurring Tasks](https://dev.wix.com/docs/overview/backend-services/recurring-tasks.md)


## [Auth & Permissions](https://dev.wix.com/docs/overview/auth-permissions.md)


- [Auth on the Wix Platform](https://dev.wix.com/docs/overview/auth-permissions/auth-on-the-wix-platform.md)

- [Identities](https://dev.wix.com/docs/overview/auth-permissions/identities.md)

- [Authentication Methods](https://dev.wix.com/docs/overview/auth-permissions/authentication-methods.md)

- [Permissions](https://dev.wix.com/docs/overview/auth-permissions/permissions.md)

- [Elevation](https://dev.wix.com/docs/overview/auth-permissions/elevation.md)

- [Auth Scenarios](https://dev.wix.com/docs/overview/auth-permissions/auth-scenarios.md)

- [Troubleshoot Auth Issues](https://dev.wix.com/docs/overview/auth-permissions/troubleshoot-auth-issues.md)

- [Auth Quick Reference](https://dev.wix.com/docs/overview/auth-permissions/auth-quick-reference.md)


## [Extensions Framework](https://dev.wix.com/docs/overview/extensions-framework.md)


- [About Extensions](https://dev.wix.com/docs/overview/extensions-framework/about-extensions.md)

- [Choose an Extension Type](https://dev.wix.com/docs/overview/extensions-framework/choose-an-extension-type.md)

### [Dashboard Extensions](https://dev.wix.com/docs/overview/extensions-framework/dashboard-extensions.md)


- [About Dashboard Extensions](https://dev.wix.com/docs/overview/extensions-framework/dashboard-extensions/about-dashboard-extensions.md)

- [Dashboard Pages](https://dev.wix.com/docs/overview/extensions-framework/dashboard-extensions/dashboard-pages.md)

- [Dashboard Modals](https://dev.wix.com/docs/overview/extensions-framework/dashboard-extensions/dashboard-modals.md)

- [Dashboard Plugins](https://dev.wix.com/docs/overview/extensions-framework/dashboard-extensions/dashboard-plugins.md)

- [Dashboard Menu Plugins](https://dev.wix.com/docs/overview/extensions-framework/dashboard-extensions/dashboard-menu-plugins.md)

- [External URL Extensions](https://dev.wix.com/docs/overview/extensions-framework/dashboard-extensions/external-url-extensions.md)


### [Site Extensions](https://dev.wix.com/docs/overview/extensions-framework/site-extensions.md)


- [About Site Extensions](https://dev.wix.com/docs/overview/extensions-framework/site-extensions/about-site-extensions.md)

- [Site Pages](https://dev.wix.com/docs/overview/extensions-framework/site-extensions/site-pages.md)

- [Site Widgets](https://dev.wix.com/docs/overview/extensions-framework/site-extensions/site-widgets.md)

- [Editor React Components](https://dev.wix.com/docs/overview/extensions-framework/site-extensions/editor-react-components.md)

- [Site Plugins](https://dev.wix.com/docs/overview/extensions-framework/site-extensions/site-plugins.md)

- [Embedded Scripts](https://dev.wix.com/docs/overview/extensions-framework/site-extensions/embedded-scripts.md)


### [Backend Extensions](https://dev.wix.com/docs/overview/extensions-framework/backend-extensions.md)


- [About Backend Extensions](https://dev.wix.com/docs/overview/extensions-framework/backend-extensions/about-backend-extensions.md)

- [Service Plugins](https://dev.wix.com/docs/overview/extensions-framework/backend-extensions/service-plugins.md)

- [Event Extensions](https://dev.wix.com/docs/overview/extensions-framework/backend-extensions/event-extensions.md)

- [Schema Plugins](https://dev.wix.com/docs/overview/extensions-framework/backend-extensions/schema-plugins.md)

- [Data Collections](https://dev.wix.com/docs/overview/extensions-framework/backend-extensions/data-collections.md)

- [Notification Extensions](https://dev.wix.com/docs/overview/extensions-framework/backend-extensions/notification-extensions.md)

- [HTTP Endpoints](https://dev.wix.com/docs/overview/extensions-framework/backend-extensions/http-endpoints.md)

- [Automations](https://dev.wix.com/docs/overview/extensions-framework/backend-extensions/automations.md)


### [Editor Extensions](https://dev.wix.com/docs/overview/extensions-framework/editor-extensions.md)


- [About Editor Extensions](https://dev.wix.com/docs/overview/extensions-framework/editor-extensions/about-editor-extensions.md)



## [AI & the Wix Platform](https://dev.wix.com/docs/overview/ai-the-wix-platform.md)


- [AI on the Wix Platform](https://dev.wix.com/docs/overview/ai-the-wix-platform/ai-on-the-wix-platform.md)

- [The Wix MCP](https://dev.wix.com/docs/overview/ai-the-wix-platform/the-wix-mcp.md)

- [Wix Skills](https://dev.wix.com/docs/overview/ai-the-wix-platform/wix-skills.md)

- [The Wix Plugin](https://dev.wix.com/docs/overview/ai-the-wix-platform/the-wix-plugin.md)

- [AI APIs](https://dev.wix.com/docs/overview/ai-the-wix-platform/ai-apis.md)

- [AI-Friendly Docs](https://dev.wix.com/docs/overview/ai-the-wix-platform/ai-friendly-docs.md)

