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

# 문서내역 관리하기

{% hint style="info" %}
흩어져 있던 문서와 이미지를 한 번에 관리할 수 있어요!\
검사 결과지, 전·후사진, PDF 문서까지 깔끔하게 정리해보세요.
{% endhint %}

## 📤 문서 업로드하기

### 1️⃣ 문서 업로드 경로

![](/files/JzAcHAqebNwp0jvYhisl)

> 고객정보 화면에서 ‘문서업로드’를 클릭해주세요. 내 PC에 있는 파일을 업로드할 수 있어요.
>
> * 고객정보 좌측 상단 \[문서 업로드]
> * 고객정보 \[문서내역] → \[문서 업로드]

### 2️⃣ 업로드 가능 파일 형식

<table data-header-hidden data-header-sticky><thead><tr><th width="249">C1</th><th>C2</th></tr></thead><tbody><tr><td>문서</td><td>PDF, HWP, WORD</td></tr><tr><td>이미지</td><td>PNG, JPG</td></tr><tr><td>업로드 용량</td><td>파일당 최대 20MB</td></tr><tr><td>미리보기 지원</td><td>PDF, PNG, JPG</td></tr></tbody></table>

> 다양한 형식의 문서와 이미지를 업로드할 수 있어요.

***

## 📁 문서내역 관리하기

### 1️⃣ 폴더 생성하기

![](/files/g2wlksfCgXv3xFddgUJA)

> 문서가 많다면, 폴더를 생성하여 정리해보세요.

### 2️⃣ 문서 이동하기

![](/files/g5ag6jNG0ExovmVF7cm9)

> 문서를 선택해 원하는 폴더로 이동할 수 있어요.
>
> * **`드래그&드롭`**\
>   이동할 문서의 체크박스를 선택한 뒤, 원하는 폴더로 드래그&드롭하여 이동해주세요. \
>   💡 문서가 1개인 경우에도 체크박스를 선택해야 이동이 가능해요!
> * **`개별 이동`**\
>   이동할 문서의 더보기 (⋮) 메뉴에서 \[이동하기]를 클릭해주세요.
> * **`여러 문서 이동 문서`**\
>   선택 시, 상단에 표시되는 더보기(···) 메뉴에서 \[이동하기]를 클릭해주세요.

### 3️⃣ 문서 관리하기

![](/files/mtmEhjAMvlbbcKzfhoDT)

> 더보기(⋮)를 클릭해, 개별 문서를 관리할 수 있어요.

### 4️⃣ 보기 옵션 설정하기

![](/files/u0IkPVbGur2TXiCUtRE6)

> 문서 내역을 원하는 방식으로 정렬 할 수 있어요.

***

## 📝 문서 수정하기

문서를 새로 생성하지 않고, 기존 문서를 수정하는 방식이에요. ✨

***

### 1️⃣ 문서 수정 경로 확인하기

![](/files/uCC5rSHj897UJ7xKvSQv)

> 문서의 더보기(⋮) → \[수정하기]를 클릭하거나, 문서 뷰어 화면에서 \[수정하기]를 클릭해주세요.
>
> 선택한 문서가 작성 화면으로 열려요.

### 2️⃣ 문서 수정하기

![](/files/eU698WvXMf6FdE8PuEVg)

> 기존 문서에 필요한 내용을 추가 작성 후 \[저장하기]를 클릭해주세요.

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