# 템플릿

대시보드의 **템플릿** 섹션(사이드바)에는 저장한 모든 패널 템플릿이 있습니다.

템플릿 저장의 기본은 [패널을 템플릿으로 저장](/docs/ko/panels/save-a-panel-as-a-template.md).

<figure><img src="/files/c4de5730863c560dbf90774469696d1e946c6e33" alt="The Templates page showing a list of saved templates with names, descriptions, and per-template action buttons"><figcaption></figcaption></figure>

## 페이지에 있는 내용

* 저장한 모든 템플릿.
* 각 템플릿마다: 이름과 선택적 설명, 그리고 생성 시각.
* 템플릿별 작업: **템플릿 사용** (이것으로 새 패널 만들기), **코드 가져오기** / **코드 보기** (공유 코드), 그리고 **삭제**.
* 페이지 상단에:  **공개 프리셋** 버튼과  **템플릿 가져오기** 버튼.

## 템플릿이 만들어지는 방법

빈 페이지에서 템플릿을 만들지는 않습니다. 템플릿은 패널에서 만들어집니다:

1. 다음으로 이동하세요: **패널** 페이지.
2. 패널 카드에서 **템플릿**.
3. 다음 항목을 지정하세요: **템플릿 이름** 와 선택적 **설명**, 그런 다음 저장하세요.

그러면 새 템플릿이 이 템플릿 페이지에 표시됩니다.

→ [패널을 템플릿으로 저장](/docs/ko/panels/save-a-panel-as-a-template.md)

## 다른 서버와 템플릿 공유하기

공유는 **무료입니다**. 템플릿은 다음을 사용해 서버 간에 이동합니다: **공유 코드**, 한 서버에서 생성해 다른 서버에 붙여넣는 짧은 코드입니다. 다운로드할 파일도, 복사할 JSON도 없습니다.

### 코드 얻기

템플릿 페이지에서 템플릿을 찾고 다음을 클릭하세요: **코드 가져오기** (버튼 표시는 **코드 보기** 이미 코드가 있는 경우). **템플릿 내보내기** 창이 열립니다. 다음을 클릭하세요: **코드 생성**, 그런 다음 다음을 복사합니다 **템플릿 코드** 표시됨.

### 코드로 가져오기

대상 서버의 템플릿 페이지에서 다음을 클릭하세요: **템플릿 가져오기**. 코드를 붙여넣고 다음을 클릭하세요: **확인**. 템플릿이 해당 서버의 목록에 나타납니다.

### 코드 제거

원본 서버는 동일한 **템플릿 내보내기** 창에서 코드를 삭제할 수 있습니다(다음을 클릭: **코드 삭제**). 그 후에는 해당 코드로는 더 이상 템플릿을 가져올 수 없습니다. 이미 다른 서버로 가져온 복사본은 계속 작동합니다.

{% hint style="info" %}
**가져오기는 모든 요금제에서 사용할 수 있습니다.** 해당 **템플릿 가져오기** 버튼은 이미 템플릿 한도에 도달한 경우에만 비활성화됩니다. 무료 서버에는 템플릿 1개만 저장할 수 있으므로, 새 템플릿을 가져오려면 먼저 기존 템플릿을 삭제하거나 업그레이드하세요.
{% endhint %}

## 제한

| 제한                  | 무료                                            | 프리미엄                                          |
| ------------------- | --------------------------------------------- | --------------------------------------------- |
| 서버당 저장된 템플릿 수       | 1                                             | 25                                            |
| 공유 코드 받기 / 코드로 가져오기 | <i class="fa-circle-check">:circle-check:</i> | <i class="fa-circle-check">:circle-check:</i> |
| 템플릿 사용하기            | <i class="fa-circle-check">:circle-check:</i> | <i class="fa-circle-check">:circle-check:</i> |

## 공개 프리셋

개인 템플릿과는 별도로, Ticket King은 엄선된 **공개 프리셋** 카탈로그를 제공하며, 먼저 템플릿으로 저장하지 않고도 사용할 수 있습니다.

{% content-ref url="/pages/4c43804226e1e651e8444c0cee966a6da3a5860e" %}
[공개 프리셋](/docs/ko/panels/public-presets.md)
{% endcontent-ref %}

## 관련

{% content-ref url="/pages/2302ed75713c86fa5b8382796da8aa631eef686b" %}
[패널을 템플릿으로 저장](/docs/ko/panels/save-a-panel-as-a-template.md)
{% endcontent-ref %}


---

# 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:

```
GET https://ticketking.xyz/docs/ko/panels/templates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
