The document provides information about communicating with servers in GWT (Google Web Toolkit), including asynchronous HTTP requests, submitting form data using traditional and GWT methods, and using GWT RPC (Remote Procedure Calls). It discusses creating asynchronous GET and POST requests, submitting form data by constructing requests manually and using FormPanel, and implementing GWT RPC through creating client and server interfaces, making the remote call, and handling responses.