diff --git a/src/core/templates/static_pages/help.html b/src/core/templates/static_pages/help.html
index e69de29..06c0332 100644
--- a/src/core/templates/static_pages/help.html
+++ b/src/core/templates/static_pages/help.html
@@ -0,0 +1,27 @@
+{% extends 'master.html' %}
+
+{% block content %}
+
Help
+
+Questions
+
+
+ - I found a bug!
+ - I would like to help at development/ design (...)!
+ - I have an idea on how to improve the site!
+ - What is this site for?
+ - What is this site NOT for?
+
+
+Answers
+
+
+ - Great! Will you tell us about it here? We will try to fix it as soon as possible. Thank you for your help!
+ - That's very kind of you! Head over to our GitHub and consult the Contribution Guidelines and our excellent Code of Conduct. Thank you for your participation!
+ - Please create a feature request here and wait for a response. We will try to implement the feature as soon as possible - if it is in line with our idea of the project.
+ - That's pretty simple to determine: we want to "relive" the trade with CS:GO items and give it a platform. If you have items, consider creating an offer for them! We want our platform to be a safe and free place for the community. Have fun!
+ - This site isn't for spammers, scammers, griefers (...) and we will try to develop the site to their disadventage. This site is not for communication or actually making trades, as this can only be done by Valve. As we don't want to anger Valve, we explicitly don't want a direct connection to pricing sites for items. Please have fun on the site!
+
+
+For more help please consult the documentation, GitHub issues, the community wiki or a search engine of your choice.
+{% endblock %}