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

# 빠른 시작

Clunk에 가입하고 에셋을 받거나 첫 검사를 실행하는 방법

처음이라면 설정 파일부터 만들 필요가 없습니다. 먼저 웹에서 에셋을 하나 받아 보거나, 가지고 있는 GLB·glTF를 검사해 보세요.

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

{% stepper %}
{% step %}

## 1. 가입하고 동의 확인하기

[가입 화면](https://clunk.games/signup)에서 지원되는 계정으로 계속합니다. Clunk는 자체 비밀번호를 만들거나 보관하지 않습니다.

OAuth가 끝나면 처음 한 번 [이용약관](https://clunk.games/terms)과 [개인정보처리방침](https://clunk.games/privacy)을 확인합니다. 동의를 마쳐야 대시보드·에셋 제작·에셋 검사 같은 작업 화면이 열립니다.
{% endstep %}

{% step %}

## 2. 에셋 고르고 받기

[에셋 마켓](https://clunk.games/marketplace)에서 이름·형식·테마로 찾습니다. 상품 상세에서 3D 모델은 드래그해 돌려 보고, 텍스처는 이어 붙여 보고, 스프라이트 시트는 프레임을 확인할 수 있습니다.

상품 상세의 **받기**를 누르면 로그인 상태를 확인한 뒤 파일을 내려받습니다. 로그아웃 상태라면 [로그인](https://clunk.games/login)으로 이동하고, 로그인 후 원래 상품으로 돌아옵니다. 베타 기간에는 등급과 관계없이 공개 상품을 무료로 받을 수 있습니다.
{% endstep %}

{% step %}

## 3. 게임에 넣기

받은 파일은 상품 상세의 **받아서 엔진에 넣기** 안내를 따릅니다. GLB는 Three.js의 `GLTFLoader`나 React Three Fiber의 `useGLTF`로 열 수 있습니다. Godot는 프로젝트 폴더에 파일을 넣고, Unity는 glTF importer(예: glTFast)가 필요할 수 있습니다.

파일마다 필요한 importer와 확장이 다를 수 있으므로, 특정 엔진에서 열 때는 상품 상세의 안내와 해당 엔진의 현재 문서를 함께 확인하세요.
{% endstep %}

{% step %}

## 4. 내 파일 검사하거나 직접 만들기

가지고 있는 GLB·glTF는 [에셋 검사](https://clunk.games/app)에서 파일을 선택합니다. 파일은 브라우저에서 열고, 파일 지문과 검사 결과 같은 기록만 작업공간에 저장합니다.

직접 만들려면 [에셋 제작](https://clunk.games/studio)을 엽니다. 화면에서 고를 수 있는 종류는 2D 이미지, 3D 모델, 스프라이트 시트, 애니메이션 클립입니다. 실제 입력과 결과는 [에셋 제작](/docs/undefined/create.md)에 정리했습니다.
{% endstep %}
{% endstepper %}

## 실행 횟수

에셋 제작이나 검사처럼 작업공간에 저장되는 성공한 작업은 실행 횟수 1회를 씁니다. 실패하거나 거절된 작업은 차감되지 않고, 같은 요청을 다시 보내도 한 번만 기록됩니다. 새 계정에는 가입 시 25회가 들어오고 이후 매달 30회가 채워집니다. 이미지 만들기는 작업공간마다 하루 8장까지이며, 한도에 도달하면 한국 시간 기준 다음 날 다시 열립니다.

실행 횟수와 이미지 한도는 [대시보드](https://clunk.games/dashboard)에서 확인합니다.

## 다음 문서

* [에셋 마켓](/docs/undefined/marketplace.md) — 파일 종류·라이선스·다운로드 흐름
* [에셋 검사와 안전한 수정](/docs/undefined/inspect.md) — 측정값, finding, 새 파일과 검사 증명서
* [키트와 내 묶음](/docs/undefined/kits.md) — 한 장면용 키트와 내 파일 목록
* [문제 해결](/docs/undefined-1/troubleshooting.md) — 로그인, 템플릿, 파일, 다운로드가 막힐 때

개발 도구를 연결하려는 경우에는 [AI 도구 연결(MCP)](/docs/undefined-2/clients.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/quickstart.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.
