From aff326b5913355502ba5710161135aac58c0c09a Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 25 Mar 2026 15:31:47 +0100 Subject: [PATCH 1/2] docs: remove Gordon usage limits content Usage limits information is no longer accurate or needed in the Gordon docs. Deleted usage-and-limits.md, removed the "Usage and availability" section from the index page, and removed the "Set usage limits by subscription tier" bullet from the data-privacy page. Co-Authored-By: Claude Sonnet 4.6 --- content/manuals/ai/gordon/_index.md | 10 ---- .../ai/gordon/concepts/data-privacy.md | 1 - content/manuals/ai/gordon/usage-and-limits.md | 56 ------------------- 3 files changed, 67 deletions(-) delete mode 100644 content/manuals/ai/gordon/usage-and-limits.md diff --git a/content/manuals/ai/gordon/_index.md b/content/manuals/ai/gordon/_index.md index c62bd96513..51b6c61e78 100644 --- a/content/manuals/ai/gordon/_index.md +++ b/content/manuals/ai/gordon/_index.md @@ -116,13 +116,3 @@ Image management: ```console $ docker ai "list my local images and their sizes" ``` - -## Usage and availability - -Gordon is available with all Docker subscriptions. Usage limits vary by tier: - -- Personal: Baseline usage -- Pro and Team: 3x more usage than Personal -- Business: 6x more usage than Personal - -For details, see [Usage and limits](./usage-and-limits/). diff --git a/content/manuals/ai/gordon/concepts/data-privacy.md b/content/manuals/ai/gordon/concepts/data-privacy.md index 45ca2e5cac..80821e5e37 100644 --- a/content/manuals/ai/gordon/concepts/data-privacy.md +++ b/content/manuals/ai/gordon/concepts/data-privacy.md @@ -77,7 +77,6 @@ organization using Settings Management. Available controls: - Enable or disable Gordon for the organization -- Set usage limits by subscription tier Administrators should review their organization's data handling requirements before enabling Gordon. diff --git a/content/manuals/ai/gordon/usage-and-limits.md b/content/manuals/ai/gordon/usage-and-limits.md deleted file mode 100644 index f5d0522af7..0000000000 --- a/content/manuals/ai/gordon/usage-and-limits.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: Gordon usage and limits -linkTitle: Usage and limits -description: Understand Gordon's usage limits and how they vary by Docker - subscription tier -weight: 50 ---- - -{{< summary-bar feature_name="Gordon" >}} - -Gordon is available with all Docker subscriptions. Usage limits apply based on -your subscription tier to ensure fair resource allocation. - -## Usage limits by subscription - -Usage limits increase with higher subscription tiers: - -| Subscription | Usage Multiplier | Description | -| ------------ | ---------------- | ------------------------------------ | -| Personal | 1x (baseline) | Standard usage for personal projects | -| Pro | 3x | Three times Personal tier usage | -| Team | 3x | Three times Personal tier usage | -| Business | 6x | Six times Personal tier usage | - -> [!NOTE] -> Limits are per user, not per organization for Team and Business -> subscriptions. Team provides the same multiplier as Pro (3x), but limits -> apply per individual user rather than being shared across the organization. - -## How usage is measured - -Gordon usage is activity-based. Each interaction consumes resources based on the -complexity of your request and the work Gordon performs. Simple queries use less -than complex multi-step tasks. - -## What happens when you reach a limit - -As you approach your usage limit, a message appears near the chat input -prompting you to upgrade your subscription. - -When you reach your usage limit, Gordon becomes unavailable until the limit -resets. The interface displays when the limit will reset and suggests upgrading -your subscription for higher limits. - -## Fair use policy - -Usage limits are designed for typical development workflows. Gordon is intended -for: - -- Active development and debugging -- Learning Docker concepts -- Optimizing Docker configurations -- Troubleshooting issues - -Automated scripting or excessive programmatic access may be subject to -additional restrictions. From e7b2b5204e913b2afff5cff8de4d2814c74e4f01 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 25 Mar 2026 15:43:53 +0100 Subject: [PATCH 2/2] docs(gordon): reframe organizational data policies section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed the "Available controls" bullet list — it was left with a single item after the usage-limits bullet was dropped, and the framing implied administrators had multiple controls when only enable/disable exists. Replaced with direct prose. Co-Authored-By: Claude Sonnet 4.6 --- content/manuals/ai/gordon/concepts/data-privacy.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/content/manuals/ai/gordon/concepts/data-privacy.md b/content/manuals/ai/gordon/concepts/data-privacy.md index 80821e5e37..d7db37aac2 100644 --- a/content/manuals/ai/gordon/concepts/data-privacy.md +++ b/content/manuals/ai/gordon/concepts/data-privacy.md @@ -71,15 +71,9 @@ Terms](https://www.docker.com/legal/docker-ai-supplemental-terms/). ## Organizational data policies -For Business subscriptions, administrators can control Gordon access for their -organization using Settings Management. - -Available controls: - -- Enable or disable Gordon for the organization - -Administrators should review their organization's data handling requirements -before enabling Gordon. +For Business subscriptions, administrators can enable or disable Gordon for +their organization using Settings Management. Review your organization's data +handling requirements before enabling Gordon. See [Settings Management](/enterprise/security/hardened-desktop/settings-management/) for configuration details.