> ## 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.

# PlayFab Economy v2 documentation

> Learn to build PlayFab Economy v2 catalogs, inventories, virtual currencies, marketplaces, and UGC that scale to millions of players in your game.

Build and grow marketplaces, virtual economies, progression, and user-generated content that scale with your players.

## Learn Economy v2

<CardGroup cols={2}>
  <Card title="What is PlayFab Economy?" icon="circle-info" href="/services/playfab/economy-monetization/economy-what-is">
    A tour of PlayFab's monetization platform.
  </Card>

  <Card title="What is Economy v2?" icon="rocket" href="/services/playfab/economy-monetization/economy-v2/overview">
    The current generation of PlayFab Economy.
  </Card>

  <Card title="Catalog quickstart" icon="bolt" href="/services/playfab/economy-monetization/economy-v2/quickstart">
    Create items in your catalog end-to-end.
  </Card>

  <Card title="Inventory quickstart" icon="bolt" href="/services/playfab/economy-monetization/economy-v2/inventory/quickstart">
    Grant items to a player's inventory.
  </Card>

  <Card title="Tutorial: Crafting game" icon="hammer" href="/services/playfab/economy-monetization/economy-v2/tutorials/craftingGame/game-context">
    Build a small crafting game with catalog and inventory.
  </Card>
</CardGroup>

## Catalog and currencies

<CardGroup cols={2}>
  <Card title="Catalog overview" icon="book" href="/services/playfab/economy-monetization/economy-v2/catalog/catalog-overview">
    Configure the items available in your game.
  </Card>

  <Card title="Content types and item properties" icon="tags" href="/services/playfab/economy-monetization/economy-v2/catalog/content-types-tags-and-properties">
    Model your items with content types, tags, and properties.
  </Card>

  <Card title="Fraud prevention" icon="shield-halved" href="/services/playfab/economy-monetization/economy-v2/fraud-prevention/quickstart">
    Redemption and receipt validation quickstart.
  </Card>

  <Card title="Virtual currencies" icon="coins" href="/services/playfab/economy-monetization/economy-v2/tutorials/currencies">
    Create and manage virtual currencies.
  </Card>

  <Card title="Unity + Android IAP" icon="mobile" href="/services/playfab/economy-monetization/economy-v2/tutorials/getting-started-with-unity-and-android">
    Set up in-app purchases in Unity on Android.
  </Card>
</CardGroup>

## Player inventory

<CardGroup cols={2}>
  <Card title="Inventory overview" icon="boxes-stacked" href="/services/playfab/economy-monetization/economy-v2/inventory/items-and-inventory-overview">
    Track item ownership across a player's account.
  </Card>

  <Card title="Grant an item" icon="gift" href="/services/playfab/economy-monetization/economy-v2/inventory/quickstart">
    Add an item to a player's inventory.
  </Card>
</CardGroup>

## Marketplaces

<CardGroup cols={2}>
  <Card title="Marketplace integrations" icon="store" href="/services/playfab/economy-monetization/economy-v2/marketplace/marketplace-integrations/overview">
    Connect your game to real-world storefronts.
  </Card>

  <Card title="Marketplace redemption" icon="ticket" href="/services/playfab/economy-monetization/economy-v2/marketplace/marketplace-redemption/overview">
    Redeem external purchases into your title.
  </Card>

  <Card title="Error handling" icon="triangle-exclamation" href="/services/playfab/economy-monetization/economy-v2/marketplace/marketplace-error-handling">
    Handle marketplace errors robustly.
  </Card>
</CardGroup>

## Sales and promotions

<CardGroup cols={2}>
  <Card title="Bundles" icon="box-open" href="/services/playfab/economy-monetization/economy-v2/catalog/bundles">
    Sell groups of items together.
  </Card>

  <Card title="Targeted offers" icon="bullseye" href="/services/playfab/economy-monetization/economy-v2/player-segmented-monetization/targeted-offers">
    Personalize offers by segment.
  </Card>

  <Card title="Segment actions" icon="wand-magic-sparkles" href="/services/playfab/economy-monetization/economy-v2/player-segmented-monetization/segment-actions">
    Run monetization actions on player segments.
  </Card>
</CardGroup>

## User-generated content

<CardGroup cols={2}>
  <Card title="UGC overview" icon="palette" href="/services/playfab/economy-monetization/economy-v2/ugc/overview">
    A safe, community-driven content ecosystem.
  </Card>

  <Card title="UGC moderation" icon="scale-balanced" href="/services/playfab/economy-monetization/economy-v2/ugc/moderation">
    Review and moderate player-created content.
  </Card>

  <Card title="UGC quickstart" icon="bolt" href="/services/playfab/economy-monetization/economy-v2/ugc/quickstart">
    Enable UGC on your title.
  </Card>

  <Card title="Publish your first UGC item" icon="upload" href="/services/playfab/economy-monetization/economy-v2/tutorials/publish-ugc">
    Walk through publishing an item as a player.
  </Card>
</CardGroup>

## Pricing

<CardGroup cols={2}>
  <Card title="Meters overview" icon="gauge" href="/services/playfab/pricing/meters/meters">
    How Economy usage is metered.
  </Card>

  <Card title="Inventory reads" icon="arrow-down-to-line" href="/services/playfab/pricing/meters/economy-reads">
    Read-side inventory metering.
  </Card>

  <Card title="Inventory writes" icon="arrow-up-from-line" href="/services/playfab/pricing/meters/economy-writes">
    Write-side inventory metering.
  </Card>

  <Card title="Catalog meters" icon="book" href="/services/playfab/pricing/meters/catalog-meters">
    Catalog-specific metering details.
  </Card>

  <Card title="Consumption best practices" icon="chart-line" href="/services/playfab/pricing/consumption-best-practices">
    Reduce cost for high-volume economy titles.
  </Card>
</CardGroup>


## Related topics

- [PlayFab Economy v2 documentation](/services/playfab/economy-monetization/index.md)
- [What is PlayFab Economy?](/services/playfab/economy-monetization/economy-what-is.md)
- [PlayFab UGC documentation](/services/playfab/economy-monetization/economy-v2/ugc/index.md)
- [PlayFab Economy documentation](/services/playfab/economy-monetization/economy/index.md)
- [Economy v2 overview](/services/playfab/economy-monetization/economy-v2/overview.md)
