# Question API's

- [Create Question](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/question-apis/create-question.md): This API is used to create Questions on the Sunbird-inQuiry Platform.
- [Read Question](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/question-apis/read-question.md): This API is used to read the question on the Sunbird-inQuiry Platform.
- [Read Private Question](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/question-apis/read-private-question.md): This API is used to read the private question on the Sunbird-inQuiry Platform.
- [Update Question](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/question-apis/update-question.md): This API is used to update the existing question on the Sunbird-inQuiry Platform.
- [Submit for Review Question](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/question-apis/submit-for-review-question.md): This API is used to submit question for review on the Sunbird-inQuiry Platform.
- [Publish Question](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/question-apis/publish-question.md): This API is used to publish the question on Sunbird platform.
- [Retire Question](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/question-apis/retire-question.md): This API is used to retiring a questions on the Sunbird-inQuiry Platform.
- [Question List](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/question-apis/question-list.md): This API is used to get the list of Questions on the Sunbird-inQuiry Platform.
- [Import Question](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/question-apis/import-question.md): This API is used to import Question from one instance to another instance of sunbird
- [Copy Question](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/question-apis/copy-question.md): This API is associated with copying question on the Sunbird Platform.
- [Reject Question](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/question-apis/reject-question.md): This API is used to reject the questions 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/v1/question-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.
