diff --git a/docs.json b/docs.json
index f5a204c..b40c3b9 100644
--- a/docs.json
+++ b/docs.json
@@ -88,6 +88,7 @@
"group": "Content Management",
"pages": [
"features/global-sections",
+ "features/schedule-publish",
"features/navigation-menus",
"features/third-party-integrations",
"features/mobile-app-pwa"
diff --git a/features/schedule-publish.mdx b/features/schedule-publish.mdx
new file mode 100644
index 0000000..a1a3a96
--- /dev/null
+++ b/features/schedule-publish.mdx
@@ -0,0 +1,84 @@
+---
+title: Scheduled Publishing
+description: Schedule page or theme settings changes in Weaverse Studio to publish automatically at a chosen date and time.
+published: true
+---
+
+# Scheduled Publishing
+
+Scheduled Publishing lets you prepare content now and publish it automatically later. Weaverse Studio saves a snapshot of the page or theme settings at the moment you schedule it, then publishes that exact snapshot when the scheduled time arrives.
+
+There are two ways to create a schedule and one place to manage all of them.
+
+## Schedule the Current Page or Theme Settings
+
+
+
+ Make your changes in Studio as usual. The schedule captures the content as it is when you confirm, so unsaved work in the editor at that moment is included in the snapshot.
+
+
+ Click the arrow next to the **Publish** button in the top bar and choose **Schedule publish**.
+
+
+ Studio prepares a snapshot, then asks for a publish date and time. Times use your browser's local time zone.
+
+
+ Click **Schedule for later**. If the page already has a pending schedule, the button reads **Override schedule** and the new snapshot replaces the previous one.
+
+
+
+
+Each page holds at most one pending schedule, and theme settings hold at most one pending schedule per project. Scheduling again overrides the existing one.
+
+
+## Schedule a Previous Version
+
+You can also publish an earlier saved version at a future time.
+
+1. Open **Version history** in the left sidebar.
+2. Choose the **Page** or **Theme settings** tab and open the version you want.
+3. In the version preview, click **Schedule publish** and pick a date and time.
+
+Theme versions restore theme settings only; they do not change page content.
+
+## Manage Scheduled Content
+
+Open **Advanced features → Scheduled publishing** in the top bar to see every schedule for the project, including past ones.
+
+From the list you can:
+
+- **Edit** the publish date and time of a pending schedule.
+- **Publish now** to publish a pending snapshot immediately instead of waiting.
+- **Cancel** a pending schedule. Cancelling cannot be undone, but the underlying version remains in Version history.
+
+The list is empty until you create a schedule from the Publish dropdown or Version history; the manager itself does not create schedules.
+
+## How It Works
+
+- The scheduled snapshot is a normal saved version. Continuing to edit the page after scheduling does not change what will be published.
+- Publishing at the scheduled time replaces the current live version of that page or theme settings and refreshes the storefront cache.
+
+## Troubleshooting
+
+
+
+ No schedule exists yet. Create one from the **Publish** dropdown (**Schedule publish**) or from **Version history**.
+
+
+ Only one pending schedule is kept per page. Either **Override schedule** with the new snapshot, or cancel the existing one first from **Advanced features → Scheduled publishing**.
+
+
+ The schedule publishes the snapshot captured when it was created. Reschedule (override) after making further changes, or use **Publish now** from the manager if the pending snapshot is what you want live.
+
+
+
+## Related
+
+
+
+ Build campaign and landing pages that you can schedule ahead of time.
+
+
+ Find the Publish button, Version history, and Advanced features in Studio.
+
+