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

# 문서내역 관리하기

{% hint style="info" %}
사진 촬영부터 문서 수정·관리까지 모바일에서 바로 진행할 수 있어요!
{% endhint %}

## 📤 문서 업로드하기

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

![](/files/o69jFEwHRV0XxWd1NUwf)

> 고객정보 화면 \[+] 버튼을 누르고, \[문서 업로드]를 클릭해주세요.
>
> * 기기 환경에 따라 \[미디어 선택 도구], \[파일 선택] 등으로 메뉴가 노출됩니다.

![](/files/FGZcVDQs2bO4ZUIpHrtY)

### 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/8bqo5d8z6RAy6Mpit8Xl)

> 고객정보 화면 \[+] 버튼을 누르고, \[사진 촬영]을 선택하면 휴대폰 카메라가 실행돼요.&#x20;
>
> 검사 결과지, 전·후 사진, 현장 기록 이미지를 바로 촬영할 수 있어요.

### 2️⃣ 사진 저장하기

![](/files/Z83u7BkMxTbd9hEDjvgF)

> 촬영한 사진은 바로 저장 또는 수정 후 저장할 수 있어요.
>
> * 이미지로 저장하기 → 촬영한 사진을 이미지 파일로 바로 저장해요.
> * 수정하기 → 사진 위에 바로 필기·메모가 가능한 작성 화면이 열려요.

## 📁 문서내역 관리하기

문서를 폴더로 정리하고, 경로를 변경하며 효율적으로 관리할 수 있어요.

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

![](/files/2sugXRB0gHkBTS39C890)

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

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

![](/files/sDPIVUyaVdWtZqdt2gO4)

> 문서를 선택해 원하는 폴더로 이동할 수 있어요.
>
> * 개별 이동 이동할 문서의 더보기 (⋮) 메뉴에서 \[이동하기]를 클릭해주세요.
> * 여러 문서 이동 문서 선택 시, 상단에 표시되는 폴더이동(→) 버튼을 클릭해주세요.

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

![](/files/tO1JsdKK6EYW9EesZWLH)

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

## 📝 문서 수정하기

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

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

![](/files/dloh54mNhKCrk0ph41eT)

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

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

![](/files/OGrKCaNbTwuGN2J8Xhs5)

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

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