diff --git a/assets/images/gordon-logo.svg b/assets/images/gordon-logo.svg
new file mode 100644
index 0000000000..d19e48fa61
--- /dev/null
+++ b/assets/images/gordon-logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/content/manuals/_index.md b/content/manuals/_index.md
index cf54d6eae1..230f84d4bf 100644
--- a/content/manuals/_index.md
+++ b/content/manuals/_index.md
@@ -37,7 +37,7 @@ params:
icon: /icons/cagent.svg
link: /ai/docker-agent
ai:
- - title: Ask Gordon
+ - title: Gordon
description: Streamline your workflow and get the most out of the Docker ecosystem with your personal AI assistant.
icon: note_add
link: /ai/gordon/
diff --git a/content/manuals/ai/gordon/_index.md b/content/manuals/ai/gordon/_index.md
index b7bb0e7bda..2518c7a2df 100644
--- a/content/manuals/ai/gordon/_index.md
+++ b/content/manuals/ai/gordon/_index.md
@@ -52,7 +52,7 @@ Before you begin:
{{< tab name="Docker Desktop" >}}
1. Open Docker Desktop.
-2. Select **Ask Gordon** in the sidebar.
+2. Select **Gordon** in the sidebar.
3. Select your project directory.
4. Type a question: "What containers are running?"
diff --git a/content/manuals/ai/gordon/concepts/data-privacy.md b/content/manuals/ai/gordon/concepts/data-privacy.md
index 8e3528c380..45ca2e5cac 100644
--- a/content/manuals/ai/gordon/concepts/data-privacy.md
+++ b/content/manuals/ai/gordon/concepts/data-privacy.md
@@ -93,7 +93,7 @@ Individual users:
1. Open Docker Desktop Settings.
2. Navigate to the **Beta features** section.
-3. Clear the **Enable Docker AI** option.
+3. Clear the **Enable Gordon** option.
4. Select **Apply**.
Business organizations:
diff --git a/content/manuals/ai/gordon/how-to/cli.md b/content/manuals/ai/gordon/how-to/cli.md
index a6a8017656..f4196ffa0a 100644
--- a/content/manuals/ai/gordon/how-to/cli.md
+++ b/content/manuals/ai/gordon/how-to/cli.md
@@ -55,7 +55,7 @@ Desktop Settings:
1. Open Docker Desktop Settings.
2. Navigate to the **Beta features** section.
-3. Clear the **Enable Docker AI** option.
+3. Clear the **Enable Gordon** option.
4. Select **Apply**.
## Commands
diff --git a/content/manuals/ai/gordon/how-to/configure-tools.md b/content/manuals/ai/gordon/how-to/configure-tools.md
index 460dd38714..36c715724d 100644
--- a/content/manuals/ai/gordon/how-to/configure-tools.md
+++ b/content/manuals/ai/gordon/how-to/configure-tools.md
@@ -23,7 +23,7 @@ Tool configuration provides an additional layer of control:
To configure Gordon's tools:
1. Open Docker Desktop.
-2. Select **Ask Gordon** in the sidebar.
+2. Select **Gordon** in the sidebar.
3. Select the settings icon at the bottom of the text input area.

