> 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-frontend ## Article: Introduction ## Article Link: https://dev.wix.com/docs/velo/apis/wix-members-frontend/introduction.md ## Article Content: # Introduction The frontend Wix Members API allows you to manage member access to a site as well as view and manage the currently logged-in member.
Developer Preview
Some methods in this module are in Developer Preview. APIs in Developer Preview are subject to change and are not intended for use in production.
Send us your suggestions for improving these functions. Your feedback is valuable to us.
To use the frontend Members API, import the applicable named exports from `wix-members-frontend`: ```js import { authentication, currentMember } from 'wix-members-frontend'; ```