> For the complete documentation index, see [llms.txt](https://docs.awenetwork.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.awenetwork.ai/introduction/the-architecture-of-autonomous-worlds.md).

# The Architecture of Autonomous Worlds

Autonomous Worlds are powered by a cohesive and innovative framework called the **Autonomous Worlds Engine (AWE)**.&#x20;

This architecture integrates modular components to create dynamic, self-sustaining ecosystems where AI agents can operate, adapt, and collaborate. AWE combines user inputs, advanced multi-agent systems, and blockchain-based transparency to enable intuitive, purpose-driven environments.

<figure><img src="/files/sMuCXMNzDIrUPc7uh7bo" alt=""><figcaption><p>AWE Architecture</p></figcaption></figure>

**Continuous Adaptation and Learning**

Autonomous Worlds are not static creations. They evolve continuously through user interaction, agent collaboration, and feedback loops. This persistent growth ensures the Worlds remain engaging, relevant, and adaptable to new challenges.

The **Autonomous Worlds Engine** integrates these elements into a seamless, scalable system. By anchoring the Worlds on blockchain, it ensures transparency and durability while enabling cutting-edge AI and multi-agent collaboration.

<table data-view="cards"><thead><tr><th data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><a href="/pages/6E1uQ81dMoko7AJruQzp">/pages/6E1uQ81dMoko7AJruQzp</a></td><td><a href="/files/M3zkTSIneYbE9yaQVszJ">/files/M3zkTSIneYbE9yaQVszJ</a></td></tr><tr><td><a href="/pages/2SRyw713hZgsN4UAuEbI">/pages/2SRyw713hZgsN4UAuEbI</a></td><td><a href="/files/6fv5VNyNt2WHHfYr6pZP">/files/6fv5VNyNt2WHHfYr6pZP</a></td></tr><tr><td><a href="/pages/DvWUkPlQGbzm84ay6Rm2">/pages/DvWUkPlQGbzm84ay6Rm2</a></td><td><a href="/files/1sBWDe7BVHBZqtX1vnBo">/files/1sBWDe7BVHBZqtX1vnBo</a></td></tr></tbody></table>


---

# 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.awenetwork.ai/introduction/the-architecture-of-autonomous-worlds.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.
