> 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-v-5.0.1.md).

# cQube - Release V 5.0.1

**Document Release Version**

<table><thead><tr><th width="527.3333333333333">Project</th><th>Release Date</th><th>Release Version</th></tr></thead><tbody><tr><td>cQube</td><td>10 Apr 2023</td><td>V 5.0.1</td></tr></tbody></table>

## Overview

As part of cQube V 5.0.1, login functionality for cQube users has been added. The state deployer will be able to configure Keycloak and add individual or bulk users. They will also be able to make customisations on the UI of the login page.&#x20;

cQube users will have to use a username and password to be able to access cQube dashboards.

## Release Highlights

1. **🔐 User Authentication:** A user will have to use a username and password to be able to access cQube dashboards.

## Release Features

1. A deployer is able to configure Keycloak to set up user authentication - [Steps for Configuration](broken://pages/M6xea0FZBjG4gQFhQQ8F)
2. A deployer is able to add individual or bulk users via Keycloak - [Process to add users](broken://pages/pHNvGlPoBta10k8kSUS6)
3. A deployer can make customisations in the UI of the login page available on cQube - [UI Customisations](broken://pages/mfjKq7vl3XftgrxqZ8Ru)

## Upcoming Release Features

The list of features for the upcoming releases can be accessed from this [link](https://docs.google.com/spreadsheets/d/1e8b_kLCfD0Oce9Jek4nrpBFQRk-IJOKgYy5GOnFs8Ho/edit#gid=1589485385). Any comments for suggestions are welcome in the attached document.


---

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