diff --git a/content/manuals/ai/gordon/how-to/docker-desktop.md b/content/manuals/ai/gordon/how-to/docker-desktop.md
index 61981f79f4..f8ad9a960e 100644
--- a/content/manuals/ai/gordon/how-to/docker-desktop.md
+++ b/content/manuals/ai/gordon/how-to/docker-desktop.md
@@ -15,7 +15,7 @@ the Gordon view.
To access Gordon:
1. Open Docker Desktop and sign in to your Docker account.
-2. Select **Ask Gordon** in the sidebar.
+2. Select **Gordon** in the sidebar.
3. Type your question or request in the input field.
4. Press Enter or select the send button.
@@ -36,7 +36,7 @@ To disable Gordon:
1. Open Docker Desktop Settings.
2. Navigate to the **Beta features** section.
-3. Clear the **Enable Docker AI** option.
+3. Clear the **Enable Gordon** option.
4. Select **Apply**.
## Configure tools
diff --git a/content/manuals/ai/gordon/how-to/permissions.md b/content/manuals/ai/gordon/how-to/permissions.md
index c60f6ccf5c..006404f856 100644
--- a/content/manuals/ai/gordon/how-to/permissions.md
+++ b/content/manuals/ai/gordon/how-to/permissions.md
@@ -29,7 +29,7 @@ By default, the following actions require approval before Gordon can use them:
To change the default permission settings for Gordon:
1. Open Docker Desktop.
-2. Select **Ask Gordon** in the sidebar.
+2. Select **Gordon** in the sidebar.
3. Select the settings icon at the bottom of text input.

