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

# Economy v2 settings overview

> Configure PlayFab Economy v2 catalog settings in Game Manager, including permissions, content types, platforms, tags, and display properties.

<Info>
  Economy v2 is now Generally Available. For support and feedback, go to the [PlayFab Forum](https://community.playfab.com).
</Info>

Economy v2 includes the following configuration that can be updated in Game Manager by selecting **Economy** > **Catalog (V2)** then **⚙️ Settings**.

These settings can also be set and accessed via APIs using the [UpdateCatalogConfig](https://learn.microsoft.com/en-us/rest/api/playfab/economy/catalog/update-catalog-config) and [GetCatalogConfig](https://learn.microsoft.com/en-us/rest/api/playfab/economy/catalog/get-catalog-config) calls respectively. Catalog Config APIs can only be called by [title entities](/services/playfab/live-service-management/game-configuration/entities#title).

## Economy v2 General Settings

### Catalog admins

Players that you add to **Catalog admins** can administrate your catalog including all read and write operations. Adding these players is useful for providing access to Third Parties who are entering content or localizations for your game.

Catalog Admins are players that are given full title-level access to the published and draft catalog. Players accessing `SearchItems` or `GetItem` APIs have read and write access to all published items including:

* Items with a Non-Approved Moderation State
* Expired Items (Items with past End-Dates)
* Unreleased Items (Items with a future start date)
* Hidden Items

All of the above items wouldn't be accessible to a non-admin player via Search.

Admins also have the ability to edit or delete any item in the draft or public catalog.

### Catalog reviewers

Players that you add to **Catalog reviewers** can administrate and update their reviews and ratings for public (visible and published) items in your catalog. Players with paid accounts or who have been active a certain amount of time are often segments added via [UpdateCatalogConfig](https://learn.microsoft.com/en-us/rest/api/playfab/economy/catalog/update-catalog-config) API call to this list.

* Catalog Admins are players that are given the ability to see unreleased content (any published item with a **future start date**).
* Reviewers are **not** able to edit or delete items (except their own content).

### Display property mappings

Administer deep link formats here. For more information, see [Display Properties](/services/playfab/economy-monetization/economy-v2/catalog/content-types-tags-and-properties) to configure and see [Limits](/services/playfab/economy-monetization/economy-v2/limits) for limitations.

<Warning>
  Renaming or removing a value will result in broken behavior for existing items. The catalog will need to be refreshed after changes have been made.
</Warning>

### Deep link formats

Administer deep link formats here. For more information, see [Deep Links](/services/playfab/economy-monetization/economy-v2/catalog/deep-links) to configure.

### Platform

Platforms are custom keys for interacting with your game builds and interfaces. You can use any keys you like, and we've provided some suggestions below.

#### Examples

| Platform             |
| -------------------- |
| `mygame-internal`    |
| `mygame-website`     |
| `microsoft`          |
| `microsoft-review`   |
| `microsoft-xbox-pc`  |
| `android-googleplay` |
| `apple-appstore`     |
| `psn-next`           |
| `nintendo-appstore`  |

## Policies

The Policies page allows you to control the client access to the Economy APIs.

Economy v2 uses the [Admin API Policies](https://learn.microsoft.com/en-us/rest/api/playfab/admin/authentication/update-policy) to control API Access. If you make any changes to the JSON, it may break or cause unintentional behavior with the Economy v2 API policies.

Even if APIs are enabled, Players are only able to publish, edit, and delete content they've created. Title Entities are always able to access, delete, and edit any content.

<Note>
  Although Admin Players are given title-level edit, delete, and access privileges, they are still considered players for the purposes of Policies. For example, if the `DeleteItem` API was disabled for all players, Admins will not be able to delete content (but titles will continue to be able to)
</Note>

## See also

* [Economy v2 overview](/services/playfab/economy-monetization/economy-v2/overview)
* [Quickstart](/services/playfab/economy-monetization/economy-v2/quickstart)
* [Stores](/services/playfab/economy-monetization/economy-v2/catalog/stores)
* [Bundles](/services/playfab/economy-monetization/economy-v2/catalog/bundles)


## Related topics

- [Economy v2 overview](/services/playfab/economy-monetization/economy-v2/overview.md)
- [Catalog Overview](/services/playfab/economy-monetization/economy-v2/catalog/catalog-overview.md)
- [Economy v2 Real Money Prices](/services/playfab/economy-monetization/economy-v2/catalog/real-money-prices.md)
- [Crafting Game Part 3 - Coding](/services/playfab/economy-monetization/economy-v2/tutorials/craftingGame/crafting-game-coding.md)
- [Economy v2 Localization](/services/playfab/economy-monetization/economy-v2/catalog/localization.md)
