> 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/business-solutions/benefit-programs/introduction.md ## Article Content: # About the Benefit Programs API The Wix Benefit Programs API enables you to create and manage benefit programs. Benefit programs allow you to issue credits to visitors which can be exchanged for rewards, products, or services. You can create different types of benefit programs for different visitors. For example, a multi-tiered loyalty program, with different rewards and prices for different membership levels. With the Wix Benefit Programs API, you can: - Create and manage templates for benefit programs. - Enroll visitors in benefit programs. - Redeem benefits for visitors enrolled in benefit programs. > **Note:** The [Wix Loyalty Program API](https://dev.wix.com/docs/rest/crm/loyalty-program/program/introduction.md) provides similar functionality that's less complex, but more limited. ## Before you begin It's important to note the following points before starting to code: - Sites using this API must install the Pricing Plans app. ## Use cases - [Create and manage a rewards program for new gym members](https://dev.wix.com/docs/rest/business-solutions/benefit-programs/sample-flows.md#create-and-manage-a-rewards-program-for-new-gym-members) ## Learn more - [Benefit Programs Components](https://dev.wix.com/docs/rest/business-solutions/benefit-programs/benefit-program-components.md) - [Benefit Programs Lifecycle](https://dev.wix.com/docs/rest/business-solutions/benefit-programs/benefit-programs-lifecycle.md)