# AI Agents: The Engine of Automation

The AI Agents form the backbone of the SolyAI ecosystem, driving automation and intelligent decision-making for cryptocurrency operations.

* Capabilities: Agents are designed to understand user needs through natural language, break down a task into specific actions, and execute them automatically. They can perform a wide range of functions, such as searching for information, processing transactions, and performing many other crypto tasks automatically.
* Collaboration: Agents work together under the Orchestrator's coordination. Each agent handles specific tasks while the Orchestrator manages their interactions, ensuring all agents work in sync to achieve the overall goal.

Visibility: All agents are accessible and visible in the Agent Hub, allowing users to select the most appropriate agent for their needs.


---

# 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.solyai.com/soly-ai-agent/the-soly-ai-ecosystem/the-ecosystem/ai-agents-the-engine-of-automation.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.
