Document databases, also known as document-oriented databases, are a type of NoSQL database designed to store, retrieve, and manage document-oriented information. These databases use a flexible, semi-structured format, typically JSON, BSON, or XML, to store data. Unlike traditional relational databases, document databases do not require a fixed schema, making them ideal for applications that handle a variety of data types and structures.