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

# Overview

> Command-line and AI tools for working with Aion agents.

Aion includes tools for running agents locally, chatting with A2A-compatible agents, and giving AI
development environments direct access to the Aion documentation.

## Tools

| Tool                          | Use it for                                                           |
| ----------------------------- | -------------------------------------------------------------------- |
| [Aion Chat](/tools/aion-chat) | Chat with an A2A-compatible agent from a terminal.                   |
| [Aion CLI](/tools/aion-cli)   | Run local Aion projects and developer workflows from the Python SDK. |
| [Docs MCP](/tools/docs-mcp)   | Connect AI coding tools to the Aion documentation MCP server.        |

Use the standalone chat tool when you only need a terminal client. Use the Python SDK CLI when you
are developing or running an Aion project locally.
