diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ee5646f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+
Configuration
+Add User in PVE cluster config
+ // TODO determine needed permissions
+Modify configuration in PVE-Zabbix.py
+```
+USERNAME = "zabbix@pve"
+PASSWORD = "zabbix"
+HOST = "localhost:8006"
+```
+Zabbix Config User Parameter:
+```
+UserParameter=pve-zabbix[*],/usr/bin/python /home/zabbix/PVE-Zabbix/PVE-Zabbix.py $1 $2 $3 $4 $5 $6
+```