> 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/badge-assignments/introduction.md ## Article Content: # About the Badge Assignments API The Badge Assignments API creates and manages [badge](https://support.wix.com/en/article/site-members-creating-and-managing-member-badges) assignments to site members. When you assign a badge to a member, they receive any permissions or recognition associated with that badge. With the Badge Assignments API you can: - Assign [single](https://dev.wix.com/docs/api-reference/crm/members-contacts/members/badge-assignments/create-badge-assignment.md) or [multiple](https://dev.wix.com/docs/api-reference/crm/members-contacts/members/badge-assignments/bulk-create-badge-assignments.md) badges to members. - Remove [single](https://dev.wix.com/docs/api-reference/crm/members-contacts/members/badge-assignments/delete-badge-assignment.md) or [multiple](https://dev.wix.com/docs/api-reference/crm/members-contacts/members/badge-assignments/bulk-delete-badge-assignments.md) badges from members. - [Retrieve](https://dev.wix.com/docs/api-reference/crm/members-contacts/members/badge-assignments/query-badge-assignments.md) badge assignments to see which badges a member holds. To create a badge, use the [Badges V4](https://dev.wix.com/docs/api-reference/crm/members-contacts/members/badges-v4/introduction.md) API. ## Before you begin It’s important to note the following points before starting to code: - The site must have [Wix Members Area](https://www.wix.com/app-market/web-solution/members-area) installed. ## Use cases [Assign badges for member achievements](https://dev.wix.com/docs/api-reference/crm/members-contacts/members/badge-assignments/sample-use-cases-and-flows.md) ## Terminology - **Badge**: A visible label displayed on a site member's profile, consisting of a title, color, and optional icon. @sdk_package_setup