> For the complete documentation index, see [llms.txt](https://aura-ai-official.gitbook.io/autonomous-unified-resource-agent/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aura-ai-official.gitbook.io/autonomous-unified-resource-agent/aura-ai-products/interactive-blocks.md).

# Agent Evolution Mechanism

**Agent Evolution Mechanism**

The **Agent Evolution Mechanism** is a gamified, blockchain-driven process that empowers AI-Agent NFTs to grow and adapt.

**Key Highlights:**

* **Training Labs:** Users can access specialized training environments within the Aura AI ecosystem, simulating real-world scenarios for their agents. Training an agent in customer service scenarios, for instance, could enhance its conversational abilities.
* **Skill Tree Progression:** Like characters in RPG games, AI agents have skill trees that owners can develop. For example:
  * A vision-focused agent might unlock facial recognition or anomaly detection.
  * A predictive analytics agent could learn risk analysis or fraud detection.
* **Evolution Capsules:** Users can purchase or earn “Evolution Capsules,” which grant agents temporary boosts or unlock latent abilities, adding a layer of strategy to agent customization.
* **Agent Specialization:** Owners can direct their agent’s growth trajectory, making it a generalist capable of multitasking or a specialist dominating a particular domain.


---

# 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://aura-ai-official.gitbook.io/autonomous-unified-resource-agent/aura-ai-products/interactive-blocks.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.
