> 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/deprecations/release-5.5.0.md).

# Release-5.5.0

### Question Set Editor:

{% hint style="warning" %} <mark style="color:red;">Creation of question sets through the collection editor will no longer be supported. We are stopping any support to</mark> <https://www.npmjs.com/package/@project-sunbird/sunbird-collection-editor>.
{% endhint %}

Here's the new GitHub repo and NPM package:

| Old (Deprecated)                                                                                                                                       | New (Alternative)                                                                                                        | Comments                                                                                                                                                                   |
| ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [<mark style="color:red;">@project-sunbird/sunbird-collection-editor</mark>](https://www.npmjs.com/package/@project-sunbird/sunbird-collection-editor) | [@project-sunbird/sunbird-questionset-editor](https://www.npmjs.com/package/@project-sunbird/sunbird-questionset-editor) | As we have separated the questionset editor from the collection editor. Hence we are deprecating the old NPM package version. Please use the new NPM package as mentioned. |
| [<mark style="color:red;">https://github.com/Sunbird-Ed/sunbird-collection-editor</mark>](https://github.com/Sunbird-Ed/sunbird-collection-editor)     | <https://github.com/Sunbird-inQuiry/editor>                                                                              |                                                                                                                                                                            |

* The question set editor component selector has been renamed from `lib-editor` to `lib-questionset-editor`

For more information, please refer to the [latest installation guide.](/use/developer-installation/question-set-editor/installation.md)

### QuML Player:

{% hint style="warning" %} <mark style="color:red;">We are stopping any contribution to</mark> [<mark style="color:blue;">https://github.com/project-sunbird/sunbird-quml-player</mark>](https://github.com/project-sunbird/sunbird-quml-player)
{% endhint %}

We have moved the QuML player code to the new inQuiry player GitHub repository. All the new contributions will happen in the new i[nQuiry/player](https://github.com/Sunbird-inQuiry/player) repo for the QuML player.

Here is the  new GitHub repo

<table><thead><tr><th width="266">Old Repo (Deprecated)</th><th width="246.99999999999997">New Repo</th><th>Comments</th></tr></thead><tbody><tr><td><br><a href="https://github.com/project-sunbird/sunbird-quml-player"><mark style="color:red;">https://github.com/project-sunbird/sunbird-quml-player</mark></a><br></td><td><a href="https://github.com/Sunbird-inQuiry/player">https://github.com/Sunbird-inQuiry/player</a></td><td><p>We have only changed the github respository. NPM package of QuML Player will remain as it is. </p><p><a href="https://www.npmjs.com/package/@project-sunbird/sunbird-quml-player">@project-sunbird/sunbird-quml-player</a></p></td></tr></tbody></table>


---

# 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/deprecations/release-5.5.0.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.
