> For the complete documentation index, see [llms.txt](https://docs.cosmocloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cosmocloud.io/flow-builder/cql-cosmocloud-query-language.md).

# 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](/flow-builder/cql-cosmocloud-query-language/building-expressions.md)
* [Building Conditions](/flow-builder/cql-cosmocloud-query-language/building-conditions.md)
* [Magical Autocomplete](/flow-builder/cql-cosmocloud-query-language/magical-autocomplete.md)

## 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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