# Gordon (Docker AI Agent)
Gordon is [[Docker]]'s built-in AI assistant ("Ask Gordon") for Docker-related tasks. It explains Docker concepts and commands, searches the docs, creates and edits Dockerfiles, debugs containers by reading logs, and manages containers, images, volumes, and networks. It is the user-facing entry point into [[Docker AI]].
## Key points
- Launched via `docker ai` (TUI) or the Docker Desktop sidebar; also embedded read-only on Docker Hub repo pages and docs.docker.com
- Human-in-the-loop: Gordon proposes every action before executing, and you approve it
- Where Gordon is the built-in single assistant, [[Docker Agent]] is the framework for building your own agent teams
## References
- https://docs.docker.com/ai/gordon/
## Related
- [[Docker AI]]
- [[Docker]]
- [[Docker Desktop]]
- [[Docker Agent]]
- [[AI Agents]]