This document introduces the Chef framework for infrastructure configuration management. Chef is an open source tool built with Ruby that allows for automation of system configuration through "cookbooks" and a "client-server" model. Key points covered include how Chef uses cookbooks and recipes to configure systems according to a run list, its support for various platforms, and related tools like Ohai for collecting system data and Knife for managing the Chef server.