+
diff --git a/docs/src/components/infow-window.md b/docs/src/components/infow-window.md
new file mode 100755
index 0000000..ad13e40
--- /dev/null
+++ b/docs/src/components/infow-window.md
@@ -0,0 +1,35 @@
+# Info Window
+
+## Create
+
+You can create info window by passing custom HTML or Vue components as the child of `Marker` component.
+```vue
+
+
+
I am info window. I appear, when you click a marker
+
+
+```
+
+## Center markers automatically
+To center markers so that all the markers are visible, use:
+```vue
+
+
+
+```