> For the complete documentation index, see [llms.txt](https://knowlg.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowlg.sunbird.org/use.md).

# USE

- [Overview](https://knowlg.sunbird.org/use/overview.md)
- [System requirements](https://knowlg.sunbird.org/use/system-requirements.md)
- [Installation guide](https://knowlg.sunbird.org/use/installation-guide.md)
- [Players](https://knowlg.sunbird.org/use/installation-guide/players.md)
- [V1](https://knowlg.sunbird.org/use/installation-guide/players/v1.md)
- [How to setup](https://knowlg.sunbird.org/use/installation-guide/players/v1/how-to-setup.md)
- [V2](https://knowlg.sunbird.org/use/installation-guide/players/v2.md)
- [Epub Player](https://knowlg.sunbird.org/use/installation-guide/players/v2/epub-player.md)
- [Video Player](https://knowlg.sunbird.org/use/installation-guide/players/v2/video-player.md)
- [Pdf Player](https://knowlg.sunbird.org/use/installation-guide/players/v2/pdf-player.md)
- [Editors](https://knowlg.sunbird.org/use/installation-guide/editors.md)
- [Interactive Editor](https://knowlg.sunbird.org/use/installation-guide/editors/interactive-editor.md)
- [File Upload Editor](https://knowlg.sunbird.org/use/installation-guide/editors/file-upload-editor.md)
- [Collection Editor - V1](https://knowlg.sunbird.org/use/installation-guide/editors/collection-editor-v1.md)
- [Collection Editor - V2](https://knowlg.sunbird.org/use/installation-guide/editors/collection-editor-v2.md)
- [Plugins](https://knowlg.sunbird.org/use/installation-guide/editors/plugins.md)
- [Services](https://knowlg.sunbird.org/use/installation-guide/services.md): This section will help to setup Sunbird knowlg services locally.
- [Content Service](https://knowlg.sunbird.org/use/installation-guide/services/asset-management-service.md): This page will describe the various services that are available under asset management service and how to set it up locally.
- [Configuration](https://knowlg.sunbird.org/use/installation-guide/services/asset-management-service/service-configuration.md): This page explains the asset management specific configuration
- [Search Service](https://knowlg.sunbird.org/use/installation-guide/services/search-service.md)
- [Taxonomy Service (Taxonomy & Tagging)](https://knowlg.sunbird.org/use/installation-guide/services/taxonomy-service.md): This page will describe how to setup Taxonomy Service locally.
- [DIAL Service](https://knowlg.sunbird.org/use/installation-guide/services/dial-service.md): This page will describe how to setup DIAL Service locally.
- [Knowlg Jobs](https://knowlg.sunbird.org/use/installation-guide/services/knowlg-jobs.md): This page will describe how to setup Knowlg jobs locally.
- [Deployment](https://knowlg.sunbird.org/use/deployment.md)
- [Release notes](https://knowlg.sunbird.org/use/release-notes.md)
- [Release - 6.2.0 (Ongoing)](https://knowlg.sunbird.org/use/release-notes/release-6.2.0-ongoing.md)
- [Release - 6.1.0 (latest)](https://knowlg.sunbird.org/use/release-notes/release-6.1.0-latest.md)
- [Release - 6.0.0](https://knowlg.sunbird.org/use/release-notes/release-6.0.0.md)
- [Release - 5.7.0](https://knowlg.sunbird.org/use/release-notes/release-5.7.0.md)
- [Release - 5.6.0](https://knowlg.sunbird.org/use/release-notes/release-5.6.0.md)
- [Release - 5.5.0](https://knowlg.sunbird.org/use/release-notes/release-5.5.0.md)
- [Release - 5.4.0](https://knowlg.sunbird.org/use/release-notes/release-5.4.0.md)
- [Release - 5.3.0](https://knowlg.sunbird.org/use/release-notes/release-5.3.0.md)
- [Release - 5.2.0](https://knowlg.sunbird.org/use/release-notes/release-5.2.0-ongoing.md)
- [Release - 5.1.0](https://knowlg.sunbird.org/use/release-notes/release-5.1.0-ongoing.md)
- [Release - 5.0.0](https://knowlg.sunbird.org/use/release-notes/release-5.0.0.md)
- [Release - 4.10.0](https://knowlg.sunbird.org/use/release-notes/release-4.10.0.md)
- [Release - 4.8.0](https://knowlg.sunbird.org/use/release-notes/release-4.8.0.md)
- [Breaking Changes](https://knowlg.sunbird.org/use/breaking-changes.md)
- [Deprecations](https://knowlg.sunbird.org/use/deprecations.md)
- [Release-5.2.0](https://knowlg.sunbird.org/use/deprecations/release-5.2.0.md): Documentation about list of APIs deprecated or to be deprecated and their corresponding new/alternative APIs available.
- [Release-5.1.0](https://knowlg.sunbird.org/use/deprecations/release-5.1.0.md)
- [Release](https://knowlg.sunbird.org/use/release.md)
- [USE](https://knowlg.sunbird.org/use/use.md)
- [Infra Requirements](https://knowlg.sunbird.org/use/use/infra-requirements.md)
- [Additional Reading](https://knowlg.sunbird.org/use/additional-reading.md)
- [Content Service Environment Variables](https://knowlg.sunbird.org/use/additional-reading/content-service-environment-variables.md)
- [Import External Content](https://knowlg.sunbird.org/use/additional-reading/import-external-content.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, and the optional `goal` query parameter:

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