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..d7db37aac2 100644 --- a/content/manuals/ai/gordon/concepts/data-privacy.md +++ b/content/manuals/ai/gordon/concepts/data-privacy.md @@ -71,16 +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 -- Set usage limits by subscription tier - -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. 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.