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

# Clunk 문서

가입한 뒤 에셋을 받고, 만들고, 검사하는 Clunk 시작 안내

Clunk는 게임 에셋을 **받고, 만들고, 검사하는** 도구입니다. 처음 방문했다면 [빠른 시작](/docs/undefined/quickstart.md)부터 읽어 주세요.

{% hint style="success" %}
현재 베타 기간에는 공개된 **모든 에셋이 무료**입니다. 로그인만 하면 에셋을 받을 수 있고 카드나 계좌를 입력하지 않습니다. 지금은 결제를 받지 않습니다.
{% endhint %}

## 처음 할 일

1. [가입](https://clunk.games/signup)하고, 로그인 뒤 표시되는 이용약관·개인정보처리방침 확인을 마칩니다.
2. [에셋 마켓](https://clunk.games/marketplace)에서 모델과 이미지를 둘러봅니다. 상품을 열어 미리보기와 파일 정보를 본 뒤 **받기**를 누릅니다.
3. 직접 만들려면 [에셋 제작](https://clunk.games/studio), 가지고 있는 GLB·glTF를 확인하려면 [에셋 검사](https://clunk.games/app)를 엽니다.

## 문서 길 찾기

| 하려는 일                              | 읽을 문서                                         |
| ---------------------------------- | --------------------------------------------- |
| 가입하고 첫 파일을 받거나 검사하기                | [빠른 시작](/docs/undefined/quickstart.md)        |
| 마켓 에셋을 게임에 넣기                      | [에셋 마켓](/docs/undefined/marketplace.md)       |
| 2D 이미지·3D 모델·스프라이트 시트·애니메이션 클립 만들기 | [에셋 제작](/docs/undefined/create.md)            |
| GLB·glTF를 검사하고 안전한 새 파일 만들기        | [에셋 검사와 안전한 수정](/docs/undefined/inspect.md)   |
| 공개 키트와 내 파일 묶음 사용하기                | [키트와 내 묶음](/docs/undefined/kits.md)           |
| 제작할 에셋이나 키트 요청하기                   | [요청하기](/docs/undefined-1/requests.md)         |
| 로그인·템플릿·파일·다운로드 문제                 | [문제 해결](/docs/undefined-1/troubleshooting.md) |

개발 자동화가 필요하면 [AI 도구 연결(MCP)](/docs/undefined-2/clients.md), [CLI와 CI](/docs/undefined-2/cli-ci.md), [계약과 상태](/docs/undefined-2/contracts.md)를 보세요.

## Clunk가 기록하는 것

검사 결과의 숫자는 파일에서 직접 읽습니다. 검사에는 파일 지문(SHA-256), 규칙 세트, 측정값, finding이 함께 남습니다. 안전한 수정은 원본을 그대로 둔 별도 파일을 만들고, 새 파일을 다시 열어 확인한 뒤 검사 증명서에 전후 파일 지문을 연결합니다.

파일 검사 통과는 게임 화면 승인과 같은 뜻이 아닙니다. 엔진에서 실제로 그린 화면과 게임 시점의 확인은 별도 증거로 남습니다.


---

# 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/readme.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.
