> 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/api-reference/crm/members-contacts/members/introduction.md ## Article Content: # About the Members APIs Wix provides a set of tools for managing and customizing the members on a Wix site. Members APIs allow you to control member-related features, including profiles, privacy settings, badges, custom fields, and more. With the Members APIs, you can: - [Create](https://dev.wix.com/docs/rest/crm/members-contacts/members/members/create-member.md), [update](https://dev.wix.com/docs/rest/crm/members-contacts/members/members/update-member.md), and [delete](https://dev.wix.com/docs/rest/crm/members-contacts/members/members/delete-member.md) site members. - Manage [member privacy settings](https://dev.wix.com/docs/rest/crm/members-contacts/members/member-privacy-settings/set-member-privacy-settings.md) and [profile visibility](https://dev.wix.com/docs/rest/crm/members-contacts/members/default-privacy/introduction.md). - Assign and manage [badges](https://dev.wix.com/docs/rest/crm/members-contacts/members/badges/introduction.md) to differentiate members. - Handle [custom fields](https://dev.wix.com/docs/rest/crm/members-contacts/members/custom-fields/custom-fields/introduction.md) to store additional member information. - [Allow members to follow each other](https://dev.wix.com/docs/rest/crm/members-contacts/members/members-followers/introduction.md) and build connections. - Enable members to [report inappropriate behavior](https://dev.wix.com/docs/rest/crm/members-contacts/members/member-reports/introduction.md). - Manage the ["About" section in a member's profile](https://dev.wix.com/docs/rest/crm/members-contacts/members/members-about-v2/introduction.md). ## Terminology - **Member**: A site visitor who has signed up and created a profile on the site. - **Profile**: A member’s personalized space containing their details and activity. - **Badge**: A visible label assigned to a member, often used to highlight status or achievements. - **Custom Field**: A user-defined field that extends the default member profile information. - **Privacy Settings**: Controls the visibility of member profiles to other users.