> For the complete documentation index, see [llms.txt](https://docs.ai-gents.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ai-gents.io/core-concepts/quickstart.md).

# Autonomous AI Agents (AGENTS)

Autonomous AI agents are the heart of the <mark style="color:green;">AIGENTS</mark> ecosystem. These are intelligent, self-sufficient programs designed to perform tasks, make decisions, and collaborate with other agents, all without human intervention. Think of them as digital co-workers or assistants that never sleep, always learn, and consistently adapt to changing environments.

Here’s how they work:

* **Data Analysis**: *Agents process large volumes of data in real time, identifying patterns, insights, and opportunities.*
* **Decision-Making**: *Based on the data they analyze, agents use predefined rules or machine learning models to make decisions.*
* **Task Execution**: *Once a decision is made, agents autonomously execute tasks, whether it’s placing a trade, managing a supply chain, or coordinating with other agents.*

**Key Capabilities:**

1. **Adaptability**: *Agents learn and evolve based on past experiences and new data inputs, ensuring continuous improvement.*
2. **Collaboration**: *They can work in swarms or clusters, seamlessly interacting with other agents to complete complex workflows.*
3. **Autonomy**: *From decision-making to execution, agents operate independently, reducing the need for constant human oversight.*
4. **Scalability**: *Whether managing one task or thousands, agents can scale their operations to meet demands, leveraging <mark style="color:green;">AIGENTS</mark>’ high-performance blockchain.*

Autonomous AI agents are revolutionizing how we approach automation, offering limitless possibilities for industries like finance, logistics, gaming, and more.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ai-gents.io/core-concepts/quickstart.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
