This document discusses Context Query Language (CQL), a declarative language for activating multiple contexts at once in a context-oriented programming system. CQL allows specifying actions like "activate" along with expressions to select which context(s) to activate based on properties like date. It also supports activating contexts for specific entities or groups. The document provides examples of using CQL for a public transport management system that needs to selectively activate contexts like "FullStation" or "RoadClosed" based on conditions. Finally, it discusses future work on improving the soundness of CQL's unified scoping model and extending it to other applications like testing.