The document discusses several methods for creating, saving, deleting, and viewing objects stored on Parse, as well as creating relationships between objects. It provides code examples for saving a new object with the save and saveInBackground methods, deleting an object with delete and deleteInBackground, and creating a one-to-many relationship between a Group and Person objects by adding each to the other's relation. The document also briefly mentions Parse login, signup, and query table view controller classes, and loading remote images from Parse files.