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

# 시작하기

- [SDK 빠른 시작](https://docs.decentraland.org/creator/content-creator-ko/sdk7/getting-started/sdk-101.md): 공식 SDK Skills를 사용한 AI 보조 바이브 코딩으로 Creator Hub와 SDK를 활용해 첫 Decentraland 씬을 만드세요.
- [개발 워크플로](https://docs.decentraland.org/creator/content-creator-ko/sdk7/getting-started/dev-workflow.md): 아이디어 구상부터 테스트와 게시까지 Creator Hub로 Decentraland 씬을 만들기 위한 권장 워크플로입니다.
- [씬 미리보기](https://docs.decentraland.org/creator/content-creator-ko/sdk7/getting-started/preview-scene.md): 씬 미리보기에서 볼 수 있는 것
- [CLI 사용](https://docs.decentraland.org/creator/content-creator-ko/sdk7/getting-started/using-the-cli.md): Decentraland CLI를 사용해 씬을 실행하고 배포하세요. Creator Hub는 대부분의 제작자에게 권장되는 도구이며, CLI는 고급 및 자동화 워크플로에 적합합니다.
- [코딩 필수 요소](https://docs.decentraland.org/creator/content-creator-ko/sdk7/getting-started/coding-scenes.md): 이 세트는 Decentraland의 클라이언트와 SDK에서 어떻게 작동하는지 이해하는 데 도움이 됩니다.
- [AI와 함께하는 바이브 코딩](https://docs.decentraland.org/creator/content-creator-ko/sdk7/getting-started/vibe-coding.md): Creator Hub와 공식 Decentraland SDK Skills(npx skills add decentraland/sdk-skills)를 사용하여 AI 비서와 함께 Decentraland 씬을 만드세요.
- [유용한 자료](https://docs.decentraland.org/creator/content-creator-ko/sdk7/getting-started/useful-resources.md): Decentraland 제작 워크플로를 빠르게 해주는 도구, 애드온, 자산 라이브러리, 예제 프로젝트입니다.


---

# 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/getting-started.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.
