diff --git a/docs/changelog.md b/docs/changelog.md
index e200f30b..daed50c5 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -5,13 +5,25 @@ description: The latest updates and changes to CodeRabbit.
sidebar_position: 13
---
+```mdx-code-block
+import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
+```
+
+## March 14, 2025
+
+### Multi-Step Agent Chat
+
+```mdx-code-block
+
+```
+
+We're thrilled to introduce agentic planning on GitHub for CodeRabbit chat as an Experimental feature for Early Access users. This enhancement lets you make more advanced requests that span multiple files. Just add a review comment on any pull request tagging `@coderabbitai` along with your natural language request for a code change, and the chat will develop a plan for complex modifications. Upon reviewing the plan and getting your consent, CodeRabbit will emit a stacked PR to your PR for those code changes.
+
## February 25, 2025
### Docstrings
```mdx-code-block
-import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
-
```
diff --git a/docs/guides/agent_chat.md b/docs/guides/agent_chat.md
index d60679ae..3f5d3b85 100644
--- a/docs/guides/agent_chat.md
+++ b/docs/guides/agent_chat.md
@@ -53,7 +53,7 @@ When facing complex coding challenges, CodeRabbit Chat supports multi-step agent
CodeRabbit cannot perform further modifications to opened pull requests. From there, it's your turn to checkout the branch and improve it to satisfaction. We believe that this workflow provides a significant headstart to implementing code.
-Multi-step agentic flows are currently only available on Github. Multi-step agentic flows are an early access product currently.
+Multi-step agentic flows are currently only available on Github pull request review comments. Multi-step agentic flows are an early access product currently.
### Configuration Changes