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

# 새 문서 작성하기

{% hint style="info" %}
상담·시술·현장 업무 중에도 문서 양식을 바로 불러와 즉시 차팅할 수 있어요!

터치·펜 입력에 최적화되어 있어 현장을 벗어나지 않고 기록을 마무리할 수 있습니다.
{% endhint %}

## ✍️ 새 문서 작성하기

{% hint style="success" %}
등록 된 문서 양식을 불러와 현장에서 바로 차팅하는 방법을 확인해보세요.
{% endhint %}

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

![](/files/4rzc8uwulRgaS7JsQOlA)

> 고객정보 화면 \[+] 버튼을 누르고, \[새 문서]를 클릭해주세요.

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

![](/files/fmrwkyxuyTlF1inVkMZo)

> 등록된 문서 양식 목록이 표시돼요. 작성할 문서 양식을 선택한 후 ‘불러오기’를 클릭해주세요.
>
> 만약 사용할 문서 양식이 없다면 PC 환경에서 양식 설정을 먼저 진행해주세요.

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

![](/files/VZLlbm4xDe1pmXKnL75j)

> 상단 툴바에서 펜, 텍스트 등 필요한 도구를 선택해 양식 위에 자유롭게 차팅해보세요!&#x20;
>
> * 각 도구는 굵기, 색상, 크기 등 상세 옵션 설정이 가능해요.
> * PDF 양식인 경우, 좌측 상단 페이지 이동 메뉴에서 원하는 페이지를 선택하여 이동할 수 있어요.
> * 태블릿 펜모드를 활용해 보다 정교한 차팅이 가능해요!&#x20;

![](/files/JAaC8udj205vtx5sL3GW)

> 문서 작성이 완료되면 상단의 \[저장하기] 버튼을 눌러주세요.&#x20;

{% 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/mobmanual/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.
