> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Recipes

> Browse PlayFab recipes with step-by-step solutions that combine services and SDKs to solve common live-game scenarios and integration patterns.

Familiar game patterns and mechanics implemented with PlayFab. Each recipe links to a full working sample on GitHub.

## Player retention

* [Daily Prize Wheel](https://github.com/PlayFab/PlayFab-Samples/tree/master/Recipes/PrizeWheel) - Give players a randomized gift every day, based on the values on a "Prize Wheel".
* [Progressive Reward System](https://github.com/PlayFab/PlayFab-Samples/tree/master/Recipes/ProgressiveRewards) - Players that sign in consecutively over several days are granted an item, depending on how long their login streak is.

## User acquisition

* [Referral Code Bonus](https://github.com/PlayFab/PlayFab-Samples/tree/master/Recipes/ReferralCodes) - Generate and send codes to friends that they can redeem and unlock a bonus for both the referrer and themselves.
* [Cross-Promotional Rewards](https://github.com/PlayFab/PlayFab-Samples/tree/master/Recipes/SimpleCrossPromotion) - Reward players participating in more than one of your games.

## Monetization

* [Regenerating Currency Mechanic](https://github.com/PlayFab/PlayFab-Samples/tree/master/Recipes/RegeneratingCurrency) - A play-limiting mechanic (similar to Candy Crush lives), that slowly refills to a maximum over time.

## See also

* [General PlayFab samples](/services/playfab/resources/playfab-samples)
* [Multiplayer Servers samples](/services/playfab/multiplayer/servers/server-samples-resources)
* [Party samples](/services/playfab/multiplayer/networking/party-samples)


## Related topics

- [Intelligent Delivery: features and recipes](/build/core-features/common/packaging/intelligentdelivery-features-recipes.md)
- [XR-129 Intelligent Delivery Content Management](/publishing/certification/xr/xr-129.md)
- [XBOX Certification overview](/publishing/certification/overview.md)
- [FMA: XR-129 Intelligent Delivery Content Management](/publishing/certification/fma/xr-129.md)
- [Crafting Game - Context](/services/playfab/economy-monetization/economy-v2/tutorials/craftingGame/game-context.md)
