Facades are a structural design pattern that provides a simplified interface to a larger, more complex system. They provide a unified gateway to a set of related subsystems, allowing for a simpler, easier-to-understand interface. Facades are often used to abstract away the complexity of a system, making it easier for developers to work with.