# Agent-to-Agent Communication > Protocols and patterns that allow autonomous AI agents to exchange messages, share context, and coordinate actions without human intervention. Category: Architecture Source: https://chipp.ai/ai/glossary/agent-to-agent-communication Agent-to-agent communication (A2A) refers to the protocols, standards, and patterns that allow autonomous AI agents to interact with each other directly. Rather than requiring a human to mediate between different AI systems, A2A enables agents to discover each other's capabilities, negotiate tasks, share context, and coordinate complex workflows. This is a rapidly evolving area in AI architecture. As businesses deploy multiple specialized agents (e.g., a sales qualification agent, a scheduling agent, and a CRM agent), these agents need to communicate seamlessly to deliver cohesive user experiences. Standards like Google's A2A protocol and Anthropic's Model Context Protocol (MCP) are emerging to standardize these interactions. Key concepts in A2A include agent discovery (finding agents with the right capabilities), task delegation (asking another agent to handle a subtask), context sharing (passing relevant information between agents), and result aggregation (combining outputs from multiple agents). In practice, A2A enables scenarios like a customer support agent that hands off billing questions to a specialized billing agent, which then triggers a payment processing agent — all without the customer noticing the transition. ## Related Terms - [AI Agents](https://chipp.ai/ai/glossary/ai-agents.md): Autonomous AI systems that can perceive their environment, make decisions, and take actions to achieve specific goals. - [Multi-Agent Systems](https://chipp.ai/ai/glossary/multi-agent-systems.md): AI architectures where multiple specialized agents collaborate, delegate tasks, and coordinate to accomplish complex objectives that no single agent could handle alone. - [AI Orchestration](https://chipp.ai/ai/glossary/ai-orchestration.md): The coordination of multiple AI models, tools, and workflows to accomplish complex tasks that require multiple steps and capabilities. - [Model Context Protocol (MCP)](https://chipp.ai/ai/glossary/mcp-protocol.md): An open protocol standardizing how AI assistants connect to external data sources and tools through a universal interface. --- This term is part of the [Chipp AI Glossary](https://chipp.ai/ai/glossary), a reference of AI concepts written for builders and businesses. Build AI agents with no code at https://chipp.ai.