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

# PackagingServices

> PackagingServices

# PackagingServices

PackagingServices API reference material for the Microsoft Game Development Kit (GDK).

## Functions

| Function                                                                                                          | Description                                                                                         |
| ----------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| [GetIsGameCorePartition](/reference/tools/packagingservices/functions/getisgamecorepartition)                     | Indicates whether the provided manifest is a Microsoft Game Development Kit (GDK) manifest.         |
| [GetIsTitlePartition](/reference/tools/packagingservices/functions/getistitlepartition)                           | Indicates whether the specified manifest is an ERA manifest.                                        |
| [GetPackageFamilyNameFromManifest](/reference/tools/packagingservices/functions/getpackagefamilynamefrommanifest) | Returns the family name of the package for the specified application manifest.                      |
| [GetPackageFullNameFromInfo](/reference/tools/packagingservices/functions/getpackagefullnamefrominfo)             | Returns the full name of the package that matches the specified information.                        |
| [GetPackageFullNameFromManifest](/reference/tools/packagingservices/functions/getpackagefullnamefrommanifest)     | Returns the full name of the package for the specified application manifest.                        |
| [GetPackageInfoFromGameConfig](/reference/tools/packagingservices/functions/getpackageinfofromgameconfig)         | Returns the full name and the family name of the package for the specified game configuration file. |
| [GetPackageVersionFromManifest](/reference/tools/packagingservices/functions/getpackageversionfrommanifest)       | Returns the version of the package for the specified application manifest.                          |
| [PackagingValidateGameConfig](/reference/tools/packagingservices/functions/packagingvalidategameconfig)           | Validates the schema of a game configuration file.                                                  |
| [ValidateSchemaForManifest](/reference/tools/packagingservices/functions/validateschemaformanifest)               | Parses a manifest and validates the schema.                                                         |
