> 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/community/groups/introduction.md ## Article Content: # About the Groups APIs The Groups APIs allow you to offer site members places to participate in discussions, share media, and more. You can create and manage site members using the [Members APIs](https://dev.wix.com/docs/rest/crm/members-contacts/members/introduction.md), which handle member accounts, profiles, and authentication. With the Groups APIs, you can: - Create and manage [groups](https://dev.wix.com/docs/rest/crm/community/groups/groups/introduction.md). - Manage group [rules](https://dev.wix.com/docs/rest/crm/community/groups/rules/introduction.md). - Manage [requests](https://dev.wix.com/docs/api-reference/crm/community/groups/create-group-requests/introduction.md) to create new groups. - Manage group [members](https://dev.wix.com/docs/api-reference/crm/community/groups/member-management/members/introduction.md). - Manage group member [roles](https://dev.wix.com/docs/api-reference/crm/community/groups/member-management/roles/introduction.md). - Manage member [requests to join groups](https://dev.wix.com/docs/api-reference/crm/community/groups/member-management/join-requests/introduction.md). - Manage [membership questions](https://dev.wix.com/docs/api-reference/crm/community/groups/member-management/membership-questions/introduction.md) for prospective members. Read more about [Wix Groups](https://support.wix.com/en/article/wix-groups-about-groups). ## Use cases - [Create a group for a predefined list of people](https://dev.wix.com/docs/rest/crm/community/groups/example-flow.md#create-a-group-for-a-predefined-list-of-people). - [Manage bulk emailing to group members](https://dev.wix.com/docs/rest/crm/community/groups/example-flow.md#manage-bulk-emailing-to-group-members). - [Provide analytical reports](https://dev.wix.com/docs/rest/crm/community/groups/example-flow.md#provide-analytical-reports). - [Send promotional emails based on members' interests](https://dev.wix.com/docs/rest/crm/community/groups/example-flow.md#send-promotional-emails-based-on-members-interests). - [Bulk update group rules](https://dev.wix.com/docs/rest/crm/community/groups/example-flow.md#bulk-update-group-rules). ## Terminology For a comprehensive glossary of Groups terms, see [Terminology](https://dev.wix.com/docs/rest/crm/community/groups/terminology.md).