> 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/tutorials-and-examples/examples.md).

# 예제 씬

기능 데모부터 완전한 게임까지 포함한 무료 오픈 소스 Decentraland SDK7 예제 씬과 템플릿입니다.

Decentraland Studios는 여러분이 학습하고 프로젝트를 빠르게 시작할 수 있도록 무료 오픈소스 예제 씬과 템플릿의 포괄적인 라이브러리를 제공합니다. 이 자료들은 커뮤니티가 관리하며 다양한 SDK 기능과 모범 사례를 보여줍니다.

## 찾을 수 있는 내용

의 [SDK 7 예제 씬](https://studios.decentraland.org/resources) 페이지에서 살펴볼 수 있습니다:

* **바로 사용할 수 있는 템플릿**: 여러분의 프로젝트를 위한 시작점으로 사용할 수 있는 완전한 씬 템플릿을 다운로드하세요
* **기능 데모**: 기본 상호작용부터 고급 메커니즘까지, 특정 SDK 기능이 실제로 어떻게 작동하는지 확인해 보세요
* **게임 메커니즘**: 퀘스트, 수집품, 멀티플레이어 상호작용, 점수 시스템과 같은 일반적인 게임 패턴의 예시
* **상호작용 요소**: 버튼, 문, NPC, UI 요소 및 기타 상호작용 구성 요소를 구현하는 방법을 배워보세요
* **미디어 통합**: 씬에 비디오 플레이어, 오디오, 스트리밍 콘텐츠를 추가하는 방법을 보여주는 예시
* **블록체인 기능**: 웨어러블 상호작용, 토큰 게이팅 및 기타 Web3 통합을 보여주는 씬

각 예제에는 다운로드하고, 학습하고, 자신의 씬에 맞게 수정할 수 있는 전체 소스 코드가 포함되어 있습니다. 이는 SDK 7 패턴을 배우고 개발 속도를 높이는 훌륭한 방법입니다.

특정 SDK 기능의 더 많은 실제 예시와 함께, 작업 속도를 높여 주는 도구 및 에셋 라이브러리는 다음에서 찾을 수 있습니다: [유용한 자료](/creator/content-creator-ko/sdk7/getting-started/useful-resources.md).

{% hint style="info" %}
**💡 팁**: 새 프로젝트를 시작하기 전에 예시를 살펴보세요. 만들고자 하는 것과 가까운 템플릿을 찾아 상당한 개발 시간을 절약할 수 있습니다.
{% endhint %}


---

# 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/tutorials-and-examples/examples.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.
