> 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/documents/create-document.md).

# 새 문서 작성하기

{% hint style="info" %}
자주 사용하는 문서 양식을 미리 등록해두면, 종이 없이 간편하게 문서를 작성할 수 있어요!
{% endhint %}

## ✍️ 새 문서 작성하기

### 1️⃣ 새 문서 시작하기

![](/files/5v6QpqxqiosfAYGXuKhX)

> 고객정보 화면에서 ‘새 문서’를 클릭해주세요.\
> 미리 등록된 양식을 불러와 문서 작성을 시작할 수 있어요.
>
> * 고객정보 좌측 상단 \[새 내역] → \[새 문서]
> * 고객정보 \[문서내역] → \[새 문서]

### 2️⃣ 문서 양식 선택하기

![](/files/4PgA1425XfM1mDKWN85c)

> 등록된 문서 양식 목록이 표시돼요. 작성할 문서 양식을 선택하면, 작성 화면으로 이동해요.\
> 만약 사용할 양식이 없다면, \[문서 양식 설정]을 먼저 진행해주세요.

{% hint style="danger" %}
고객정보창 열림방식이 ‘팝업형’인 경우에는, \[문서 양식 설정]이 노출되지 않습니다.\
설정→ 양식→ 문서관리로 이동해주세요.
{% endhint %}

### 3️⃣ 문서 작성하기

![](/files/h9BgsP6nJzVhVJjXAhIc)

> 상단 툴바에서 필기,텍스트 등 필요한 도구를 선택해 양식위에 자유롭게 입력해보세요! ✨
>
> * 각 도구는 굵기, 색상, 크기 등 상세 옵션 설정이 가능해요.
> * PDF 양식인 경우, 좌측 상단 페이지 이동 메뉴에서 원하는 페이지를 선택하여 이동할 수 있어요.

![](/files/K6n1V9vFIyXou4JrRHNb)

> 문서 작성이 완료되면 \[저장하기]를 클릭해주세요. ✨

{% hint style="danger" %}
저장하지 않은 문서는 자동으로 저장되지 않으며, 문서 내역에 표시되지 않아요!
{% endhint %}

***


---

# 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/documents/create-document.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.
