diff --git a/packages/amazonq/README.md b/packages/amazonq/README.md
index 46091a98d10..e3ec16bb2ac 100644
--- a/packages/amazonq/README.md
+++ b/packages/amazonq/README.md
@@ -3,39 +3,33 @@
[](https://www.youtube.com/@amazonwebservices)

-# Agent capabilities
+# Agentic coding experience
+
+Amazon Q Developer uses information across native and MCP server-based tools to intelligently perform actions beyond code suggestions, such as reading files, generating code diffs, and running commands based on your natural language instruction. Simply type your prompt in your preferred language and Q Developer will provide continuous status updates and iteratively apply changes based on your feedback, helping you accomplish tasks faster.
### Implement new features
-`/dev` to task Amazon Q with generating new code across your entire project and implement features.
+Generate new code across your entire project and implement features.
### Generate documentation
-`/doc` to task Amazon Q with writing API, technical design, and onboarding documentation.
+Write API, technical design, and onboarding documentation.
### Automate code reviews
-`/review` to ask Amazon Q to perform code reviews, flagging suspicious code patterns and assessing deployment risk.
+Perform code reviews, flagging suspicious code patterns and assessing deployment risk.
### Generate unit tests
-`/test` to ask Amazon Q to generate unit tests and add them to your project, helping you improve code quality, fast.
-
-### Transform workloads
-
-`/transform` to upgrade your Java applications in minutes, not weeks.
+Generate unit tests and add them to your project, helping you improve code quality, fast.
# Core features
-### Inline chat
-
-Seamlessly initiate chat within the inline coding experience. Select a section of code that you need assistance with and initiate chat within the editor to request actions such as "Optimize this code", "Add comments", or "Write tests".
-
-### Chat
+### MCP support
-Generate code, explain code, and get answers about software development.
+Add Model Context Protocol (MCP) servers to give Amazon Q Developer access to important context.
### Inline suggestions
@@ -43,9 +37,13 @@ Receive real-time code suggestions ranging from snippets to full functions based
[_15+ languages supported including Python, TypeScript, Rust, Terraform, AWS Cloudformation, and more_](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/q-language-ide-support.html)
-### Code reference log
+### Inline chat
+
+Seamlessly chat within the inline coding experience. Select a section of code that you need assistance with and initiate chat within the editor to request actions such as "Optimize this code", "Add comments", or "Write tests".
-Attribute code from Amazon Q that is similar to training data. When code suggestions similar to training data are accepted, they will be added to the code reference log.
+### Chat
+
+Generate code, explain code, and get answers about software development.
@@ -55,8 +53,6 @@ Attribute code from Amazon Q that is similar to training data. When code suggest
**Pro Tier** - if your organization is on the Amazon Q Developer Pro tier, log in with single sign-on.
-
-
# Troubleshooting & feedback
[File a bug](https://github.com/aws/aws-toolkit-vscode/issues/new?assignees=&labels=bug&projects=&template=bug_report.md) or [submit a feature request](https://github.com/aws/aws-toolkit-vscode/issues/new?assignees=&labels=feature-request&projects=&template=feature_request.md) on our Github repository.
diff --git a/packages/amazonq/package.json b/packages/amazonq/package.json
index 58161b6ffdb..97c9ca60d19 100644
--- a/packages/amazonq/package.json
+++ b/packages/amazonq/package.json
@@ -1,7 +1,7 @@
{
"name": "amazon-q-vscode",
"displayName": "Amazon Q",
- "description": "The most capable generative AI-powered assistant for building, operating, and transforming software, with advanced capabilities for managing data and AI",
+ "description": "The most capable generative AI–powered assistant for software development.",
"version": "1.86.0-SNAPSHOT",
"extensionKind": [
"workspace"