# Concepts

> Markdown export of the Gearbox Protocol documentation page for agents and retrieval systems.

Canonical page: https://docs.gearbox.finance/developers/ga-concepts
Source file: content/developers/ga-concepts.mdx
Section router: https://docs.gearbox.finance/developers/llms.txt
Section full export: https://docs.gearbox.finance/developers/llms-full.txt

The foundational concepts behind Gearbox Agentic.

- [**The Agent Loop**](https://docs.gearbox.finance/developers/ga-agent-loop) — The 6-step cycle: Discover → Analyze → Propose → Preview → Execute → Monitor. Event-driven review triggers adapt pace to urgency.

- [**Architecture & Tools**](https://docs.gearbox.finance/developers/ga-architecture) — How agents and frontends share the same SDK. The Tool Visualization Map: one SDK method → one MCP tool → one UI component.

- [**MCP Server**](https://docs.gearbox.finance/developers/ga-mcp) — 16 tools exposed as MCP tool calls for LLM agents, mapped directly to SDK methods.
