diff --git a/docs/content/docs/community/deprecation-policy.md b/docs/content/docs/community/deprecation-policy.md
new file mode 100644
index 0000000000..247fe7cb06
--- /dev/null
+++ b/docs/content/docs/community/deprecation-policy.md
@@ -0,0 +1,53 @@
+---
+title: "Deprecation Policy"
+description: "ACK deprecation policy and current deprecations dashboard"
+lead: "Understanding ACK's deprecation process and timeline"
+draft: false
+menu:
+ docs:
+ parent: "introduction"
+weight: 15
+toc: true
+---
+
+## Deprecation Policy
+
+The AWS Controllers for Kubernetes (ACK) project follows a structured deprecation process to ensure users have adequate time to migrate to new features.
+
+### Deprecation Timeline
+
+ACK follows a structured 3-month deprecation process to ensure users have adequate time for migration:
+
+| Phase | Duration | Description | Actions |
+|-------|----------|-------------|---------|
+| **Announcement** | Month 1 | Official deprecation announcement | • Public announcement via GitHub issue
• Documentation updated with deprecation notices
• Migration guidance provided
|
+| **Deprecation** | Months 1-3 | Feature marked deprecated with warnings | • Feature turned off by default
• Alternative features promoted to higher stability
• Community migration support provided |
+| **Removal** | End of Month 3 | Complete feature removal | • Feature completely removed from codebase
• CRDs and related resources deleted
• Alternative features reach production readiness
• Final migration deadline |
+
+## Current Deprecations
+
+{{% hint type="warning" title="Deprecation Notice" %}}
+The following features are **deprecated** and will be **removed on October 31, 2024**:
+{{% /hint %}}
+
+| Feature | Status | Replacement |
+|---------|---------|-------------|
+| **FieldExport CRD** | Deprecated
**Removal: Oct 31, 2024** | [KRO (Kubernetes Resource Orchestrator)](https://kro.run/docs/overview/) |
+| **AdoptedResource CRD** | Deprecated
**Removal: Oct 31, 2024** | [ResourceAdoption via annotations](../user-docs/features/#resourceadoption) |
+
+
+### Feature Graduations
+
+| Feature | Current Status | Next Milestone | Info |
+|---------|---------------|----------------|---------|
+| **ResourceAdoption** | Beta (July 2025) | **GA: October 2025** | **Replacement for AdoptedResource CRD**
+| **ReadOnlyResources** | Beta (July 2025) | **GA: October 2025** | -
+
+
+## Getting Help
+
+If you need assistance with migration:
+
+1. Check the [ACK Community Discussions](https://github.com/aws-controllers-k8s/community/discussions)
+2. File an issue in the [ACK Community repository](https://github.com/aws-controllers-k8s/community/issues)
+
diff --git a/docs/content/docs/user-docs/field-export.md b/docs/content/docs/user-docs/field-export.md
index 1ed3afac2e..238588debe 100644
--- a/docs/content/docs/user-docs/field-export.md
+++ b/docs/content/docs/user-docs/field-export.md
@@ -10,6 +10,10 @@ weight: 65
toc: true
---
+{{% hint type="warning" title="Warning" %}}
+FieldExport is deprecated and will be removed on October 31, 2024. The recommended alternative is [KRO (Kubernetes Resource Orchestrator)](https://kro.run/docs/overview/). Please migrate your FieldExport resources to KRO for continued functionality.
+{{% /hint %}}
+
ACK controllers are intended to manage your AWS infrastructure using Kubernetes
custom resources. Their responsibilities end after managing the lifecycle of
your AWS resource and do not extend into binding to applications running in the