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

# 사용자

> 사용자

이 섹션에서는 Microsoft Game Development Kit(GDK)의 사용자 개념, 사용자가 `XUser`로 표현되는 방식, 사용자와 입력 장치의 관계를 설명합니다.

## 이 섹션의 내용

[사용자 ID 및 XUser](/build/core-features/common/user/player-identity-xuser)
XBOX One이 `XUser` 개체로 게임과 상호 작용하는 사용자의 ID를 관리하는 방법을 설명합니다. 각 `XUser` 인스턴스는 게임에 로그인된 사용자를 나타냅니다.

[GDK 사용자 모델(NDA 항목)](/build/core-features/common/user/gamecore-user-models)
GDK에서 사용할 수 있는 두 가지 사용자 모델을 설명합니다.

[기본 사용자 필수 옵트인(NDA 항목)](/build/core-features/common/user/users-opting-into-simplified-model)
실행 시 게임에 기본 사용자가 있는지 확인하도록 옵트인하는 방법을 설명합니다.

[게임의 기본 사용자 설정(NDA 항목)](/build/core-features/common/user/users-establishing-default-user)
게임에서 기본 사용자를 설정하는 방법을 설명합니다.

[게임의 기본 사용자 변경(NDA 항목)](/build/core-features/common/user/users-changing-default-user)
게임의 기본 사용자를 변경하는 방법을 설명합니다.

[컨트롤러 손실 처리(NDA 항목)](/build/core-features/common/user/users-dealing-with-controller-loss)
게임이 컨트롤러 손실을 처리하는 방법을 설명합니다.

[사용자-컨트롤러 연결이 언제 발생하나요?(NDA 항목)](/build/core-features/common/user/users-timing-of-user-to-device-association)
사용자-컨트롤러 연결이 언제 발생하는지 설명합니다.

[게스트 사용자 개요](/build/core-features/common/user/users-guest-overview)
XBOX 게스트 계정과 XBOX 서비스와의 상호 작용을 설명합니다.

[XUser의 헤드리스 자동화](/build/core-features/common/user/users-headless-automation)
게임이 `XUser`에서 자동화를 사용할 수 있는 방법을 설명합니다.

[How to: 사용자 로그인 모범 사례](/build/core-features/common/user/xuser_howto_best_practice_signing_in)
초기 사용자를 로그인하고 설정하기 위한 모범 사례를 시연합니다.

[사용자 및 입력 장치](/build/core-features/common/user/users-input-devices)
게임이 지정된 사용자와 연결된 입력 장치를 결정하는 방법을 설명합니다.

## 참고 항목

[System](https://learn.microsoft.com/build/archive/gc-system-toc)


## Related topics

- [사용자 신원](/ko/services/xbox-services/fundamentals/identity/xs-identity-overview.md)
- [사용자 프로필](/ko/services/xbox-services/fundamentals/identity/user-profile/index.md)
- [사용자 로그인](/ko/services/xbox-services/fundamentals/identity/auth/live-authentication-nav.md)
- [사용자 및 입력 장치](/ko/build/core-features/common/user/users-input-devices.md)
- [게스트 사용자 개요](/ko/build/core-features/common/user/users-guest-overview.md)
