> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/creator/content-creator-ko/sdk7/architecture.md).

# 아키텍처

- [엔티티 및 컴포넌트](https://docs.decentraland.org/creator/content-creator-ko/sdk7/architecture/entities-components.md): Decentraland 씬에서 엔티티와 컴포넌트의 필수 개념을 알아보세요
- [시스템](https://docs.decentraland.org/creator/content-creator-ko/sdk7/architecture/systems.md): 씬 상태를 업데이트하는 데 시스템이 어떻게 사용되는지 알아보세요
- [사용자 지정 컴포넌트](https://docs.decentraland.org/creator/content-creator-ko/sdk7/architecture/custom-components.md): 엔티티와 관련된 특정 데이터를 처리하는 사용자 지정 컴포넌트를 만드세요
- [컴포지트](https://docs.decentraland.org/creator/content-creator-ko/sdk7/architecture/composites.md): 컴포지트 파일로부터 런타임에 엔티티와 컴포넌트의 트리를 생성하세요
- [컴포넌트 쿼리](https://docs.decentraland.org/creator/content-creator-ko/sdk7/architecture/querying-components.md): 공통 컴포넌트를 가진 엔티티 목록을 가져와 확인이나 업데이트를 더 쉽게 하는 방법을 알아보세요.
- [변경 사항 구독](https://docs.decentraland.org/creator/content-creator-ko/sdk7/architecture/subscribe-to-changes.md): 컴포넌트의 변경 사항을 감지하고 변경될 때마다 함수를 실행하세요
- [데이터 지향 프로그래밍](https://docs.decentraland.org/creator/content-creator-ko/sdk7/architecture/data-oriented-programming.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.decentraland.org/creator/content-creator-ko/sdk7/architecture.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.
