The document discusses query languages for document stores. It notes that while document stores today provide different proprietary querying mechanisms, there is no standard query language like SQL for relational databases. It presents ArangoDB's AQL and JSONiq as two query languages designed for querying JSON documents that support features like joins and aggregation. The document encourages trying these languages and providing feedback to help advance querying in document stores.