> 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: wix-members-backend ## Article: Introduction ## Article Link: https://dev.wix.com/docs/velo/apis/wix-members-backend/introduction.md ## Article Content: # Introduction The backend Wix Members API allows you to manage member access to your site as well as view and manage site members. To use the backend Wix Members API, import the applicable named exports from `wix-members-backend`: ```js import { authentication, authorization, badges, currentMember, members } from 'wix-members-backend'; ``` > **Note:** Functions in the Authentication, Authorization, Badges, and Members APIs can only be triggered by site collaborators with Manage Site Members [permissions](https://support.wix.com/en/article/roles-permissions-overview).