> 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/learn/product-and-developer-guide/editors/generic-editor/features.md).

# Features

* #### Multiple Ways to Upload

  Drop files, select files from the file system, or simply copy and paste file URL.![](/files/J15nstZN0epUZdvmoxw5)

* #### Multiple Validation Checks

  Limit your users to upload only specific file type(s) and files upto a specific size limit.\
  ![](/files/DfYITkYDHkThe3YbfRwK)<br>

* #### Chunking of Files

  Splitting a file into smaller pieces allows for a more efficient overall upload. File Uploader can also upload multiple chunks for the same file concurrently.\
  ![](/files/bXtM7v6t613yQd4OO7MB)<br>

* #### Replace already Uploaded Files

  Uploaded the wrong file? Use this feature to replace uploaded files\
  ![](/files/B3KyNYIoGOXGBjXduo36)<br>

* #### Preview

  Allows users an in-browser preview of files after they upload.\
  ![](/files/7Hu3I3PKq5vArQvnlnJd)<br>

* &#x20;**Download**\
  Allows users an in-browser download of files after they upload\
  ![](/files/ywv0tcYMyiHxJC0MyUUy)<br>

* **Limited Sharing**\
  This feature allows creators to share their content to a limited set of users for early feedback.\
  ![](/files/xEbbZMPTndcJzGn0ka0R)<br>

* **Collaboration**\
  This feature enables creators to collaborate with other creators to create content.\
  ![](/files/5boHGEGRZ2CoQBPVio5y)


---

# 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/learn/product-and-developer-guide/editors/generic-editor/features.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.
