diff --git a/docs/book/how-to/infrastructure-deployment/stack-deployment/README.md b/docs/book/how-to/infrastructure-deployment/stack-deployment/README.md
index 4667b7e90ca..eb1e0b9f3d7 100644
--- a/docs/book/how-to/infrastructure-deployment/stack-deployment/README.md
+++ b/docs/book/how-to/infrastructure-deployment/stack-deployment/README.md
@@ -86,22 +86,27 @@ This docs section consists of information that makes it easier to provision, con
Deploy a cloud stack with ZenML |
- Description of deploying a cloud stack with ZenML. |
+ Deploy a cloud stack with ZenML |
./deploy-a-cloud-stack.md |
Register a cloud stack |
- Description of registering a cloud stack. |
+ Register a cloud stack |
./register-a-cloud-stack.md |
Deploy a cloud stack with Terraform |
- Description of deploying a cloud stack with Terraform. |
+ Deploy a cloud stack with Terraform |
./deploy-a-cloud-stack-with-terraform.md |
+
+ Export and install stack requirements |
+ Export and install stack requirements |
+ ./export-stack-requirements.md |
+
Reference secrets in stack configuration |
- Description of referencing secrets in stack configuration. |
+ Reference secrets in stack configuration |
./reference-secrets-in-stack-configuration.md |
@@ -109,11 +114,6 @@ This docs section consists of information that makes it easier to provision, con
Creating your custom stack component solutions. |
./implement-a-custom-stack-component.md |
-
- Implement a custom integration |
- Description of implementing a custom integration. |
- ./implement-a-custom-integration.md |
-
diff --git a/docs/book/how-to/infrastructure-deployment/stack-deployment/export-stack-requirements.md b/docs/book/how-to/infrastructure-deployment/stack-deployment/export-stack-requirements.md
new file mode 100644
index 00000000000..1846530c61e
--- /dev/null
+++ b/docs/book/how-to/infrastructure-deployment/stack-deployment/export-stack-requirements.md
@@ -0,0 +1,13 @@
+---
+description: Export stack requirements
+---
+
+You can get the `pip` requirements of your stack by running the `zenml stack export-requirements