> 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/stp-kr/building-aws.md).

# 자율적인 세계 구축

- [자율 세계 소개](https://docs.awenetwork.ai/stp-kr/building-aws/3.md)
- [자율 세계 엔진 (AWE)](https://docs.awenetwork.ai/stp-kr/building-aws/awe.md)
- [월드 오케스트레이션 모듈(World Orchestration Module)](https://docs.awenetwork.ai/stp-kr/building-aws/awe/world-orchestration-module.md)
- [에이전트 오케스트레이션 모듈(Agent Orchestration Module)](https://docs.awenetwork.ai/stp-kr/building-aws/awe/agent-orchestration-module.md)
- [이벤트 오케스트레이션 모듈 (Event Orchestration Module)](https://docs.awenetwork.ai/stp-kr/building-aws/awe/event-orchestration-module.md)
- [멀티 에이전트 시뮬레이션 모듈(Multi-Agent Simulation Module)](https://docs.awenetwork.ai/stp-kr/building-aws/awe/multi-agent-simulation-module.md)
- [온체인 자산 모듈(Onchain Asset Module)](https://docs.awenetwork.ai/stp-kr/building-aws/awe/onchain-asset-module.md)
- [자율성 증명 모듈(Proof of Autonomy Module)](https://docs.awenetwork.ai/stp-kr/building-aws/awe/proof-of-autonomy-module.md)
- [핵심 상호작용 워크플로우](https://docs.awenetwork.ai/stp-kr/building-aws/4.md)
- [애플리케이션](https://docs.awenetwork.ai/stp-kr/building-aws/5.md)
- [부록](https://docs.awenetwork.ai/stp-kr/building-aws/6.md)


---

# 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/stp-kr/building-aws.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.