diff --git a/content/manuals/ai/mcp-catalog-and-toolkit/hub-mcp.md b/content/manuals/ai/mcp-catalog-and-toolkit/hub-mcp.md
index 48475403ea..04c86f2624 100644
--- a/content/manuals/ai/mcp-catalog-and-toolkit/hub-mcp.md
+++ b/content/manuals/ai/mcp-catalog-and-toolkit/hub-mcp.md
@@ -23,7 +23,7 @@ For more information about MCP concepts and how MCP servers work, see the [Docke
1. From the **MCP Toolkit** menu, select the **Catalog** tab and search for **Docker Hub** and select the plus icon to add the Docker Hub MCP server.
1. In the server's **Configuration** tab, insert your Docker Hub username and personal access token (PAT).
1. In the **Clients** tab in MCP Toolkit, ensure Gordon is connected.
-1. From the **Ask Gordon** menu, you can now send requests related to your
+1. From the **Gordon** menu, you can now send requests related to your
Docker Hub account, in accordance to the tools provided by the Docker Hub MCP server. To test it, ask Gordon:
```text
diff --git a/content/manuals/desktop/_index.md b/content/manuals/desktop/_index.md
index e2eef9cdd0..9823c7fc70 100644
--- a/content/manuals/desktop/_index.md
+++ b/content/manuals/desktop/_index.md
@@ -66,7 +66,7 @@ Docker Desktop integrates with your preferred development tools and languages, a
- [Docker MCP Toolkit and Catalog](/manuals/ai/mcp-catalog-and-toolkit/_index.md)
- [Docker Model Runner](/manuals/ai/model-runner/_index.md)
-- [Ask Gordon](/manuals/ai/gordon/_index.md)
+- [Gordon](/manuals/ai/gordon/_index.md)
- [Docker Offload](/manuals/offload/_index.md)
- [Docker Engine](/manuals/engine/_index.md)
- Docker CLI client
diff --git a/content/manuals/desktop/use-desktop/_index.md b/content/manuals/desktop/use-desktop/_index.md
index afa6dcfe39..264f8e6d8f 100644
--- a/content/manuals/desktop/use-desktop/_index.md
+++ b/content/manuals/desktop/use-desktop/_index.md
@@ -16,7 +16,7 @@ It provides a centralized interface to manage your [containers](container.md), [
In addition, the Docker Desktop Dashboard lets you:
-- Use [Ask Gordon](/manuals/ai/gordon/_index.md), a personal AI assistant embedded in Docker Desktop and the Docker CLI. It's designed to streamline your workflow and help you make the most of the Docker ecosystem.
+- Use [Gordon](/manuals/ai/gordon/_index.md), a personal AI assistant embedded in Docker Desktop and the Docker CLI. It's designed to streamline your workflow and help you make the most of the Docker ecosystem.
- Navigate to the **Settings** menu to configure your Docker Desktop settings. Select the **Settings** icon in the Dashboard header.
- Access the **Troubleshoot** menu to debug and perform restart operations. Select the **Troubleshoot** icon in the Dashboard header.
- Be notified of new releases, installation progress updates, and more in the **Notifications center**. Select the bell icon in the bottom-right corner of the Docker Desktop Dashboard to access the notification center.
diff --git a/content/manuals/dhi/get-started.md b/content/manuals/dhi/get-started.md
index 338ec2da17..54a894501d 100644
--- a/content/manuals/dhi/get-started.md
+++ b/content/manuals/dhi/get-started.md
@@ -139,7 +139,7 @@ To dive deeper into comparing images see [Compare Docker Hardened Images](./how-
You've pulled and run your first Docker Hardened Image. Here are a few ways to keep going:
- [Migrate existing applications to DHIs](./migration/migrate-with-ai.md): Use
- Docker's AI assistant to update your Dockerfiles to use Docker Hardened Images
+ Gordon to update your Dockerfiles to use Docker Hardened Images
as the base.
- [Start a trial](https://hub.docker.com/hardened-images/start-free-trial) to
diff --git a/content/manuals/dhi/migration/_index.md b/content/manuals/dhi/migration/_index.md
index 5140c3ee69..fb7aa54975 100644
--- a/content/manuals/dhi/migration/_index.md
+++ b/content/manuals/dhi/migration/_index.md
@@ -7,8 +7,8 @@ aliases:
- /dhi/how-to/migrate/
params:
grid_migration_paths:
- - title: Migrate with Docker's AI assistant
- description: Use Docker's AI assistant to automatically migrate your Dockerfile to Docker Hardened Images with guidance and recommendations.
+ - title: Migrate with Gordon
+ description: Use Gordon to automatically migrate your Dockerfile to Docker Hardened Images with guidance and recommendations.
icon: smart_toy
link: /dhi/migration/migrate-with-ai/
- title: Migrate from Alpine or Debian images
diff --git a/content/manuals/dhi/migration/migrate-with-ai.md b/content/manuals/dhi/migration/migrate-with-ai.md
index d3d86e3ef9..edc075c03e 100644
--- a/content/manuals/dhi/migration/migrate-with-ai.md
+++ b/content/manuals/dhi/migration/migrate-with-ai.md
@@ -1,7 +1,7 @@
---
-title: Migrate using Docker's AI-powered assistant
+title: Migrate using Gordon
linktitle: AI-assisted migration
-description: Use Docker's AI-powered assistant to automatically migrate your Dockerfile to Docker Hardened Images
+description: Use Gordon to automatically migrate your Dockerfile to Docker Hardened Images
weight: 15
keywords: ai assistant, migrate dockerfile, docker hardened images, automated migration
params:
@@ -11,12 +11,12 @@ params:
text: Experimental
---
-{{< summary-bar feature_name="Ask Gordon DHI migration" >}}
+{{< summary-bar feature_name="Gordon DHI migration" >}}
-You can use Docker's AI-powered assistant to automatically migrate your
+You can use Gordon to automatically migrate your
Dockerfile to use Docker Hardened Images (DHI).
-1. Ensure Docker's AI-powered assistant is [enabled](/manuals/ai/gordon.md#enable-ask-gordon).
+1. Ensure Gordon is [enabled](/manuals/ai/gordon.md#enable-ask-gordon).
2. In the terminal, navigate to the directory containing your Dockerfile.
3. Start a conversation with the assistant:
```bash
diff --git a/content/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md b/content/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md
index 18b488200c..ba383b787c 100644
--- a/content/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md
+++ b/content/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md
@@ -392,7 +392,7 @@ For more information, see [Networking](/manuals/desktop/features/networking.md#n
| Parameter | OS | Description | Version |
|:-----------------------------------------------------|----|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------|
| `allowBetaFeatures` | | If `value` is set to `true`, beta features are enabled. | |
-| `enableDockerAI` | | If `allowBetaFeatures` is true, setting `enableDockerAI` to `true` enables [Docker AI (Ask Gordon)](/manuals/ai/gordon/_index.md) by default. You can independently control this setting from the `allowBetaFeatures` setting. | |
+| `enableDockerAI` | | If `allowBetaFeatures` is true, setting `enableDockerAI` to `true` enables [Gordon](/manuals/ai/gordon/_index.md) by default. You can independently control this setting from the `allowBetaFeatures` setting. | |
| `enableDockerMCPToolkit` | | If `allowBetaFeatures` is true, setting `enableDockerMCPToolkit` to `true` enables the [MCP Toolkit feature](/manuals/ai/mcp-catalog-and-toolkit/toolkit.md) by default. You can independently control this setting from the `allowBetaFeatures` setting. | |
| `allowExperimentalFeatures` | | If `value` is set to `true`, experimental features are enabled. | Docker Desktop version 4.41 and earlier |
diff --git a/content/manuals/enterprise/security/hardened-desktop/settings-management/settings-reference.md b/content/manuals/enterprise/security/hardened-desktop/settings-management/settings-reference.md
index b4fe87784c..c3b373801d 100644
--- a/content/manuals/enterprise/security/hardened-desktop/settings-management/settings-reference.md
+++ b/content/manuals/enterprise/security/hardened-desktop/settings-management/settings-reference.md
@@ -880,26 +880,26 @@ third-party or unvetted plugins from being installed.
>
> For Docker Desktop versions 4.41 and earlier, these settings were under the **Experimental features** tab on the **Features in development** page.
-### Enable Docker AI
+### Enable Gordon
| Default value | Accepted values | Format |
|---------------|-----------------|----------|
| `false` | Individual users: `true`, `false`
Business tier: `"Disabled"`, `"Enabled"`, `"Always Enabled"` | Boolean for individuals
Toggle in Admin Console |
-- **Description:** Docker AI features including "Ask Gordon" functionality.
+- **Description:** Enable the Gordon AI agent
- **OS:** {{< badge color=blue text="All" >}}
- **Use case:** Turn on AI-powered assistance and recommendations within Docker Desktop.
- **Configure this setting with:**
- **Beta** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
- Settings Management: `enableDockerAI` setting in the [`admin-settings.json` file](/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md)
- - Settings Management: **Enable Docker AI** setting in the [Admin Console](/manuals/enterprise/security/hardened-desktop/settings-management/configure-admin-console.md)
+ - Settings Management: **Enable Gordon** setting in the [Admin Console](/manuals/enterprise/security/hardened-desktop/settings-management/configure-admin-console.md)
> [!IMPORTANT]
>
> Docker Business customers must set this to `"Enabled"` or `"Always Enabled"`
in the Admin Console. Setting to `"User Defined"` alone will not activate
-Docker AI features. This secure-by-default approach prevents unintended
+Gordon features. This secure-by-default approach prevents unintended
deployment of AI features in security-conscious organizations.
### Enable Docker MCP Toolkit
diff --git a/content/manuals/retired.md b/content/manuals/retired.md
index 207d18f2ed..e0018927ec 100644
--- a/content/manuals/retired.md
+++ b/content/manuals/retired.md
@@ -155,7 +155,7 @@ extension was available in early access on the GitHub Marketplace. GitHub
[deprecated Copilot Extensions](https://github.blog/changelog/2025-09-24-deprecate-github-copilot-extensions-github-apps/)
which led to the retirement of the Docker for GitHub Copilot extension. If
you're looking for AI-assisted Docker workflows, explore the Docker MCP Toolkit
-and MCP Catalog, or use Ask Gordon in Docker Desktop and the Docker CLI.
+and MCP Catalog, or use Gordon in Docker Desktop and the Docker CLI.
### Enhanced Service Account add-ons
diff --git a/content/reference/glossary.md b/content/reference/glossary.md
index 333da26ad8..57951f18a2 100644
--- a/content/reference/glossary.md
+++ b/content/reference/glossary.md
@@ -14,7 +14,7 @@ aliases:
> Looking for a definition that's not listed or need a more context-aware
> explanation?
>
-> Try Ask AI.
+> Try Gordon.