# Autonomous Worlds Engine (AWE)

The AWE framework is designed to guide the lifecycle of an Autonomous World from creation to operation. It comprises the following core components:

* **User Input**: Users define the purpose, goals, parameters, and simulation scenarios for their World through natural language prompts or structured inputs.
* **Intent Extraction**: A multi-agent system interprets user prompts, identifying the required agents, environments, and components for the World.
* **World File Framework**: This Onchain repository stores essential details, such as agent roles, environment design, state management, and simulation parameters, ensuring transparency and persistence.


---

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