diff --git a/fern/products/docs/pages/ai/writer-slack.png b/fern/products/docs/pages/ai/writer-slack.png
deleted file mode 100644
index f56b83f31..000000000
Binary files a/fern/products/docs/pages/ai/writer-slack.png and /dev/null differ
diff --git a/fern/products/docs/pages/ai/writer.mdx b/fern/products/docs/pages/ai/writer.mdx
index 53bc0cab5..79c4ce423 100644
--- a/fern/products/docs/pages/ai/writer.mdx
+++ b/fern/products/docs/pages/ai/writer.mdx
@@ -6,35 +6,6 @@ description: A Slack-based technical writing agent that updates your documentati
Fern Writer is a Slack-based technical writing agent that keeps your docs aligned as your product evolves. It's powered by [Devin from Cognition](https://cognition.ai/blog/introducing-devin). Fern Writer understands Fern components and your writing style, and can be customized via an `AGENTS.md` file in your docs repository.
-
-
-
-
-## How it works
-
-### Making a request
-
-In Slack channels where you've added Fern Writer, tag `@Fern Writer` and describe the change you need. Fern Writer [only responds when directly tagged](#privacy-and-data-handling). It will react to your message to confirm receipt, then create a pull request and reply with a link.
-
-
-
-
-
-Fern Writer supports image and file attachments for additional context. When tagged in an existing thread, it reads the full conversation to understand context before responding.
-
-| Use case | Sample request |
-|----------|----------------|
-| Document a new feature from a pull request | `@Fern Writer document the new rate limiting feature added in PR #123` |
-| Add new content to existing pages | `@Fern Writer add a section about webhook retry behavior to the webhooks guide` |
-| Reorganize and consolidate content | `@Fern Writer merge the authentication and authorization pages, and add a redirect from the old auth page` |
-| Fix errors and improve clarity | `@Fern Writer fix the broken code example in the quickstart and update the package version to v2.1.0` |
-