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

# 뉴스

> Game Manager, AddNews API, GetTitleNews 클라이언트 조회를 통해 이벤트, 패치 노트, 서비스 중단에 대한 Title News를 PlayFab 플레이어에게 전송합니다.

Title News는 플레이어에게 정보를 브로드캐스트하는 메커니즘입니다. 다가오는 인게임 이벤트, 패치 노트, 향후 서비스 중단, 커뮤니티 활동 등 플레이어에게 알리고 싶은 모든 정보에 대한 업데이트를 게시할 수 있습니다.

각 게시물에는 몇 가지 기본 요소가 포함됩니다.

* **제목**
* **날짜**
* **상태**
* **본문**

게시물은 생성 즉시 게시되어 사용자에게 표시되도록 하거나 향후 시간에 표시되도록 예약할 수 있습니다. Game Manager 또는 [`AddNews`](xref:titleid.playfabapi.com.admin.title-widedatamanagement.addnews) API를 통해 PlayFab에 게시물을 게시한 후, 클라이언트는 [`GetTitleNews`](xref:titleid.playfabapi.com.client.title-widedatamanagement.gettitlenews)를 호출하여 모든 활성 게시물 목록을 가져와 원하는 방식으로 사용자에게 표시할 수 있습니다.


## Related topics

- [Game Manager 참조](/ko/services/playfab/live-service-management/gamemanager/reference.md)
- [Winter Starfall PlayFab 데모 게임 개요](/ko/services/playfab/demo-game/overview.md)
- [PFTitleDataManagementTitleNewsItem](/ko/services/playfab/api-references/c/pftitledatamanagementtypes/structs/pftitledatamanagementtitlenewsitem.md)
- [title_news_updated](/ko/services/playfab/api-references/events/TitleData/title-news-updated.md)
- [Content & Configuration Writes 미터 API 설명](/ko/services/playfab/pricing/meters/file-writes.md)
