The document provides an introduction to Core Data for iOS. It discusses options for data persistence in iOS like the file system, networked data stores, SQLite, and Core Data. It describes Core Data as an object-oriented API for managing object graphs and models that typically uses SQLite for storage. It outlines the main classes in the Core Data architecture: Managed Objects, Managed Object Context, Managed Object Model, Persistent Store Coordinator, and Persistent Store.