# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cosmocloud.io/flow-builder/cql-cosmocloud-query-language.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
