The document lists important Fluent API methods for configuring Entity Framework Core models and their corresponding usages. It groups the methods into model-wide configurations, entity configurations, and property configurations. Some key methods listed include HasDefaultSchema() for model-wide schema, HasKey() for configuring primary keys, HasMany() for many-to-many relationships, and property specific methods like HasColumnType() for configuring column data types.