> For the complete documentation index, see [llms.txt](https://sangdamtoday.gitbook.io/intro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sangdamtoday.gitbook.io/intro/pcmanual/center-settings/document-templates.md).

# 문서양식 관리하기

{% hint style="info" %}
자주 사용하는 문서 양식을 미리 등록할 수 있는 설정 메뉴를 안내해드릴게요.
{% endhint %}

## ⚙️ 문서양식 설정하기

{% stepper %}
{% step %}

#### 양식 업로드

<figure><img src="/files/FXt4xJFBLlNn9QTdxWG0" alt=""><figcaption></figcaption></figure>

환경설정 → 양식 \[문서 관리]에서 ‘문서 업로드’를 클릭해 양식을 업로드해주세요. 업로드 된 양식은 클릭하여 미리보기 할 수 있어요.

<figure><img src="/files/TGFimp7tPqjrbu9wOzEu" alt=""><figcaption></figcaption></figure>

업로드 가능 형식은 PDF / PNG / JPG입니다.
{% endstep %}

{% step %}

#### 폴더 생성

<figure><img src="/files/to6SMEYdVvV8u8PBa6Hx" alt=""><figcaption></figcaption></figure>

문서 양식이 많을 경우, 폴더를 생성해 깔끔하게 분류할 수 있어요.
{% endstep %}

{% step %}

#### 보기 옵션

<figure><img src="/files/51hMaeAl6qY9pEcGO5Et" alt=""><figcaption></figcaption></figure>

보기 형식과 정렬 기준·순서를 변경할 수 있어요.
{% endstep %}

{% step %}

#### 양식 관리

<figure><img src="/files/IeKOVDGKuRoJXfMHIZpA" alt=""><figcaption></figcaption></figure>

더보기(⋮) 버튼을 클릭하여 양식 문서를 관리할 수 있어요.

<figure><img src="/files/IZ2ELRwt9ohxHbjdTMPP" alt=""><figcaption></figcaption></figure>

양식을 선택한 후 일괄 이동·삭제가 가능해요.
{% endstep %}
{% endstepper %}


---

# 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://sangdamtoday.gitbook.io/intro/pcmanual/center-settings/document-templates.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.
