diff --git a/ext/index/main.php b/ext/index/main.php
index 9cf5abfc..3c5e66b8 100644
--- a/ext/index/main.php
+++ b/ext/index/main.php
@@ -141,6 +141,11 @@
*
pool=(PoolID, any, none) -- search for images in a pool by PoolID.
* pool_by_name=PoolName -- search for images in a pool by PoolName. underscores are replaced with spaces
*
+ * Post Relationships
+ *
+ * - parent=(parentID, any, none) -- search for images by parentID / if they have, do not have a parent
+ *
- child=(any, none) -- search for images which have, or do not have children
+ *
*
*/
diff --git a/ext/tag_edit/main.php b/ext/tag_edit/main.php
index 9cd2ada6..30867f84 100644
--- a/ext/tag_edit/main.php
+++ b/ext/tag_edit/main.php
@@ -3,6 +3,34 @@
* Name: Tag Editor
* Author: Shish
* Description: Allow images to have tags assigned to them
+ * Documentation:
+ * Here is a list of the tagging metatags available out of the box;
+ * Shimmie extensions may provide other metatags:
+ *
+ * - source=(*, none) eg -- using this metatag will ignore anything set in the "Source" box
+ *
+ * - source=http://example.com -- set source to http://example.com
+ *
- source=none -- set source to NULL
+ *
+ *
+ * Metatags can be followed by ":" rather than "=" if you prefer.
+ *
I.E: "source:http://example.com", "source=http://example.com" etc.
+ *
Some tagging metatags provided by extensions:
+ *
+ * - Numeric Score
+ *
+ * - vote=(up, down, remove) -- vote, or remove your vote on an image
+ *
+ * - Pools
+ *
+ * - pool=(PoolID, PoolTitle) -- add post to pool (if exists)
+ *
+ * - Post Relationships
+ *
+ * - parent=(parentID, none) -- set parent ID of current image
+ *
- child=(childID) -- set parent ID of child image to current image ID
+ *
+ *
*/
/*