> 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: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/sdk/frontend-modules/members/introduction.md ## Article Content: # Introduction The frontend Wix Members API allows you to manage member access to your 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](https://www.wix.com/velo/reference/api-overview/developer-preview)are subject to change and aren't intended for use in production. [Send us](https://discord.com/channels/1114269395317968906/1288424315838005259m) your suggestions for improving these methods. Your feedback is valuable to us.
To use the frontend Wix Members API, import `* as wixSiteMembers` from `@wix/site-members`: ```js import * as wixSiteMembers from '@wix/site-members'; ```