diff --git a/Gemfile b/Gemfile
index c3b35eb66c9deb5689fa544bea57fa117a9c983a..2a4ddc0cda16286149f558ca940cb5ccd08c8e78 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,5 @@
 source 'https://rubygems.org'
-ruby '~> 2.6'
+ruby '2.6.6'
 
 # Essential gems: servers, adapters, Rails + Rails requirements
 gem 'coffee-rails', '~> 4.2.2'
diff --git a/db/seeds/abilities/unrestricted.html b/db/seeds/abilities/unrestricted.html
index 27a11c0a7f21196868deb513f62eff3d1904bf2d..cce29e0e1857833cded28985820d66501eef6259 100644
--- a/db/seeds/abilities/unrestricted.html
+++ b/db/seeds/abilities/unrestricted.html
@@ -1,5 +1,5 @@
 <h2>What does this ability allow me to do?</h2>
-<p>This ability allows you to post questions, articles, and answers without limit, as well as being able to vote and leave comments on any post. You can see guidance on <a href="/help/asking">asking questions</a> and <a href="/help/voting">how to vote</a> in the Help Center.</p>
+<p>This ability allows you to post questions, articles, and answers without limit, as well as being able to vote and leave comments on any post. You can see guidance on <a href="/help/how-to-ask">asking questions</a> and <a href="/help/voting">how to vote</a> in the Help Center.</p>
 
 <h2>How do I earn this ability?</h2>
-<p>To earn this ability, you need to have roughly 75% of your posts be positively received, with a minimum of 5 positively-recieved posts (these numbers may vary from site to site).</p>
\ No newline at end of file
+<p>To earn this ability, you need to have roughly 75% of your posts be positively received, with a minimum of 5 positively-recieved posts (these numbers may vary from site to site).</p>
diff --git a/db/seeds/posts.yml b/db/seeds/posts.yml
index f49d6dc7a54226a2327678370fac466fd016c55b..8365a3d3d3499bd7106c5def848e156f46d5ce59 100644
--- a/db/seeds/posts.yml
+++ b/db/seeds/posts.yml
@@ -126,4 +126,11 @@
   body_markdown: $FILE posts/voting.html
   body: $FILE posts/voting.html
   doc_slug: voting
-  help_category: Guidance
\ No newline at end of file
+  help_category: Guidance
+
+- post_type_id: <%= HelpDoc.post_type_id %>
+  title: Why are posts deleted?
+  body_markdown: $FILE posts/deleted.html
+  body: $FILE posts/deleted.html
+  doc_slug: deleted
+  help_category: Site Information
\ No newline at end of file
diff --git a/db/seeds/posts/deleted.html b/db/seeds/posts/deleted.html
new file mode 100644
index 0000000000000000000000000000000000000000..28d3e3e03d65ddc52d50cd881a3511add8293000
--- /dev/null
+++ b/db/seeds/posts/deleted.html
@@ -0,0 +1,5 @@
+<p>Posts are deleted for various reasons. They may be deleted either by community curators or by the original poster.</p>
+<p>A question may be deleted because it is off topic for a particular community or category. That doesn&#39;t mean it&#39;s a bad question, just that it&#39;s not in the right place. For example, a question about musical instruments would likely be removed from a gardening community. Sometimes it&#39;s more subtle; a question about how to make flower pots <em>could</em> be considered gardening, but the community might want to keep posts more focused. Similarly, an opinion based question (What is the prettiest flower?) might not be on topic in some communities. Always check the community description and any linked help before posting to make sure your question will be welcomed! </p>
+<p>An answer may be deleted for similar reasons; it&#39;s off-topic, not answering the question, etc. </p>
+<p>Usually if a post is missing information or needs the author&#39;s attention it&#39;s temporarily put on hold. However, if it&#39;s detracting from the community it may be deleted instead. In these cases it&#39;s best to reach out to the community moderators and start a conversation with them about what needs to happen for the post to be restored. To do so, open a post on the community meta with your question. Remember to be respectful - it can be frustrating to have a post deleted but the moderators will do their best to help you understand how to improve it to fit. </p>
+<p>Finally, sometimes a user will delete their own post(s). This might be due to realizing it wasn&#39;t a good fit for the site, or because they actually meant to ask or answer a different question. </p>