diff --git a/fern/products/docs/pages/ai/fern-agent.mdx b/fern/products/docs/pages/ai/fern-agent.mdx
index 83a72e6207..ca61149798 100644
--- a/fern/products/docs/pages/ai/fern-agent.mdx
+++ b/fern/products/docs/pages/ai/fern-agent.mdx
@@ -195,6 +195,50 @@ Fern Agent is an expansion of Fern Writer. Fern Writer opened documentation pull
What Fern Agent adds is context on your organization and more places to work from. Alongside editing, it answers questions about your traffic, reader questions, deployments, and site configuration, and the same capabilities are now available in the Fern Dashboard and in your coding agent over MCP rather than in Slack alone.
+## Automations
+
+Create an automation on the **Automations** page of the [Fern Dashboard](https://dashboard.buildwithfern.com/), or describe the recurring work in the chat panel or Slack and Fern Agent sets it up. Each run starts a fresh conversation from the prompt, works it in a single turn, and reports back on what it did, found, or skipped. An automation only changes the docs when the prompt explicitly requests it.
+
+### Setup
+
+
+
+Open **Automations**, select **New automation**, and describe what each run should look at and produce. Every run has your organization's docs, analytics, reader feedback, Ask Fern conversations, and search queries available to it. A prompt holds up to 2,000 characters.
+
+
+
+Select **Authorize** and complete the browser prompt. A run acts with the Fern permissions of whoever created the automation, so an unattended run needs that person's authorization first. One authorization covers all your automations.
+
+
+
+Choose daily or a day of the week, a time of day, and the timezone that time is read in, then turn the automation on. A schedule fires at most once every 20 hours.
+
+
+
+Select **Run now** instead of waiting for the schedule, since running by hand leaves the next scheduled run where it was. Runs take a few minutes, and **Past runs** lists each one with a link to its conversation, where the report and any pull request are.
+
+
+
+With Fern Agent [connected to Slack](#setup), every finished run is reported in Slack: the automation's name, whether the run finished or failed, and a link to its conversation. The report is a direct message to whoever created the automation, which requires their Slack account to be linked to `@Fern`.
+
+Set **Slack notifications** on the automation to name a channel that receives the report instead when it isn't.
+
+
+
+Everyone in your organization sees every automation, and only its creator can change, delete, or run one. Turning an automation off keeps its prompt and history, while deleting it discards both — pull requests its runs opened are unaffected. An organization can keep up to 10 automations, and run history covers the last 30 days.
+
+### Examples
+
+
+Review the feedback readers left on our docs pages and fix the pages they said were missing information, wrong, or unclear. Make the changes and open a pull request. Ignore feedback about the product rather than the docs.
+
+
+
+
+
+Report on how our docs are doing: the pages readers spend the most time on, where they drop off, the searches that return nothing, and what changed since last week.
+
+
## Privacy and data handling
Fern Agent acts with your own Fern permissions on every surface, so it reads and edits only the sites, analytics, and organization data your account can already see. Requests are scoped to a single session: the prompt, any Slack message or thread you tag it in, and attached files are stored to complete the task and aren't retained afterward.
diff --git a/fern/products/docs/pages/ai/overview.mdx b/fern/products/docs/pages/ai/overview.mdx
index 51be0a3225..3dad9c5623 100644
--- a/fern/products/docs/pages/ai/overview.mdx
+++ b/fern/products/docs/pages/ai/overview.mdx
@@ -32,7 +32,7 @@ Your users can ask a question instead of searching for one. Ask Fern answers wit
## Build your docs with AI
-You can hand your docs to an agent. [Fern Agent](/learn/docs/ai-features/fern-agent) writes them from inside Fern, opening a pull request with the change you describe. The coding agent you already use writes them too, once Fern's skill and MCP server teach it how Fern Docs sites are built. Fern also generates realistic API examples from your spec.
+You can hand your docs to an agent. [Fern Agent](/learn/docs/ai-features/fern-agent) writes them from inside Fern, opening a pull request with the change you describe, either on request or on a [schedule you set](/learn/docs/ai-features/fern-agent#automations). The coding agent you already use writes them too, once Fern's skill and MCP server teach it how Fern Docs sites are built. Fern also generates realistic API examples from your spec.
diff --git a/fern/products/docs/pages/changelog/2026-08-31.mdx b/fern/products/docs/pages/changelog/2026-08-31.mdx
index f1b1eed6e4..b27a204f19 100644
--- a/fern/products/docs/pages/changelog/2026-08-31.mdx
+++ b/fern/products/docs/pages/changelog/2026-08-31.mdx
@@ -1,3 +1,11 @@
+## Fern Agent automations
+
+ai
+
+You can now put Fern Agent on a schedule. Create an automation on the **Automations** page in the [Fern Dashboard](https://dashboard.buildwithfern.com/). You can also describe the recurring work in the chat panel or in Slack and Fern Agent will set up an automation. Each run reviews your reader feedback, unanswered Ask Fern questions, search queries, or analytics, reports back what it found, and opens a pull request when the prompt asks for a change.
+
+
+
## GraphQL types in API References
api-reference