> 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: Sample Use Cases and Flows ## Article: Sample Use Cases and Flows ## Article Link: https://dev.wix.com/docs/api-reference/crm/members-contacts/members/activity/badge-assignments/sample-use-cases-and-flows.md ## Article Content: # Badge Assignments: Sample Use Flows This article presents possible use cases and corresponding sample flows that you can support. This can be a helpful jumping off point as you plan your implementation. ## Assign badges for member achievements You can automatically assign badges to members when they reach specific milestones or complete certain activities on a site. This is useful for creating loyalty programs or recognition systems. To assign badges based on member achievements: 1. Call [Create Badge](https://dev.wix.com/docs/api-reference/crm/members-contacts/members/badges-v4/create-badge.md) for each achievement level. For example, create badges for "First Purchase", "Loyal Customer", or "Community Helper". 1. Monitor member activities using relevant Wix APIs such as [Orders](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/orders/orders/introduction.md) for purchases or [Comments](https://dev.wix.com/docs/api-reference/crm/community/comments/comments/introduction.md) for community participation. 1. When a member reaches an achievement milestone, check if they already have the badge by calling [Query Badge Assignments](https://dev.wix.com/docs/api-reference/crm/members-contacts/members/badge-assignments/query-badge-assignments.md). 1. If no existing assignment is found, call [Create Badge Assignment](https://dev.wix.com/docs/api-reference/crm/members-contacts/members/badge-assignments/create-badge-assignment.md) to assign the badge.