# QuestionSet API's

- [Create QuestionSet](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/create-questionset.md): This API is used to create a question set on the Sunbird-inQuiry Platform.
- [Read QuestionSet](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/read-questionset.md): This API is used to read an existing question set on the Sunbird-inQuiry Platform.
- [Read Private QuestionSet](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/read-private-questionset.md): This API is used to read an existing private question set on the Sunbird-inQuiry Platform.
- [Update QuestionSet](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/update-questionset.md): This API is used to update an existing question set on the Sunbird-inQuiry Platform.
- [Review QuestionSet](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/review-questionset.md): This API is used to send question set for review on the Sunbird-inQuiry Platform.
- [Reject QuestionSet](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/reject-questionset.md): This API is used to reject the question set, which is sent for review on the Sunbird-inQuiry Platform.
- [Publish QuestionSet](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/publish-questionset.md): This API is used to publish the question set on the Sunbird-inQuiry Platform.
- [Update Hierarchy QuestionSet](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/update-hierarchy-questionset.md): This API is used to update the existing question set on the Sunbird-inQuiry Platform.
- [Read QuestionSet Hierarchy](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/read-questionset-hierarchy.md): This API is used to read the question set on the Sunbird-inQuiry Platform.
- [Import QuestionSet](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/import-questionset.md): This API is used to import QuestionSet from one instance of sunbird to another instance of sunbird.
- [Copy QuestionSet](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/copy-questionset.md): This API is associated with copying questionset on the Sunbird Platform.
- [Retire QuestionSet](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/retire-questionset.md): This API is used to retire the question set on the Sunbird-inQuiry Platform.


---

# 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/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis.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.
