> ## Documentation Index
> Fetch the complete documentation index at: https://docs.elkar.co/llms.txt
> Use this file to discover all available pages before exploring further.

# A2A Debugger-Only Mode

> The A2A Debugger is a lightweight web interface to simulate, inspect, and troubleshoot A2A servers without setting up authentication or task management. 

## 1. What You Can Do

* **Simulate & test tasks:** Easily send and configure A2A tasks
* **Inspect payloads:** View messages and artifacts exchanged between agents
* **Accelerate troubleshooting:** Get clear visibility to quickly identify and fix issues

## How it works

1. **Run in debugger-only mode**

```bash theme={null}
cd a2a-client
npm run a2adebugger
```

2. **Open your browser** at `http://localhost:5173`
