diff --git a/changelog.mdx b/changelog.mdx
index 0b6664b57..8100b2a8b 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -4,6 +4,18 @@ description: "New updates and improvements"
mode: "center"
---
+
+ ## AI assistant updates
+
+ - Improved accuracy through agentic RAG with tool calling
+ - Provides navigable links to referenced pages so that users can go directly to the source of answers
+ - Copy shortcut for code examples generated by assistant
+ - "Ask AI" shortcut on code blocks in documentation to generate explanations from the assistant
+
+ Learn more in the [assistant docs](/guides/assistant).
+
+
+
## API playground stability updates