This document discusses Windows Phone 7 push notifications. It describes the three types of notifications - tile, toast, and raw notifications. Tile notifications update the app tile without launching the app. Toast notifications display a popup message that can launch the app. Raw notifications are delivered directly to an running app. The document provides code examples for sending each type of notification and details the notification protocols.