> 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/developer-installation.md).

# Developer Installation

- [Question & Question Set Service](https://inquiry.sunbird.org/use/developer-installation/question-and-question-set-service.md)
- [Installation](https://inquiry.sunbird.org/use/developer-installation/question-and-question-set-service/installation.md): This Page Explains Steps For Local Installation of Assessment Service
- [Configuration](https://inquiry.sunbird.org/use/developer-installation/question-and-question-set-service/configuration.md): This Page Explains All Configuration Used By Question & QuestionSet Service
- [Question Set Editor](https://inquiry.sunbird.org/use/developer-installation/question-set-editor.md)
- [Installation](https://inquiry.sunbird.org/use/developer-installation/question-set-editor/installation.md)
- [Object Category Definition](https://inquiry.sunbird.org/use/developer-installation/question-set-editor/installation/object-category-definition.md)
- [Sample Form Configuration](https://inquiry.sunbird.org/use/developer-installation/question-set-editor/installation/sample-form-configuration.md): In this section we have covered the sample configuration of various types of fields which can be configured in questionset.
- [Question set Player](https://inquiry.sunbird.org/use/developer-installation/question-set-player.md)
- [Installation](https://inquiry.sunbird.org/use/developer-installation/question-set-player/installation.md)


---

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

```
GET https://inquiry.sunbird.org/use/developer-installation.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.
