> 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/release-notes/cqube-release-notes-v-3.7.md).

# cQube - Release V 3.7

#### Document Release Version

| Project | Release Date | Release Version |
| ------- | ------------ | --------------- |
| cQube   | 20 July 2022 | V 3.7           |

**1. Objectives of the cQube release 3.7**

cQube release version 3.7, This release includes

* Configure the new datasource using configuration file.
* Making the NIFI Processor group as generic and the visualization to be made as Single instance based which are reusable for the new Data Sources configuration.

**2. Scope**

cQube product release features and issues are described in this version 3.7. This document contains a short description of how new datasource can be configured using configuration.

**3. Summary of the Product Features**

This document contains information on the following new features and enhancements to the existing features of the cQube product:

* configuration of the new datasource using configuration file.
* Types of reports included
  * Map
  * LO Table.

**4. Description of the Product Features**

* [Configurable datasource](https://github.com/Sunbird-cQube/community/issues/50)

[Detailed information on how to do add new data source using configuration](https://cqube.sunbird.org/use/datasource_configuration)


---

# 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, and the optional `goal` query parameter:

```
GET https://cqube.sunbird.org/release-notes/cqube-release-notes-v-3.7.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
