> For the complete documentation index, see [llms.txt](https://clunk.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://clunk.gitbook.io/docs/undefined/kits.md).

# 키트와 내 묶음

공개 키트를 한 장면에 쓰고 내 파일을 묶음 목록으로 정리하는 방법

Clunk에는 이름이 비슷한 두 기능이 있습니다.

* **키트**는 [에셋 마켓의 공개 상품](https://clunk.games/kits)입니다. 같은 팔레트와 축척으로 만든 부품을 한 장면용 세트로 묶어 둡니다.
* **묶음**은 내가 만든 파일과 검사한 파일을 팀에 전달하기 위한 내 작업공간 기능입니다. 파일 자체를 복사하지 않고 파일 목록과 지문을 기록합니다.

## 공개 키트 사용하기

{% stepper %}
{% step %}

## 1. 키트 고르기

[키트 목록](https://clunk.games/kits)에서 한 장면에 쓸 세트를 선택합니다. 키트 상세에는 부품 수, 팔레트, 축척과 공개된 합본 파일의 유무가 표시됩니다.
{% endstep %}

{% step %}

## 2. 전체 장면과 부품 확인하기

합본이 있는 키트는 전체 장면을 3D로 돌려 보고 **한 파일로 받기**를 선택할 수 있습니다. 합본이 없는 키트도 대표 이미지와 부품 목록을 볼 수 있으며, 부품은 각각 별도 상품 상세 페이지로 열립니다.
{% endstep %}

{% step %}

## 3. 필요한 파일 받기

부품 카드나 상품 상세에서 필요한 파일만 받습니다. 현재 베타 기간에는 공개된 모든 키트와 부품이 무료이며, 로그인한 뒤 **받기**를 누르면 됩니다. 받은 GLB는 상품 상세의 엔진 안내를 따라 게임에 넣습니다.
{% endstep %}
{% endstepper %}

키트의 대표 이미지와 미리보기는 고르는 데 쓰는 자료입니다. 실제로 받는 파일 이름과 크기는 키트 상세의 부품·파일 목록을 기준으로 확인하세요.

## 내 파일을 묶음으로 정리하기

로그인한 뒤 [묶음](https://clunk.games/bundles?view=workspace)을 엽니다.

1. 에셋 제작이나 에셋 검사에서 저장한 파일이 목록에 나타나는지 확인합니다.
2. 한 묶음에 담을 파일을 1개 이상 12개 이하로 고릅니다.
3. 묶음 이름과 설명을 입력하고 **묶음 저장**을 누릅니다.
4. 저장한 묶음에서 **묶음 목록 받기**를 누르면 `.clunk.json` manifest를 받습니다.

이 manifest는 파일을 다시 복제한 압축 파일이 아닙니다. 어떤 파일을 담았는지와 각 파일의 파일 지문을 기록한 목록입니다. 실제 GLB·glTF 파일은 [내 파일](https://clunk.games/assets)에서 각 파일의 상세로 열어 따로 받습니다. 묶음을 만들었다고 해서 게임에 넣을 수 있다는 판정이나 공개 상품이 되는 것은 아닙니다.

## 관련 문서

* [에셋 마켓](/docs/undefined/marketplace.md)
* [에셋 제작](/docs/undefined/create.md)
* [에셋 검사와 안전한 수정](/docs/undefined/inspect.md)
* [빠른 시작](/docs/undefined/quickstart.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://clunk.gitbook.io/docs/undefined/kits.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.
