> 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/activity/members-followers/introduction.md ## Article Content: # About the Members Followers API The Members Followers API allows you to have members follow and unfollow each other. When a site member follows another member, they receive activity [notifications](https://support.wix.com/en/article/managing-outgoing-notifications) from the members they follow. With the Members Followers API, you can: - Allow members to [follow](https://dev.wix.com/docs/rest/crm/members-contacts/members/members-followers/follow-member.md) or [unfollow](https://dev.wix.com/docs/rest/crm/members-contacts/members/members-followers/unfollow-member.md) each other. - List who a site member [follows](https://dev.wix.com/docs/rest/crm/members-contacts/members/members-followers/list-member-following.md) or is [followed](https://dev.wix.com/docs/rest/crm/members-contacts/members/members-followers/list-member-followers.md) by. ## 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 from the App Market. ## Use cases - [Create a "Most popular writers" widget for a blog or forum](https://dev.wix.com/docs/rest/crm/members-contacts/members/members-followers/use-cases.md#create-a-most-popular-writers-widget-for-a-forum) - [Create a "People you may know" widget based on 2nd-degree connections of a specified member](https://dev.wix.com/docs/rest/crm/members-contacts/members/members-followers/use-cases.md#create-a-people-you-may-know-widget-based-on-2nd-degree-connections) @sdk_package_setup