Merge pull request #24524 from dvdksn/fix/gordon-remove-usage-limits

[automated] Remove Gordon usage limits page and references
This commit is contained in:
David Karlsson
2026-03-25 16:01:07 +01:00
committed by GitHub
3 changed files with 3 additions and 76 deletions

View File

@@ -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/).

View File

@@ -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.

View File

@@ -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.