diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb
index 9db5fbe2493ee19def8f42a77cf260b96e58fde7..f0a3041888aea7cf4a44abf6d292892e19d48379 100644
--- a/app/views/layouts/_footer.html.erb
+++ b/app/views/layouts/_footer.html.erb
@@ -6,6 +6,7 @@
         <ul>
           <li><%= link_to 'Terms of Service', '/policy/tos' %></li>
           <li><%= link_to 'Code of Conduct', '/policy/code-of-conduct' %></li>
+          <li><%= link_to 'Privacy Policy', '/assets/privacy-policy.pdf' %></li>
           <li><%= link_to 'About us', 'https://codidact.org/' %></li>
           <li><%= link_to 'Other sites', 'https://codidact.com/' %></li>
         </ul>
diff --git a/public/assets/privacy-policy.pdf b/public/assets/privacy-policy.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..c87e40729323689c030078cb021bd475d426c6dc
Binary files /dev/null and b/public/assets/privacy-policy.pdf differ