This document discusses using PostGIS to build location-aware applications. PostGIS extends PostgreSQL with spatial datatypes and functions to store and query geographic data. It allows querying data based on proximity and spatial relationships. The speaker provides examples of storing bear location data with PostGIS and querying to find bears within park boundaries or the number of bears in multiple parks. PostGIS enables building scalable location-aware applications and APIs.