diff --git a/site/public/documentation/_layout.ejs b/site/public/documentation/_layout.ejs
index c3a9645..284ce10 100644
--- a/site/public/documentation/_layout.ejs
+++ b/site/public/documentation/_layout.ejs
@@ -27,7 +27,7 @@
Plugins
- ' href='/documentation/builtin.html'>
+ ' href='/documentation/builtin.html'>
Built-In Plugins
@@ -43,6 +43,10 @@
' href='/documentation/builtin_drag.html'>Drag
+ ' href='/documentation/help.html'>
+ Getting Help
+
+
diff --git a/site/public/documentation/builtin_drag.md b/site/public/documentation/builtin_drag.md
index 3a37023..b6139cb 100644
--- a/site/public/documentation/builtin_drag.md
+++ b/site/public/documentation/builtin_drag.md
@@ -1,2 +1,4 @@
Drag Plugin
===========
+
+This plugin is not yet impelemented.
diff --git a/site/public/documentation/builtin_zoom.md b/site/public/documentation/builtin_zoom.md
index bc15741..6bdc953 100644
--- a/site/public/documentation/builtin_zoom.md
+++ b/site/public/documentation/builtin_zoom.md
@@ -1,2 +1,4 @@
Zoom Plugin
===========
+
+This plugin is not yet impelemented.
diff --git a/site/public/documentation/help.md b/site/public/documentation/help.md
new file mode 100644
index 0000000..3148cca
--- /dev/null
+++ b/site/public/documentation/help.md
@@ -0,0 +1,8 @@
+Getting Help
+============
+
+[Stack Overflow](http://stackoverflow.com/) is a great place to get help when you're stuck on a particular issue. Tag your question with `planetary.js` when you post it.
+
+If you think you've found a bug, hop over to [the Planetary.js issues page](https://github.com/BinaryMuse/planetary.js/issues) and file a bug (assuming the same bug hasn't already been reported).
+
+If you have an idea for an improvement or other change, feel free to open a GitHub pull request.