diff --git a/README.md b/README.md
index 646c7bf6f41f29a2b8c3913fe5349b672c5503c3..32177b17d6e60f85f554bb596c8395898e636685 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,28 @@
 * ```bootstrap /3.3.6```
 * ```amivaccess /1.0```
 
+# Structure
+* admin (Admintool)
+	* lib (Libraries)
+		* bootstrap
+		* jquery
+		* amiv (amivaccess)
+		* cust (custom files)
+			* main.js (our js file)
+			* main.css (our css file)
+	* res (Resources)
+		* bg (big pictures and backgrounds)
+		* favicon
+		* fonts
+		* logo
+	* tools (tools)
+		* main.tool
+		* users.tool
+		* ...
+* public (Website)	
+		
+	
+
 ### Library ```tools```:
 The JS library ```tools``` is the backbone of the single tools. It enables the tool itself to take actions, such as store data, spawn alert boxes, load new tools and more.