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

# News

> Broadcast Title News about events, patch notes, and downtime to PlayFab players via Game Manager, the AddNews API, and GetTitleNews client retrieval.

Title News is a mechanism for broadcasting information to your players. It allows you to post updates about things such as upcoming in-game events, patch notes, future downtime, community activity, or anything else you'd like your players to know.

Each post contains a few basic elements:

* **Title**
* **Date**
* **Status**
* **Body**

Posts can be published and made available to users immediately upon creation, or scheduled to go live at a time in the future. After publishing posts in PlayFab via Game Manager or the [`AddNews`](xref:titleid.playfabapi.com.admin.title-widedatamanagement.addnews) API, your client can call [`GetTitleNews`](xref:titleid.playfabapi.com.client.title-widedatamanagement.gettitlenews) to retrieve a list of all active posts and then display them to the user however you choose.


## Related topics

- [title_news_updated](/services/playfab/api-references/events/TitleData/title-news-updated.md)
- [Title News quickstart](/services/playfab/live-service-management/game-configuration/title-communications/news/quickstart.md)
- [NewsStatus](/services/playfab/api-references/events/data-types/newsstatus.md)
- [XLaunchNewGame](/reference/system/xgame/functions/xlaunchnewgame.md)
- [Develop a new GDK title](/home/build-first-title/developing-new-titles.md)
