This document discusses various methods for accessing data in SharePoint, including the Client Object Model, JavaScript Client Object Model, and REST. The Client Object Model provides easy access to manipulate SharePoint data from remote .NET clients or Office clients. The JavaScript Client Object Model allows adding JavaScript to access SharePoint data in ASPX pages. REST provides a simple interface using HTTP methods and uniform URLs to work with SharePoint list data in a fixed schema.