# Question Set Editor

### System Requirements <a href="#system-requirements" id="system-requirements"></a>

To install the editor, ensure that your laptop or desktop has the following minimum system requirements:

* Operating System: Windows 7 and above, or 4.2 Mac OS X 10.0 and above/Linux
* RAM: >2GB
* CPU: 2 cores, >2 GHz

### How to setup

{% embed url="<https://inquiry.sunbird.org/use/developer-installation/question-set-editor/installation>" %}

### Configuration

Before going to the next section, you should know about [object category definition](https://project-sunbird.atlassian.net/wiki/spaces/SingleSource/pages/2696183813/How+to+configure+forms+in+primaryCategory#Overview) is the key part of the configuration to load the editor.\
\
Here is the sample object category definition for [Practise Question Set](https://inquiry.sunbird.org/use/developer-installation/question-set-editor/installation/object-category-definition).

To know more about different types of form field configuration refer the [Sample Form Configuration](https://inquiry.sunbird.org/use/developer-installation/question-set-editor/installation/sample-form-configuration).

To know more about Question Set Editor configuration, please refer the link  (coming soon...)

### NPM Repository

**Web component**

{% embed url="<https://www.npmjs.com/package/@project-sunbird/sunbird-questionset-editor-web-component>" %}

**Angular library**

{% embed url="<https://www.npmjs.com/package/@project-sunbird/sunbird-questionset-editor>" %}


---

# Agent Instructions: 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:

```
GET https://inquiry.sunbird.org/use/developer-installation/question-set-editor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
