diff --git a/.docs/images/app_url.png b/.docs/images/app_url.png
new file mode 100644
index 0000000..404cc71
Binary files /dev/null and b/.docs/images/app_url.png differ
diff --git a/.docs/images/hook_url.png b/.docs/images/hook_url.png
new file mode 100644
index 0000000..72c274e
Binary files /dev/null and b/.docs/images/hook_url.png differ
diff --git a/.docs/images/netlify_plugin.png b/.docs/images/netlify_plugin.png
new file mode 100644
index 0000000..64e212a
Binary files /dev/null and b/.docs/images/netlify_plugin.png differ
diff --git a/.docs/images/netlify_settings.png b/.docs/images/netlify_settings.png
new file mode 100644
index 0000000..2e0bd6f
Binary files /dev/null and b/.docs/images/netlify_settings.png differ
diff --git a/README.md b/README.md
index 3be7b6d..bdc0819 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,33 @@
-[[_TOC_]]
+# About plugin
-# Deploy Netlify Plugin
+Netlify is the platform for building highly-performant and dynamic websites, e-commerce stores and web applications. With this plugin, you can easily trigger Netlify builds within Content Object changes on form submission. You will also be able to quickly navigate to your Netlify pages from the Flotiq content editor.
+
+## Plugin outcome
+
+In the sidebar of the Content Object form, you will see a panel with the Netlify build buttons. Once you click the button, a link to preview the page will appear below the button.
+
+
+
+## Configuring plugin
+
+To manage a plugin, you must first add it to your plugins. Click the "+" icon to add the plugin to your library and click the "Manage" button. It will open the plugin settings.
+
+
+
+To complete the form, you must log in to your Netlify account. In the app's general data, under the app name, you'll find the `Build Instance URL`.
+
+
+
+To find `Build Webhook URL` go to `Site Configuration` -> `Build & deploy` -> `Build hooks`. You need to add a build hook and copy the provided URL.
+
+
+
+Other fields:
+
+* `Display name` - Any name that will be displayed on the build button.
+* `Content Type Definition` - Select the content type to display the button only for the specified content type. If the content type is not selected, the button will be shown when editing each content object.
+
+# Development
## Quick start
diff --git a/plugin-manifest.json b/plugin-manifest.json
index e0d2cf8..2a625c2 100644
--- a/plugin-manifest.json
+++ b/plugin-manifest.json
@@ -1,8 +1,8 @@
{
"id": "flotiq.deploy-netlify",
"name": "Deploy Netlify",
- "description": "Integration with Netlify",
- "version": "1.1.0",
+ "description": "Integration with Netlify deploy. With this plugin, you can easily trigger Netlify builds within Content Object changes on form submission. You will also be able to quickly navigate to your Netlify pages from the Flotiq content editor.",
+ "version": "1.1.1",
"repository": "https://github.com/flotiq/flotiq-ui-plugin-deploy-netlify",
"url": "https://localhost:3053/index.js",
"permissions": []