# CQL - Cosmocloud Query Language

Cosmocloud implements a design query language, known as **Cosmocloud Query Language (CQL)**, which helps users build complex APIs and flows in a much quicker and easier manner.

**Cosmocloud Query Language (CQL)** comprises of these 4 components -

* [JSON Objects](#json-objects-the-backbone)
* [Building Expressions](https://docs.cosmocloud.io/flow-builder/cql-cosmocloud-query-language/building-expressions)
* [Building Conditions](https://docs.cosmocloud.io/flow-builder/cql-cosmocloud-query-language/building-conditions)
* [Magical Autocomplete](https://docs.cosmocloud.io/flow-builder/cql-cosmocloud-query-language/magical-autocomplete)

## JSON Objects - The Backbone

The backbone of CQL is the JSON specification, allowing us to extend JSON into Cosmocloud's own design query language.

You can **build** and **merge** JSON objects while building APIs and flows in Cosmocloud.
