work on documentation
diff --git a/doc/source/structure.rst b/doc/source/structure.rst
index 26fcd7b..c203466 100644
--- a/doc/source/structure.rst
+++ b/doc/source/structure.rst
@@ -6,4 +6,16 @@
 Plugins
 -------
 
-Requiredness
\ No newline at end of file
+A little bit about plugins to come here soon.
+
+ - You need to configure it in config.json
+ - Folder name must be the same as 'name'
+ - You probably want to specify a gate in the config
+    - see something (introduction?) about gates and how turbo-hipster
+      uses them
+ - Each plugin has a task.py with a Runner class
+    - Responsible for registering functions
+    - handling jobs
+    - checking for errors
+    - building reports
+    - publishing them according to configuration