> 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.6.md).

# cQube - Release V 3.6

#### Document Release Version

| Project | Release Date | Release Version |
| ------- | ------------ | --------------- |
| cQube   | 26 May 2022  | V 3.6           |

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

cQube release version 3.6, This release includes

* User level based accessing of the cQube reports, Reports should be capable enough to access the reports as per the user levels.
* The current Map reports are having the Blocks, Clusters & Schools buttons which displays the whole state information. With the new implementation all map reports should show selection based lower level information on clicking the Blocks, Clusters & Schools buttons.

**2. Scope**

cQube product release features and issues are described in this version 3.6. This document contains a short description of user level access, Selection based lower level information on clicking the Blocks, Clusters & Schools buttons and Enhancements to the cQube product.

**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:

* User level Access of the cQube Reports
* All Map Reports - Selection based lower level information on clicking the Blocks, Clusters & Schools buttons

**4. Description of the Product Features**

* [User level Access of the cQube Reports](https://github.com/Sunbird-cQube/community/issues/45)
* [Selection based lower level information on click of level buttons](https://github.com/Sunbird-cQube/community/issues/49)

**5. Production bug fix**

* When the heat map is having more than 100 columns and drag the Horizontal scroll bar 60% towards right,the cell color is losing/disappears on hover of the particular cell.

  [Heat Map cell color disappears on hover](https://github.com/Sunbird-cQube/community/issues/43)


---

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