> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-studio-tools-doc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Basic Agent

> Basic Agno A2A Agent example that uses A2A to send and receive messages to/from an agent.

| Example                                                                        | Description                                                            |
| ------------------------------------------------------------------------------ | ---------------------------------------------------------------------- |
| [Basic A2A Server](/examples/integrations/a2a/basic-agent/--main--)            | Starts a local A2A server backed by an Agno agent executor.            |
| [Basic A2A Agent Executor](/examples/integrations/a2a/basic-agent/basic-agent) | Implements an A2A executor that routes incoming text to an Agno agent. |
| [Basic A2A Client](/examples/integrations/a2a/basic-agent/client)              | Sends a message to the local A2A server and prints the JSON response.  |
