# What are Programmable Action Agents?

Programmable Action Agents is Magnet’s framework for categorizing three types of on-chain AI agents: H2A (Human-to-Agent), A2H (Agent-to-Human), and A2A (Agent-to-Agent).

In essence, Action Agents are customizable based on the creator’s selection of modular functionalities, including but not limited to:

1. Auto-transfer
2. Swap
3. Auto-trading
4. Batch-transaction
5. Social interaction on platforms like Twitter, Farcaster, Discord, or Telegram
6. Smart contract execution
7. CEX trading
8. Additional advanced features

This modular design allows creators to tailor Action Agents for a wide range of use cases.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.magnetlabs.xyz/what-are-programmable-action-agents.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
