> For the complete documentation index, see [llms.txt](https://cqube.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cqube.sunbird.org/techanical-overview/architecture.md).

# Architecture

cQube is envisioned as a ready-to-use / pre-packaged, configurable, and extendable DPG solution to enable observability and action towards effective policy implementation in education and other sectors, involving various stakeholders across govt, society, and private sectors.

The architecture of cQube has been revised to enable flexibility in configuration:

* Spec-based architecture has been created for cQube Ed with API-first design
* There are 5 blocks: Installation > Ingestion > Processing > Visualisation > Actions
* All the blocks can be used individually and as an end-to-end solution by cQube adopters

The terminologies used in the architecture can be found [here](https://project-sunbird.atlassian.net/wiki/spaces/CQUB/pages/3258024044/cQube+Design+Document+Nov+2022#1.-Terminologies).

<figure><img src="/files/iHzvvcDAY4vYA1CsQbA1" alt=""><figcaption></figcaption></figure>

High-level architecture design can be found [here](https://project-sunbird.atlassian.net/wiki/spaces/CQUB/pages/3258024044/cQube+Design+Document+Nov+2022).

Low-level architecture design can be found [here](https://project-sunbird.atlassian.net/wiki/spaces/CQUB/pages/3266740614/cQube+LLD+-+v12Dec2022).


---

# 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://cqube.sunbird.org/techanical-overview/architecture.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.
