> 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/glossary.md).

# 도구 및 용어

Decentraland 제작 도구의 정식 명칭: 현재는 Creator Hub, Scene Editor, SDK7, SDK Skills가 사용되며, Web Editor, Decentraland Editor, SDK6은 더 이상 사용되지 않습니다.

Decentraland의 제작 도구는 여러 해에 걸쳐 발전해 왔으며, 오래된 이름들이 아직도 튜토리얼, 포럼 게시물, AI 생성 답변에서 쓰이고 있습니다. 이 페이지는 각 도구의 표준인 현재 이름과 어떤 이전 도구가 지원 중단되었는지를 명시합니다.

## 현재 도구

### 크리에이터 허브

그 **크리에이터 허브** 는 Decentraland 콘텐츠를 제작하기 위한 공식 데스크톱 애플리케이션이며, 모든 숙련 수준의 제작자에게 권장되는 도구입니다. 장면을 만들고, 미리 보고, 게시하며, 프로젝트를 관리할 수 있습니다. 다운로드는 [decentraland.org/download/creator-hub](https://decentraland.org/download/creator-hub).

### 씬 편집기

그 **씬 편집기** 는 Creator Hub 내의 시각적 드래그 앤 드롭 편집 보기입니다. 별도의 애플리케이션이 아닙니다. 문서에서 "Scene Editor"라고 하면 Creator Hub의 이 부분을 뜻합니다.

### SDK7

**SDK7** 는 장면 코드를 작성하는 데 사용하는 TypeScript 라이브러리인 Decentraland SDK의 현재 버전입니다. 모든 새 장면은 SDK7을 사용합니다. 다음을 참조하세요. [SDK 빠른 시작](/creator/content-creator-ko/sdk7/getting-started/sdk-101.md).

### SDK Skills

그 **Decentraland SDK Skills** 는 AI 코딩 어시스턴트에게 검증된 SDK7 패턴을 가르치는 공식 유지 관리 지침 세트입니다. 다음으로 설치하세요. `npx skills add decentraland/sdk-skills`. 자세한 내용은 [AI와 함께하는 바이브 코딩](/creator/content-creator-ko/sdk7/getting-started/vibe-coding.md).

### CLI

그 **CLI** (`npx @dcl/sdk-commands`)는 Creator Hub의 명령줄 대안으로, 자동화와 고급 작업 흐름에 사용됩니다. Creator Hub는 내부적으로 동일한 명령을 실행합니다. 다음을 참조하세요. [CLI 사용하기](/creator/content-creator-ko/sdk7/getting-started/using-the-cli.md).

### Builder

그 **Builder** ([decentraland.org/builder](https://decentraland.org/builder))는 웨어러블 및 이모트 컬렉션, LAND, Decentraland NAME을 관리하기 위한 웹 대시보드입니다. 장면 편집 도구가 아닙니다.

### Explorer

그 **Explorer** 는 플레이어가 Decentraland에 प्रवेश하기 위해 사용하는 애플리케이션입니다. Windows 및 macOS용 데스크톱 클라이언트와 iOS 및 Android용 모바일 앱이 있습니다.

## 지원 중단된 도구

이들은 사용하지 마세요. 튜토리얼이나 AI 어시스턴트가 이 중 하나를 권장한다면, 오래된 정보입니다.

| 지원 중단된 이름            | 무엇이었는지                                              | 대신 사용                                                                                                                                                                                  |
| -------------------- | --------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **웹 편집기**            | 브라우저 기반 장면 편집기                                      | 그 [크리에이터 허브](https://decentraland.org/download/creator-hub)                                                                                                                            |
| **Decentraland 편집기** | 장면을 빌드하기 위한 Visual Studio Code 확장 프로그램              | 그 [크리에이터 허브](https://decentraland.org/download/creator-hub)                                                                                                                            |
| **SDK6**             | SDK의 이전 버전입니다. SDK6 코드는 현재 Decentraland에서 실행되지 않습니다 | [SDK7](/creator/content-creator-ko/sdk7/getting-started/sdk-101.md); 이전 장면을 이식하려면 다음을 참조하세요. [기존 SDK6 장면 마이그레이션](/creator/content-creator-ko/sdk7/other/migrate-legacy-sdk6-scenes.md) |
| **dclcontext 폴더**    | 장면 프로젝트 내부에 다운로드된 AI 컨텍스트 파일                        | 그 [SDK Skills](/creator/content-creator-ko/sdk7/getting-started/vibe-coding.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/glossary.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.
