diff --git a/README.md b/README.md
index 53f0f042926832cb953626d45b20f77c9163799d..7a8f0821d7d7ccc4898a6ffe94ae7ca3d7a05d3d 100644
--- a/README.md
+++ b/README.md
@@ -12,4 +12,7 @@ restarting (`docker-compose down && docker-compose up -d`) keycloak all realms a
 # Importing Realms
 To import realms into a new keycloak instance first place your dump file (`realms-export.json`) into the export folder.
 Next, execute the `import-realms.sh` script which erases all existing data on the keycloak instance and then imports the
-provided realm-dump.
\ No newline at end of file
+provided realm-dump.
+
+----------------------------------------
+Furhter Information about Import/Export can be found in the [official documentation](https://wjw465150.gitbooks.io/keycloak-documentation/content/server_admin/topics/export-import.html)
\ No newline at end of file