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

# 요청하기

필요한 에셋이나 키트를 Clunk에 요청하고 요청번호를 확인하는 방법

현재 카탈로그에 없는 에셋이나 키트가 필요하면 [에셋·키트 요청](https://clunk.games/requests)에서 요청을 남길 수 있습니다. 요청을 보내려면 Clunk 계정으로 로그인해야 합니다.

{% hint style="warning" %}
이 문서는 현재 코드에 있는 요청 화면 경로를 안내합니다. 공개 배포에서 `/requests`가 404를 반환하면 요청 기능이 아직 해당 배포에 올라오지 않은 상태입니다. 그때는 [고객센터](https://clunk.games/support)로 필요한 에셋과 오류 주소를 보내 주세요.
{% endhint %}

{% hint style="info" %}
요청 접수는 제작 확약이나 결제가 아닙니다. 일정과 제작 가능 여부는 별도로 검토합니다.
{% endhint %}

## 입력할 항목

| 항목    | 입력 방법                                           |
| ----- | ----------------------------------------------- |
| 종류    | **에셋** 또는 **키트**                                |
| 제목    | 5\~100자                                         |
| 구성·용도 | 필요한 파일과 사용할 곳을 20자 이상, 최대 2,000자로 설명            |
| 엔진    | three.js, Unity, Godot, Unreal, 기타 중 선택         |
| 스타일   | 선택 입력, 최대 200자                                  |
| 참고 링크 | 선택 입력. 공개 `http` 또는 `https` 링크를 한 줄에 하나씩, 최대 2개 |

참고 링크는 요청 기록에 저장만 하며 Clunk가 자동으로 접속하지 않습니다. 링크 하나는 400자 이하이어야 합니다.

## 접수와 상태 확인

1. [요청 화면](https://clunk.games/requests)을 열고 로그인합니다.
2. 종류와 제목, 구성·용도를 입력하고 필요하면 엔진·스타일·공개 참고 링크를 추가합니다.
3. **요청 접수**를 누릅니다.
4. 화면 아래 **내 요청**에서 요청번호와 상태를 확인합니다.

상태는 `접수됨`, `검토 중`, `검토 완료`, `진행 어려움`으로 표시됩니다. 같은 요청을 다시 보내면 기존 요청번호를 보여 주며, 내용을 바꾸어 같은 요청번호를 재사용할 수는 없습니다.

## 답변이 필요할 때

요청 화면이 열리지 않거나 제출에 실패하면 [고객센터](https://clunk.games/support)로 문의하세요. 계정 이메일, 화면 주소, 요청번호와 오류 문장을 함께 보내면 확인하기 쉽습니다.


---

# 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-1/requests.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.
