It converts an interface into another interface clients expect.
The Adapter Pattern allows two incompatible interfaces to work together. It's like a translator between two systems. For instance, integrating a modern JSON-based API with an older XML-based system in an e-commerce platform.