> 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/member-management/privacy/introduction.md ## Article Content: # About Privacy Privacy management is a crucial aspect of member-based sites, allowing site owners to control how member profiles are displayed and who can access them. The privacy system consists of 2 main APIs: - [Default Privacy](https://dev.wix.com/docs/api-reference/crm/members-contacts/members/member-management/privacy/default-privacy/introduction.md): Default privacy status applied to all new members when they sign up. - [Member Privacy Settings](https://dev.wix.com/docs/api-reference/crm/members-contacts/members/member-management/privacy/member-privacy-settings/introduction.md): Override capabilities that can modify privacy settings for existing members When a profile is public, the member's name and image appear next to their activities, such as any comments, likes, or files they post. This encourages interaction and community building while respecting member preferences for privacy. ## How privacy works The privacy system operates on a layered approach: 1. **Default Layer**: The Default Privacy API sets the baseline privacy status for all new members. 2. **Override Layer**: The Member Privacy Settings API can override the default settings for existing members. **When default privacy is `PRIVATE`:** - New members have private profiles by default. - When privacy settings are overriden to `PUBLIC`, existing members have the opportunity to make profiles public. It's important to keep in mind that default privacy is still set to `PRIVATE`. **When default privacy is `PUBLIC`:** - New members have profiles public by default. - When privacy settings are overriden to `PRIVATE`: All current and new members lose the ability to make profiles public. ## Before You Begin It's important to note the following before starting to code: - A site must have the [Wix Members Area](https://www.wix.com/app-market/web-solution/members-area) installed. ## Terminology - **Public profile**: A member profile that displays the member's name and image alongside their site activities. - **Private profile**: A member profile that keeps the member's identity hidden from other site visitors.