diff --git a/docs/platform/organisation/img/button-generate-api-token.png b/docs/platform/organisation/img/button-generate-api-token.png
new file mode 100644
index 00000000..35b8d9aa
Binary files /dev/null and b/docs/platform/organisation/img/button-generate-api-token.png differ
diff --git a/docs/platform/organisation/img/button-import.png b/docs/platform/organisation/img/button-import.png
new file mode 100644
index 00000000..dcb43f30
Binary files /dev/null and b/docs/platform/organisation/img/button-import.png differ
diff --git a/docs/platform/organisation/img/dialog-api-token.png b/docs/platform/organisation/img/dialog-api-token.png
new file mode 100644
index 00000000..9ba1a190
Binary files /dev/null and b/docs/platform/organisation/img/dialog-api-token.png differ
diff --git a/docs/platform/organisation/img/dialog-import-key-exchange.png b/docs/platform/organisation/img/dialog-import-key-exchange.png
new file mode 100644
index 00000000..cbd15f4a
Binary files /dev/null and b/docs/platform/organisation/img/dialog-import-key-exchange.png differ
diff --git a/docs/platform/organisation/img/import-dialog.png b/docs/platform/organisation/img/import-dialog.png
new file mode 100644
index 00000000..0d0ce197
Binary files /dev/null and b/docs/platform/organisation/img/import-dialog.png differ
diff --git a/docs/platform/organisation/img/organisation-page.png b/docs/platform/organisation/img/organisation-page.png
new file mode 100644
index 00000000..60854761
Binary files /dev/null and b/docs/platform/organisation/img/organisation-page.png differ
diff --git a/docs/platform/organisation/img/sonexa-meine-firma.png b/docs/platform/organisation/img/sonexa-meine-firma.png
new file mode 100644
index 00000000..73d80e1f
Binary files /dev/null and b/docs/platform/organisation/img/sonexa-meine-firma.png differ
diff --git a/docs/platform/organisation/img/table-api-authentication.png b/docs/platform/organisation/img/table-api-authentication.png
new file mode 100644
index 00000000..56e69f8b
Binary files /dev/null and b/docs/platform/organisation/img/table-api-authentication.png differ
diff --git a/docs/platform/organisation/img/users-page.png b/docs/platform/organisation/img/users-page.png
new file mode 100644
index 00000000..218d4c34
Binary files /dev/null and b/docs/platform/organisation/img/users-page.png differ
diff --git a/docs/platform/organisation/index.md b/docs/platform/organisation/index.md
index 6f5bc803..9556d29b 100644
--- a/docs/platform/organisation/index.md
+++ b/docs/platform/organisation/index.md
@@ -1,5 +1,35 @@
---
-draft: true
+draft: false
---
-# Organisation (TODO)
\ No newline at end of file
+# Organisation
+
+:::info[Required roles]
+* **org-admin**
+:::
+
+The Organisation page allows to manage Organisation related settings like Name, Logo, Users, etc.
+
+![organisation-page.png](img/organisation-page.png)
+
+## Settings
+
+Manage the Name, Logo and other organisation related settings.
+
+## wMbus Keys
+
+See: [wMbus Keys](wmbus-keys)
+
+## Users
+
+Manage Users and Roles inside the organisation.
+
+![users-page.png](img/users-page.png)
+
+### Roles
+
+| Role | Rights | Comment |
+|--------------|---------------------------------------------------------------------------------------------------|-----------------------------------------------------|
+| admin | Global Platform Admin
Can access all Organisations. | Admin users can only seen by other platform admins. |
+| org‑admin | Organisation Admin
Can edit all Organisation related data including Devices and Integrations. | |
+| device‑admin | Device Admin
Can edit all Device related data inside the Organisation. | |
diff --git a/docs/platform/organisation/wmbus-keys.md b/docs/platform/organisation/wmbus-keys.md
index c3e27778..79f039f1 100644
--- a/docs/platform/organisation/wmbus-keys.md
+++ b/docs/platform/organisation/wmbus-keys.md
@@ -1,5 +1,41 @@
---
-draft: true
+draft: false
---
-# wMbus Keys (TODO)
\ No newline at end of file
+# wMbus Keys
+
+:::info[Required roles]
+* **org-admin**
+ :::
+
+## Import
+
+![img.png](img/button-import.png)
+
+Allows to import Keys from CSV. The page offers compatible examples to be used as template for the import.
+
+![img.png](img/import-dialog.png)
+
+
+### Import via Key Exchange Platform
+
+You do need an account in the Exchange Plattform, see: https://exchange-platform.app/
+
+![sonexa-meine-firma.png](img/sonexa-meine-firma.png)
+
+
+Generate a new Token
+
+![button-generate-api-token.png](img/button-generate-api-token.png)
+
+Add a Label and select "Device API"
+
+![dialog-api-token.png](img%2Fdialog-api-token.png)
+
+The Token will appear in the table, copy the token for usage in the Lobaro Platform.
+
+![table-api-authentication.png](img%2Ftable-api-authentication.png)
+
+Enter the Token in the Lobaro Platform under `Organisation → wMbus Keys → Import → Key Exchange Platform`:
+
+![dialog-import-key-exchange.png](img%2Fdialog-import-key-exchange.png)
\ No newline at end of file