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

# AddOnProvisioningState data type

> Reference for the PlayFab AddOnProvisioningState data type used in PlayStream events to represent the provisioning state of a title add-on.

***

title: AddOnProvisioningState
author: playfab
description: AddOnProvisioningState data type.
ms.author: playfab
ms.date: 01/27/2026
ms.topic: article
ms.service: azure-playfab
keywords: playfab, playstream events
ms.localizationpriority: medium
-------------------------------

# AddOnProvisioningState

Represents the provisioning state of an AddOn.

## Values

| Value            | Description                         |
| :--------------- | :---------------------------------- |
| Inactive         | The AddOn is inactive.              |
| Active           | The AddOn is active.                |
| Pending          | The AddOn is pending provisioning.  |
| PendingWithError | The AddOn is pending with an error. |
| Paused           | The AddOn is paused.                |
| Waitlist         | The AddOn is on a waitlist.         |
| Unknown          | None of the above states.           |


## Related topics

- [title_addon_changed](/services/playfab/api-references/events/Addons/title-addon-changed.md)
- [Scaling Standby](/services/playfab/multiplayer/servers/scaling-standby.md)
- [Overview of the XBOX Achievements Manager API](/services/xbox-services/player-data/achievements/achievements-manager/live-achievements-manager-overview.md)
- [PFLobbyAddMemberCompletedStateChange](/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pflobby/structs/pflobbyaddmembercompletedstatechange.md)
- [XBOX PC Remote Tools FAQ and troubleshooting guide](/tools/tools-pc/xbox-pc-remote-tools/faq.md)
