diff --git a/How-to-configure.md b/How-to-configure.md
new file mode 100644
index 0000000..b4d7247
--- /dev/null
+++ b/How-to-configure.md
@@ -0,0 +1,43 @@
+Builderman looks for a config in the src folder.
+It looks like this:
+```
+
+
+
+ full
+
+ header
+ main
+ aside
+ footer
+
+
+
+
+ minimal
+
+ main
+
+
+ header
+ footer
+ aside
+ nav
+
+
+
+
+ no-nav
+
+ nav
+
+
+
+
+```
+Here you can define your builds and settings.
+Include allows you to specifically include a tag.
+For example, inlcuding test will include anything under "``" in the output.
+If you do not specify anything to include, everything will be included.
+Exclude allows you to exclude specific tags.
+Style specifies the stylesheet for the build.
\ No newline at end of file