This document provides an introduction to Google App Engine Datastore and using JPA with Datastore. It describes Datastore as a schema-less database that stores entities composed of properties. It discusses Datastore operations, the storage model, and compares Datastore to relational databases. It also covers setting up JPA, example entity and query code, and transaction management. Unsupported JPA features on Datastore are also listed.