# Introduction `IPG` is a command introduced with [MSNP6](../versions/msnp6.md). It is a Notification Server command, WITH a response payload. Used to send incoming pages (mobile text messages) to the client. For the command to send text messages to a mobile device, read [PAG](pag.md) or [PGD](pgd.md). # Client/Request This command can not be sent from the client. # Server/Response ``` IPG length payload ``` Where `length` is the size (in bytes) of the `payload`. Where `payload` is a [`` document](../files/notification.md). # Examples ## Incoming page ``` S: IPG 471 Hello! I am talking from a mobile device. ``` ## Invalid context ``` C: IPG 1 0 ``` Server disconnects client. # Known changes None.