> For the complete documentation index, see [llms.txt](https://inquiry.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inquiry.sunbird.org/use/release-notes/inquiry-release-v-4.8.0-upcoming.md).

# inQuiry - Release V 4.10.0

### Document Release Version

| Project | Release Date         | Release Version |
| ------- | -------------------- | --------------- |
| inQuiry | 10-06-22 (tentative) | V 4.10.0        |

### Release Tags:

#### Question Set Player:

Tag: v4.10.0

Install: `npm i @project-sunbird/sunbird-quml-player-v9@4.10.0`

URL: <https://www.npmjs.com/package/@project-sunbird/sunbird-quml-player-v9/v/4.10.0>

#### Question Set Editor:

Tag: v4.10.6

Install: `npm i @project-sunbird/sunbird-collection-editor-v9`

URL: <https://www.npmjs.com/package/@project-sunbird/sunbird-collection-editor-v9/v/4.10.6>&#x20;

#### Question & Question Set Service:

<table><thead><tr><th width="157">Service to be Build</th><th width="150">Build Tag</th><th width="159">Service to Deploy</th><th width="150">Deploy Tag</th><th>Comments</th></tr></thead><tbody><tr><td>Assessment</td><td><a href="https://github.com/project-sunbird/knowledge-platform/releases/tag/release-4.10.0_RC1">release-4.10.0_RC1</a></td><td>Assessment</td><td><a href="https://github.com/project-sunbird/sunbird-devops/tree/release-4.10.0">release-4.10.0</a></td><td></td></tr><tr><td>Questionset-publish : FlinkJobs</td><td><a href="https://github.com/project-sunbird/knowledge-platform-jobs/releases/tag/release-4.10.0_RC1">reelase-4.10.0_RC1</a></td><td>FlinkJobs</td><td><a href="https://github.com/project-sunbird/sunbird-learning-platform/releases/tag/release-4.10.0_RC1">release-4.10.0_RC1</a></td><td>job_names_to_deploy: questionset-publish</td></tr></tbody></table>

### **1. Summary of the changes**&#x20;

This document contains information about the new features and enhancements planned to the inQuiry building block as part of release 4.10.0:

* Bug Fixes - click [here](https://project-sunbird.atlassian.net/issues/?filter=12544) to see the list of bugs fixed in this release.
* inQuiry as an independent building block: As part of this larger goal, in this release the following items are targeted:
  * Separate dev & staging environments for inQuiry building block
  * Code repo separation for inQuiry question set service component
  * Adopter experience portal&#x20;
* New features and enhancements: None

### 2. Test Scenarios

Link to the test scenarios/cases validated by the inQuiry building block QA team as part of 4.10.0 release:&#x20;

Test scenarios : [Link](https://project-sunbird.atlassian.net/wiki/spaces/SunbirdinQuiry/pages/3152674824/4.10+Test+Scenarios)


---

# 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://inquiry.sunbird.org/use/release-notes/inquiry-release-v-4.8.0-upcoming.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.
