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

# MicrosoftGame.config Element - AdvancedUserModel

> MicrosoftGame.config Element - AdvancedUserModel

# MicrosoftGame.config Element - AdvancedUserModel

Specifies if Advanced User Model should be used for your title. This means your title supports the
active user changing without requiring a restart. If disabled, then the simplified user model is
used which guarantees your title will always keep the active user that it was launched with. See
[GDK User Models (NDA topic)](/build/core-features/common/user/gamecore-user-models) for more information.

Most titles will find using the Simplified User Model easier to develop against and should set this
element to false.

## Parent

This element's parent is the Game element.

## Requirement

This element is required to be set.

## Platform

This element only pertains to Console devices.

## Behavior

* No attributes.
* Default value is true.
* Allowed values are true or false.

## Remarks

* To use this element with the value of false, a valid TitleId and MSAAppId element must be
  specified in your MicrosoftGame.config.

## See Also

[MicrosoftGame.config Reference - Table of Contents](/reference/system/microsoftgameconfig/elements/gc-microsoftgameconfig-toc)

[GDK User Models (NDA topic)](/build/core-features/common/user/gamecore-user-models)

[Opting into Default User Required (NDA topic)](/build/core-features/common/user/users-opting-into-simplified-model)


## Related topics

- [MicrosoftGame.config Element - TitleId](/reference/system/microsoftgameconfig/elements/microsoftgameconfig-element-titleid.md)
- [MicrosoftGame.config Element - MSAAppId](/reference/system/microsoftgameconfig/elements/microsoftgameconfig-element-msaappid.md)
- [MicrosoftGame.config Element - XboxAnacondaTitleMemory](/reference/system/microsoftgameconfig/elements/microsoftgameconfig-element-xboxanacondatitlememory.md)
- [MicrosoftGame.config Element - XboxLockhartTitleMemory](/reference/system/microsoftgameconfig/elements/microsoftgameconfig-element-xboxlockharttitlememory.md)
- [MicrosoftGame.config Element - XboxOneXTitleMemory](/reference/system/microsoftgameconfig/elements/microsoftgameconfig-element-xboxonextitlememory.md)
