This document discusses entities in Drupal 8. It explains that taxonomy vocabularies, roles, and node types are now configuration entities, while nodes remain content entities. Entities now implement the EntityInterface and either the ContentEntityInterface or ConfigEntityInterface. Fields are now separated from entities and are configuration objects that can work on non-configurable fields. The document outlines remaining work like unifying the field and entity APIs.