diff --git a/docs/docs/graphql/cloud/projects/hibernation.mdx b/docs/docs/graphql/cloud/projects/hibernation.mdx
new file mode 100644
index 00000000000..94f8c0f7a4b
--- /dev/null
+++ b/docs/docs/graphql/cloud/projects/hibernation.mdx
@@ -0,0 +1,52 @@
+---
+description: Cloud Project Hibernation and Reactivation
+keywords:
+ - hasura
+ - docs
+ - project
+ - hibernation
+ - reactivation
+ - inactive
+sidebar_label: Hibernation and reactivation
+sidebar_position: 14.5
+---
+
+import Thumbnail from "@site/src/components/Thumbnail";
+
+# Project Hibernation and Reactivation
+
+## Introduction
+
+As part of our regular maintenance cycle, projects on the free tier that haven't seen any API request activity for the past three months are hibernated after two notices to their owners. Here are some FAQs related to the process and reactivation:
+
+## Frequently Asked Questions
+
+### My Hasura Cloud project is hibernated. What does this mean?
+
+All the metadata and project details are still preserved, but you won't be able to make any API calls to the instance endpoint. However, if you want to keep using your project, you can reactivate it manually from your project's section to continue using Hasura seamlessly.
+
+### How will I know when any of my projects will be hibernated?
+
+After sixty days of inactivity, the project owner will receive the first email informing them about the hibernation of the project in 30 days.
+
+Fifteen days after that, at the 75-day mark, they will receive a reminder.
+
+Finally, another fifteen days later, they will receive a confirmation email informing that the project has been hibernated.
+
+### How do I reactivate my hibernated project?
+
+If you are the **project owner**, clicking on the `Reactivate` button of your project's section will allow you to reactivate the project.
+
+
+
+If you are a **collaborator**, the project's section will ask you to contact the project owner to let them reactivate the project.
+
+
diff --git a/docs/static/img/graphql/cloud/projects/reactivation-collaborator.png b/docs/static/img/graphql/cloud/projects/reactivation-collaborator.png
new file mode 100644
index 00000000000..b67400f5c02
Binary files /dev/null and b/docs/static/img/graphql/cloud/projects/reactivation-collaborator.png differ
diff --git a/docs/static/img/graphql/cloud/projects/reactivation-owner.png b/docs/static/img/graphql/cloud/projects/reactivation-owner.png
new file mode 100644
index 00000000000..368a2cdf62b
Binary files /dev/null and b/docs/static/img/graphql/cloud/projects/reactivation-owner.png differ