diff --git a/docs/docs/chrome-extension/data_privacy.md b/docs/docs/chrome-extension/data_privacy.md
index 18f74d299..37052e25d 100644
--- a/docs/docs/chrome-extension/data_privacy.md
+++ b/docs/docs/chrome-extension/data_privacy.md
@@ -1,5 +1,3 @@
-## Data security and privacy
-
We take your code's security and privacy seriously:
- The Chrome extension will not send your code to any external servers.
diff --git a/docs/docs/chrome-extension/features.md b/docs/docs/chrome-extension/features.md
index 5ce04d7c1..e92e839c1 100644
--- a/docs/docs/chrome-extension/features.md
+++ b/docs/docs/chrome-extension/features.md
@@ -1,4 +1,3 @@
-## Features
### PR Chat
diff --git a/docs/docs/chrome-extension/index.md b/docs/docs/chrome-extension/index.md
index 5450e727e..93befb2be 100644
--- a/docs/docs/chrome-extension/index.md
+++ b/docs/docs/chrome-extension/index.md
@@ -1,9 +1,8 @@
-## PR-Agent chrome extension
-[PR-Agent Chrome extension](https://chromewebstore.google.com/detail/pr-agent-chrome-extension/ephlnjeghhogofkifjloamocljapahnl) is a collection of tools that integrates seamlessly with your GitHub environment, aiming to enhance your Git usage experience, and providing additional features.
+[PR-Agent Chrome extension](https://chromewebstore.google.com/detail/pr-agent-chrome-extension/ephlnjeghhogofkifjloamocljapahnl) is a collection of tools that integrates seamlessly with your GitHub environment, aiming to enhance your Git usage experience, and providing AI-powered capabilities to your PRs.
-With a single-click installation you will gain access to a context-aware PR chat with top models, a toolbar extension with AI-powered feedbacks, PR-Agent filters, and additional abilities.
+With a single-click installation you will gain access to a context-aware PR chat with top models, a toolbar extension with multiple AI feedbacks, PR-Agent filters, and additional abilities.
-All the extension's features are free to use on public repositories. For private repositories, you will need to install in addition to the extension [PR-Agent Pro](https://pr-agent-docs.codium.ai/overview/pr_agent_pro/) (fast and easy installation, two weeks of [trial](https://github.com/apps/codiumai-pr-agent-pro), no credit card required).
+All the extension's features are free to use on public repositories. For private repositories, you will need to install in addition to the extension [PR-Agent Pro](https://github.com/apps/codiumai-pr-agent-pro) (fast and easy installation with two weeks of trial, no credit card required).
diff --git a/docs/docs/overview/data_privacy.md b/docs/docs/overview/data_privacy.md
index d845e4a0e..dff5ca601 100644
--- a/docs/docs/overview/data_privacy.md
+++ b/docs/docs/overview/data_privacy.md
@@ -13,4 +13,4 @@
## PR-Agent Chrome extension
-- The [PR-Agent Chrome extension](https://chromewebstore.google.com/detail/pr-agent-chrome-extension/ephlnjeghhogofkifjloamocljapahnl) serves solely to modify the visual appearance of a GitHub PR screen. It does not transmit any user's repo or pull request code. Code is only sent for processing when a user submits a GitHub comment that activates a PR-Agent tool, in accordance with the standard privacy policy of PR-Agent.
+- The [PR-Agent Chrome extension](https://chromewebstore.google.com/detail/pr-agent-chrome-extension/ephlnjeghhogofkifjloamocljapahnl) will not send your code to any external servers.
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index 1bc74ba70..621a68f8e 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -43,7 +43,7 @@ nav:
- 💎 Similar Code: 'tools/similar_code.md'
- Core Abilities: 'core-abilities/index.md'
- Chrome Extension:
- - 'chrome-extension/index.md'
+ - PR-Agent Chrome Extension: 'chrome-extension/index.md'
- Features: 'chrome-extension/features.md'
- Data Privacy: 'chrome-extension/data_privacy.md'
- Code Fine-tuning Benchmark: 'finetuning_benchmark/index.md'