# Editors

{% content-ref url="/pages/fqoHzDqmD3ni5NVyrTOd" %}
[Interactive Editor](/use/installation-guide/editors/interactive-editor.md)
{% endcontent-ref %}

{% content-ref url="/pages/vsuCK59q03NVygAWdoGW" %}
[File Upload Editor](/use/installation-guide/editors/file-upload-editor.md)
{% endcontent-ref %}

{% content-ref url="/pages/DsBRT3M9c2rIS38GmrPW" %}
[Collection Editor - V1](/use/installation-guide/editors/collection-editor-v1.md)
{% endcontent-ref %}

{% content-ref url="/pages/1Il3eLOzke5FM17GFkur" %}
[Collection Editor - V2](/use/installation-guide/editors/collection-editor-v2.md)
{% endcontent-ref %}

### Git Repo:

Content Plugins repo is the common placeholder for all the plugins. Each editor will be configured with specific plugins while building the project.

{% hint style="info" %} <mark style="color:blue;">**Good to know:**</mark>  The [collection editor - V2](/learn/product-and-developer-guide/editors/collection-editor-v2.md) is not using the content plugins.
{% endhint %}

#### Content-Plugins

{% embed url="<https://github.com/project-sunbird/sunbird-content-plugins>" %}
Content-Plugins
{% endembed %}


---

# 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://knowlg.sunbird.org/use/installation-guide/editors.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.
