diff --git a/docs/docs/en.md b/docs/docs/en.md
index 04615c2..aaba42c 100644
--- a/docs/docs/en.md
+++ b/docs/docs/en.md
@@ -209,6 +209,67 @@ Use the `handler` parameter to use a different Handler
}
```
+##### Extending the handler using callbacks properties
+
+Another option for extending handler is possible with below dedicated peperties:
+ * chunk-enabled - must be `true`
+ * chunk-callbacks-enabled - must be `true`
+ * chunk-callbacks - nust be `Object` with interface based on `DefaultChunkUploadCallbacks`
+
+###### How to use calbacks in Vue template and script
+
+```html
+
+
+